/* 宮川修正 20251223 */

body:not(#topPage) header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
body:not(#topPage) header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: fadeInDown 0.3s ease forwards;
}
/* .sec_business .business_wrap {
    justify-content: space-between;
} */
 @media (max-width: 768px) {
  body:not(#topPage) header.fixed.open {
    opacity: 1;
    animation: none;
  }
  body:not(#topPage) header.header-fadein.open {
    opacity: 1;
    animation: none;
  }
 }

.s-works .main_img {
    position: relative;
}
@media screen and (max-width: 768px) {
  .s-product .modal .modal_content {
    max-height: 90vh;
    height: auto;
  }
  .s-product .modal .modal_content .modal_thumbnail {
    padding-right: 0;
  }
  .s-works .main_img {
    width: 100%;
    margin-left: unset;
  }
}
.s-works_img_wrap .main_img .swiper-button-next,
.s-works_img_wrap .main_img .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 37px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
}
.s-works_img_wrap:hover .main_img .swiper-button-next,
.s-works_img_wrap:hover .main_img .swiper-button-prev {
    opacity: 1;
    transition: opacity 0.3s ease;
}
.s-works_img_wrap .main_img .swiper-button-next::after,
.s-works_img_wrap .main_img .swiper-button-prev::after {
    content: "";
    background-image: url(../img/common/slider-arrow.svg);
    background-repeat: no-repeat;
}
.s-works_img_wrap .main_img .swiper-button-prev::after {
    transform: rotate(180deg);
}
.s-works .thumb_img {
    flex-wrap: wrap;
}
.s-product
    .product_detail_txt_wrap
    .product_btn_list_wrap
    .product_btn_list
    li
    a {
    text-align: center;
    line-height: 1.2;
}
.showroom_thumb_img .showroom_thumb-image {
    opacity: 1;
}
.showroom_thumb_img .showroom_thumb-image.active {
    opacity: 0.2;
}
/* .s-product .product_detail_img_wrap .slider-main .swiper-pagination {
  opacity: 0;
  transition: opacity 0.3s ease;
} */
.s-product .product_detail_img_wrap .slider-main:hover .swiper-pagination {
  color: #000;
  opacity: 1;
}
.s-product .product_detail_img_wrap .slider-main .swiper-pagination:hover {
  color: #fff;
}
.product_works_slider .swiper-pagination:hover::before,
.s-product .product_detail_img_wrap .slider-main .swiper-pagination:hover::before {
  background-image: url(../img/product-detail/product-modal_white.png);
}
.other-cat-accordion .filter-content li:not(:last-child) {
  margin-bottom: 13px;
}

@media (max-width: 1240px) {
    .s-product .product_detail_txt_wrap .product_description.fabric_color_wrap {
        flex-direction: column;
        row-gap: 16px;
    }
}

@media (max-width: 1100px) {
    .s-product .detail_img_wrap {
        max-width: unset;
        width: 100%;
    }
    .s-product .product_detail_sticky:has(.product_detail_txt_wrap.u_pc) {
        display: none;
    }
    .product_detail_txt_wrap.u_sp {
        display: block;
        width: 100%;
    }
    .s-product .product_detail_txt_wrap .product_btn_list_wrap .product_btn_list {
      grid-template-columns: repeat(3, 1fr);
  }
  .s-product .product_detail_txt_wrap .product_btn_list_wrap .product_btn_list li a {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
    .archive-content {
        gap: 20px;
    }
    .p-product-arch .sec_archive .tabContent.isActive {
        gap: 32px 16px;
    }
    .p-product-arch .sec_archive .tabContent.isActive .hoverZoom img {
        width: 100%;
        vertical-align: bottom;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        display: block;
    }
    .p-product-arch .sec_archive .tabContent.isActive .hoverZoom::after {
        display: none;
    }
    .s-works_img_wrap .main_img .swiper-button-next,
    .s-works_img_wrap .main_img .swiper-button-prev {
        display: none;
    }
    .s-product .modal .modal_content .modal_main .swiper-button-next,
    .s-product .modal .modal_content .modal_main .swiper-button-prev {
        display: none;
    }
    .s-product .product_detail_txt_wrap .product_btn_list_wrap .product_btn_list {
      grid-template-columns: repeat(2, 1fr);
  }
  .s-product .product_detail_img_wrap .slider-main .swiper-pagination {
    opacity: 1;
  }
  .s-product .product_detail_img_wrap .slider-main .swiper-pagination:hover {
    color: #000;
  }
  .product_works_slider .swiper-pagination:hover::before,
  .s-product .product_detail_img_wrap .slider-main .swiper-pagination:hover::before {
    background-image: url(../img/product-detail/product-modal.png);
  }
}


@keyframes Chair-fadeInOut {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fv .chair04 {
  height: 84%;
  right: 7.3%;
  bottom: -3vh;
  opacity: 0;
  animation: Chair-fadeInOut 3.5s ease-out 18s forwards;
}
@media screen and (min-width: 1025px) {
   .fv .chair04 {
     /* aspect-ratio: 1072/809; */
   }
 }
@media screen and (max-width: 1024px) {
  .fv .chair04 {
    right: -10.6vw;
    bottom: -5vh;
    height: 65%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
}

 @keyframes Chair04-fadeIn {
   to {
     opacity: 1;
   }
 }

#layer_4 {
  /* height: 100% !important; */
  height: 108% !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  /* top: 16%; */
  bottom: -28vh;
  /* right: 12%; */
  right: 6%;
  opacity: 1;
  animation: layer-fadeout 1s ease-out 16.8s forwards;
  /* aspect-ratio: 1106/1190; */
    aspect-ratio: 727/816;
 }
@media screen and (max-width: 1024px) {
  #layer_4 {
    top: unset;
    bottom: -16vh;
    right: -7.6vw;
    width: auto !important;
    height: 78% !important;
  }
}
@media screen and (max-width: 420px) {
  #layer_4 {
    top: unset;
    bottom: -16vh;
    right: -17.6vw;
    width: auto !important;
    height: 76% !important;
  }
}
 #layer4_sp {
   bottom: -23px;
   right: 0;
   width: auto !important;
   height: 59% !important;
   opacity: 1;
   animation: layer-fadeout 1s ease-out 16.8s forwards;
 }

 @keyframes layer04-fadein {
   to {
     opacity: 1;
   }
 }
 @keyframes layer04-fadeout {
   to {
     opacity: 0;
   }
 }

/***************************************************
 * Generated by SVG Artista on 12/25/2025, 4:57:40 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

 /* @-webkit-keyframes animate-svg-stroke-chair04-1 {
  0% {
    stroke-dashoffset: 31.609519958496094px;
    stroke-dasharray: 31.609519958496094px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 31.609519958496094px;
  }
}

@keyframes animate-svg-stroke-chair04-1 {
  0% {
    stroke-dashoffset: 31.609519958496094px;
    stroke-dasharray: 31.609519958496094px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 31.609519958496094px;
  }
}

.svg-chair04-1 {
  -webkit-animation: animate-svg-stroke-chair04-1 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-1 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-2 {
  0% {
    stroke-dashoffset: 481.9041442871094px;
    stroke-dasharray: 481.9041442871094px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 481.9041442871094px;
  }
}

@keyframes animate-svg-stroke-chair04-2 {
  0% {
    stroke-dashoffset: 481.9041442871094px;
    stroke-dasharray: 481.9041442871094px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 481.9041442871094px;
  }
}

.svg-chair04-2 {
  -webkit-animation: animate-svg-stroke-chair04-2 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-2 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-3 {
  0% {
    stroke-dashoffset: 2.4498334527015686px;
    stroke-dasharray: 2.4498334527015686px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4498334527015686px;
  }
}

@keyframes animate-svg-stroke-chair04-3 {
  0% {
    stroke-dashoffset: 2.4498334527015686px;
    stroke-dasharray: 2.4498334527015686px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4498334527015686px;
  }
}

.svg-chair04-3 {
  -webkit-animation: animate-svg-stroke-chair04-3 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-3 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-4 {
  0% {
    stroke-dashoffset: 2672.749755859375px;
    stroke-dasharray: 2672.749755859375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2672.749755859375px;
  }
}

@keyframes animate-svg-stroke-chair04-4 {
  0% {
    stroke-dashoffset: 2672.749755859375px;
    stroke-dasharray: 2672.749755859375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2672.749755859375px;
  }
}

.svg-chair04-4 {
  -webkit-animation: animate-svg-stroke-chair04-4 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-4 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-5 {
  0% {
    stroke-dashoffset: 34.81843566894531px;
    stroke-dasharray: 34.81843566894531px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 34.81843566894531px;
  }
}

@keyframes animate-svg-stroke-chair04-5 {
  0% {
    stroke-dashoffset: 34.81843566894531px;
    stroke-dasharray: 34.81843566894531px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 34.81843566894531px;
  }
}

.svg-chair04-5 {
  -webkit-animation: animate-svg-stroke-chair04-5 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-5 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-6 {
  0% {
    stroke-dashoffset: 285.1745300292969px;
    stroke-dasharray: 285.1745300292969px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.1745300292969px;
  }
}

@keyframes animate-svg-stroke-chair04-6 {
  0% {
    stroke-dashoffset: 285.1745300292969px;
    stroke-dasharray: 285.1745300292969px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.1745300292969px;
  }
}

.svg-chair04-6 {
  -webkit-animation: animate-svg-stroke-chair04-6 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-6 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-7 {
  0% {
    stroke-dashoffset: 728.595947265625px;
    stroke-dasharray: 728.595947265625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 728.595947265625px;
  }
}

@keyframes animate-svg-stroke-chair04-7 {
  0% {
    stroke-dashoffset: 728.595947265625px;
    stroke-dasharray: 728.595947265625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 728.595947265625px;
  }
}

.svg-chair04-7 {
  -webkit-animation: animate-svg-stroke-chair04-7 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-7 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-8 {
  0% {
    stroke-dashoffset: 93.95136260986328px;
    stroke-dasharray: 93.95136260986328px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 93.95136260986328px;
  }
}

@keyframes animate-svg-stroke-chair04-8 {
  0% {
    stroke-dashoffset: 93.95136260986328px;
    stroke-dasharray: 93.95136260986328px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 93.95136260986328px;
  }
}

.svg-chair04-8 {
    -webkit-animation: animate-svg-stroke-chair04-8 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-8 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-9 {
  0% {
    stroke-dashoffset: 2590.974609375px;
    stroke-dasharray: 2590.974609375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2590.974609375px;
  }
}

@keyframes animate-svg-stroke-chair04-9 {
  0% {
    stroke-dashoffset: 2590.974609375px;
    stroke-dasharray: 2590.974609375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2590.974609375px;
  }
}

.svg-chair04-9 {
  -webkit-animation: animate-svg-stroke-chair04-9 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-9 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-10 {
  0% {
    stroke-dashoffset: 73.14512634277344px;
    stroke-dasharray: 73.14512634277344px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 73.14512634277344px;
  }
}

@keyframes animate-svg-stroke-chair04-10 {
  0% {
    stroke-dashoffset: 73.14512634277344px;
    stroke-dasharray: 73.14512634277344px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 73.14512634277344px;
  }
}

.svg-chair04-10 {
  -webkit-animation: animate-svg-stroke-chair04-10 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-10 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-11 {
  0% {
    stroke-dashoffset: 13.615653991699219px;
    stroke-dasharray: 13.615653991699219px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 13.615653991699219px;
  }
}

@keyframes animate-svg-stroke-chair04-11 {
  0% {
    stroke-dashoffset: 13.615653991699219px;
    stroke-dasharray: 13.615653991699219px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 13.615653991699219px;
  }
}

.svg-chair04-11 {
  -webkit-animation: animate-svg-stroke-chair04-11 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-11 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-12 {
  0% {
    stroke-dashoffset: 9.87486457824707px;
    stroke-dasharray: 9.87486457824707px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.87486457824707px;
  }
}

@keyframes animate-svg-stroke-chair04-12 {
  0% {
    stroke-dashoffset: 9.87486457824707px;
    stroke-dasharray: 9.87486457824707px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.87486457824707px;
  }
}

.svg-chair04-12 {
  -webkit-animation: animate-svg-stroke-chair04-12 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-12 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-13 {
  0% {
    stroke-dashoffset: 18.970745086669922px;
    stroke-dasharray: 18.970745086669922px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 18.970745086669922px;
  }
}

@keyframes animate-svg-stroke-chair04-13 {
  0% {
    stroke-dashoffset: 18.970745086669922px;
    stroke-dasharray: 18.970745086669922px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 18.970745086669922px;
  }
}

.svg-chair04-13 {
  -webkit-animation: animate-svg-stroke-chair04-13 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-13 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-14 {
  0% {
    stroke-dashoffset: 10.168171882629395px;
    stroke-dasharray: 10.168171882629395px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 10.168171882629395px;
  }
}

@keyframes animate-svg-stroke-chair04-14 {
  0% {
    stroke-dashoffset: 10.168171882629395px;
    stroke-dasharray: 10.168171882629395px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 10.168171882629395px;
  }
}

.svg-chair04-14 {
  -webkit-animation: animate-svg-stroke-chair04-14 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-14 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-15 {
  0% {
    stroke-dashoffset: 11.275758743286133px;
    stroke-dasharray: 11.275758743286133px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 11.275758743286133px;
  }
}

@keyframes animate-svg-stroke-chair04-15 {
  0% {
    stroke-dashoffset: 11.275758743286133px;
    stroke-dasharray: 11.275758743286133px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 11.275758743286133px;
  }
}

.svg-chair04-15 {
  -webkit-animation: animate-svg-stroke-chair04-15 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-15 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-16 {
  0% {
    stroke-dashoffset: 13.614750862121582px;
    stroke-dasharray: 13.614750862121582px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 13.614750862121582px;
  }
}

@keyframes animate-svg-stroke-chair04-16 {
  0% {
    stroke-dashoffset: 13.614750862121582px;
    stroke-dasharray: 13.614750862121582px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 13.614750862121582px;
  }
}

.svg-chair04-16 {
  -webkit-animation: animate-svg-stroke-chair04-16 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-16 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-17 {
  0% {
    stroke-dashoffset: 9.87915325164795px;
    stroke-dasharray: 9.87915325164795px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.87915325164795px;
  }
}

@keyframes animate-svg-stroke-chair04-17 {
  0% {
    stroke-dashoffset: 9.87915325164795px;
    stroke-dasharray: 9.87915325164795px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.87915325164795px;
  }
}

.svg-chair04-17 {
  -webkit-animation: animate-svg-stroke-chair04-17 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-17 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-18 {
  0% {
    stroke-dashoffset: 18.991044998168945px;
    stroke-dasharray: 18.991044998168945px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 18.991044998168945px;
  }
}

@keyframes animate-svg-stroke-chair04-18 {
  0% {
    stroke-dashoffset: 18.991044998168945px;
    stroke-dasharray: 18.991044998168945px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 18.991044998168945px;
  }
}

.svg-chair04-18 {
  -webkit-animation: animate-svg-stroke-chair04-18 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-18 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-19 {
  0% {
    stroke-dashoffset: 10.196020126342773px;
    stroke-dasharray: 10.196020126342773px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 10.196020126342773px;
  }
}

@keyframes animate-svg-stroke-chair04-19 {
  0% {
    stroke-dashoffset: 10.196020126342773px;
    stroke-dasharray: 10.196020126342773px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 10.196020126342773px;
  }
}

.svg-chair04-19 {
  -webkit-animation: animate-svg-stroke-chair04-19 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-19 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-20 {
  0% {
    stroke-dashoffset: 11.300431251525879px;
    stroke-dasharray: 11.300431251525879px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 11.300431251525879px;
  }
}

@keyframes animate-svg-stroke-chair04-20 {
  0% {
    stroke-dashoffset: 11.300431251525879px;
    stroke-dasharray: 11.300431251525879px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 11.300431251525879px;
  }
}

.svg-chair04-20 {
  -webkit-animation: animate-svg-stroke-chair04-20 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-20 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-21 {
  0% {
    stroke-dashoffset: 241.49497985839844px;
    stroke-dasharray: 241.49497985839844px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 241.49497985839844px;
  }
}

@keyframes animate-svg-stroke-chair04-21 {
  0% {
    stroke-dashoffset: 241.49497985839844px;
    stroke-dasharray: 241.49497985839844px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 241.49497985839844px;
  }
}

.svg-chair04-21 {
  -webkit-animation: animate-svg-stroke-chair04-21 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-21 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-22 {
  0% {
    stroke-dashoffset: 4.294509410858154px;
    stroke-dasharray: 4.294509410858154px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.294509410858154px;
  }
}

@keyframes animate-svg-stroke-chair04-22 {
  0% {
    stroke-dashoffset: 4.294509410858154px;
    stroke-dasharray: 4.294509410858154px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.294509410858154px;
  }
}

.svg-chair04-22 {
  -webkit-animation: animate-svg-stroke-chair04-22 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-22 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-23 {
  0% {
    stroke-dashoffset: 33.984580993652344px;
    stroke-dasharray: 33.984580993652344px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.984580993652344px;
  }
}

@keyframes animate-svg-stroke-chair04-23 {
  0% {
    stroke-dashoffset: 33.984580993652344px;
    stroke-dasharray: 33.984580993652344px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.984580993652344px;
  }
}

.svg-chair04-23 {
  -webkit-animation: animate-svg-stroke-chair04-23 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-23 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-24 {
  0% {
    stroke-dashoffset: 37.176048278808594px;
    stroke-dasharray: 37.176048278808594px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 37.176048278808594px;
  }
}

@keyframes animate-svg-stroke-chair04-24 {
  0% {
    stroke-dashoffset: 37.176048278808594px;
    stroke-dasharray: 37.176048278808594px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 37.176048278808594px;
  }
}

.svg-chair04-24 {
  -webkit-animation: animate-svg-stroke-chair04-24 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-24 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-25 {
  0% {
    stroke-dashoffset: 461.82342529296875px;
    stroke-dasharray: 461.82342529296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 461.82342529296875px;
  }
}

@keyframes animate-svg-stroke-chair04-25 {
  0% {
    stroke-dashoffset: 461.82342529296875px;
    stroke-dasharray: 461.82342529296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 461.82342529296875px;
  }
}

.svg-chair04-25 {
  -webkit-animation: animate-svg-stroke-chair04-25 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-25 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-26 {
  0% {
    stroke-dashoffset: 29.925981521606445px;
    stroke-dasharray: 29.925981521606445px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 29.925981521606445px;
  }
}

@keyframes animate-svg-stroke-chair04-26 {
  0% {
    stroke-dashoffset: 29.925981521606445px;
    stroke-dasharray: 29.925981521606445px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 29.925981521606445px;
  }
}

.svg-chair04-26 {
  -webkit-animation: animate-svg-stroke-chair04-26 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-26 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-27 {
  0% {
    stroke-dashoffset: 8.454031944274902px;
    stroke-dasharray: 8.454031944274902px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.454031944274902px;
  }
}

@keyframes animate-svg-stroke-chair04-27 {
  0% {
    stroke-dashoffset: 8.454031944274902px;
    stroke-dasharray: 8.454031944274902px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.454031944274902px;
  }
}

.svg-chair04-27 {
  -webkit-animation: animate-svg-stroke-chair04-27 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-27 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-28 {
  0% {
    stroke-dashoffset: 12.633607864379883px;
    stroke-dasharray: 12.633607864379883px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 12.633607864379883px;
  }
}

@keyframes animate-svg-stroke-chair04-28 {
  0% {
    stroke-dashoffset: 12.633607864379883px;
    stroke-dasharray: 12.633607864379883px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 12.633607864379883px;
  }
}

.svg-chair04-28 {
  -webkit-animation: animate-svg-stroke-chair04-28 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-28 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-29 {
  0% {
    stroke-dashoffset: 496.3892822265625px;
    stroke-dasharray: 496.3892822265625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 496.3892822265625px;
  }
}

@keyframes animate-svg-stroke-chair04-29 {
  0% {
    stroke-dashoffset: 496.3892822265625px;
    stroke-dasharray: 496.3892822265625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 496.3892822265625px;
  }
}

.svg-chair04-29 {
  -webkit-animation: animate-svg-stroke-chair04-29 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-29 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-30 {
  0% {
    stroke-dashoffset: 66.91195678710938px;
    stroke-dasharray: 66.91195678710938px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 66.91195678710938px;
  }
}

@keyframes animate-svg-stroke-chair04-30 {
  0% {
    stroke-dashoffset: 66.91195678710938px;
    stroke-dasharray: 66.91195678710938px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 66.91195678710938px;
  }
}

.svg-chair04-30 {
  -webkit-animation: animate-svg-stroke-chair04-30 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-30 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-31 {
  0% {
    stroke-dashoffset: 47.21371841430664px;
    stroke-dasharray: 47.21371841430664px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 47.21371841430664px;
  }
}

@keyframes animate-svg-stroke-chair04-31 {
  0% {
    stroke-dashoffset: 47.21371841430664px;
    stroke-dasharray: 47.21371841430664px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 47.21371841430664px;
  }
}

.svg-chair04-31 {
  -webkit-animation: animate-svg-stroke-chair04-31 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-31 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-32 {
  0% {
    stroke-dashoffset: 226.2872772216797px;
    stroke-dasharray: 226.2872772216797px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 226.2872772216797px;
  }
}

@keyframes animate-svg-stroke-chair04-32 {
  0% {
    stroke-dashoffset: 226.2872772216797px;
    stroke-dasharray: 226.2872772216797px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 226.2872772216797px;
  }
}

.svg-chair04-32 {
  -webkit-animation: animate-svg-stroke-chair04-32 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-32 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-33 {
  0% {
    stroke-dashoffset: 155.2897186279297px;
    stroke-dasharray: 155.2897186279297px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 155.2897186279297px;
  }
}

@keyframes animate-svg-stroke-chair04-33 {
  0% {
    stroke-dashoffset: 155.2897186279297px;
    stroke-dasharray: 155.2897186279297px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 155.2897186279297px;
  }
}

.svg-chair04-33 {
  -webkit-animation: animate-svg-stroke-chair04-33 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-33 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-34 {
  0% {
    stroke-dashoffset: 17.86434841156006px;
    stroke-dasharray: 17.86434841156006px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 17.86434841156006px;
  }
}

@keyframes animate-svg-stroke-chair04-34 {
  0% {
    stroke-dashoffset: 17.86434841156006px;
    stroke-dasharray: 17.86434841156006px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 17.86434841156006px;
  }
}

.svg-chair04-34 {
  -webkit-animation: animate-svg-stroke-chair04-34 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-34 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-35 {
  0% {
    stroke-dashoffset: 9.06434440612793px;
    stroke-dasharray: 9.06434440612793px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.06434440612793px;
  }
}

@keyframes animate-svg-stroke-chair04-35 {
  0% {
    stroke-dashoffset: 9.06434440612793px;
    stroke-dasharray: 9.06434440612793px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.06434440612793px;
  }
}

.svg-chair04-35 {
  -webkit-animation: animate-svg-stroke-chair04-35 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-35 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-36 {
  0% {
    stroke-dashoffset: 42.984375px;
    stroke-dasharray: 42.984375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 42.984375px;
  }
}

@keyframes animate-svg-stroke-chair04-36 {
  0% {
    stroke-dashoffset: 42.984375px;
    stroke-dasharray: 42.984375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 42.984375px;
  }
}

.svg-chair04-36 {
  -webkit-animation: animate-svg-stroke-chair04-36 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-36 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-37 {
  0% {
    stroke-dashoffset: 226.28761291503906px;
    stroke-dasharray: 226.28761291503906px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 226.28761291503906px;
  }
}

@keyframes animate-svg-stroke-chair04-37 {
  0% {
    stroke-dashoffset: 226.28761291503906px;
    stroke-dasharray: 226.28761291503906px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 226.28761291503906px;
  }
}

.svg-chair04-37 {
  -webkit-animation: animate-svg-stroke-chair04-37 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-37 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-38 {
  0% {
    stroke-dashoffset: 155.28982543945312px;
    stroke-dasharray: 155.28982543945312px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 155.28982543945312px;
  }
}

@keyframes animate-svg-stroke-chair04-38 {
  0% {
    stroke-dashoffset: 155.28982543945312px;
    stroke-dasharray: 155.28982543945312px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 155.28982543945312px;
  }
}

.svg-chair04-38 {
  -webkit-animation: animate-svg-stroke-chair04-38 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-38 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-39 {
  0% {
    stroke-dashoffset: 17.864349365234375px;
    stroke-dasharray: 17.864349365234375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 17.864349365234375px;
  }
}

@keyframes animate-svg-stroke-chair04-39 {
  0% {
    stroke-dashoffset: 17.864349365234375px;
    stroke-dasharray: 17.864349365234375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 17.864349365234375px;
  }
}

.svg-chair04-39 {
  -webkit-animation: animate-svg-stroke-chair04-39 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-39 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-40 {
  0% {
    stroke-dashoffset: 9.064343929290771px;
    stroke-dasharray: 9.064343929290771px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.064343929290771px;
  }
}

@keyframes animate-svg-stroke-chair04-40 {
  0% {
    stroke-dashoffset: 9.064343929290771px;
    stroke-dasharray: 9.064343929290771px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.064343929290771px;
  }
}

.svg-chair04-40 {
  -webkit-animation: animate-svg-stroke-chair04-40 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-40 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-41 {
  0% {
    stroke-dashoffset: 42.98432922363281px;
    stroke-dasharray: 42.98432922363281px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 42.98432922363281px;
  }
}

@keyframes animate-svg-stroke-chair04-41 {
  0% {
    stroke-dashoffset: 42.98432922363281px;
    stroke-dasharray: 42.98432922363281px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 42.98432922363281px;
  }
}

.svg-chair04-41 {
  -webkit-animation: animate-svg-stroke-chair04-41 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-41 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-42 {
  0% {
    stroke-dashoffset: 490.9747314453125px;
    stroke-dasharray: 490.9747314453125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 490.9747314453125px;
  }
}

@keyframes animate-svg-stroke-chair04-42 {
  0% {
    stroke-dashoffset: 490.9747314453125px;
    stroke-dasharray: 490.9747314453125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 490.9747314453125px;
  }
}

.svg-chair04-42 {
  -webkit-animation: animate-svg-stroke-chair04-42 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-chair04-42 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
} */

/***************************************************
 * Generated by SVG Artista on 1/19/2026, 6:20:49 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

 @-webkit-keyframes animate-svg-stroke-chair04-1 {
  0% {
    stroke-dashoffset: 93.08013916015625px;
    stroke-dasharray: 93.08013916015625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 93.08013916015625px;
  }
}

@keyframes animate-svg-stroke-chair04-1 {
  0% {
    stroke-dashoffset: 93.08013916015625px;
    stroke-dasharray: 93.08013916015625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 93.08013916015625px;
  }
}

.svg-chair04-1 {
  -webkit-animation: animate-svg-stroke-chair04-1 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-1 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-2 {
  0% {
    stroke-dashoffset: 9.5999755859375px;
    stroke-dasharray: 9.5999755859375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.5999755859375px;
  }
}

@keyframes animate-svg-stroke-chair04-2 {
  0% {
    stroke-dashoffset: 9.5999755859375px;
    stroke-dasharray: 9.5999755859375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.5999755859375px;
  }
}

.svg-chair04-2 {
  -webkit-animation: animate-svg-stroke-chair04-2 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-2 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-3 {
  0% {
    stroke-dashoffset: 47.67555236816406px;
    stroke-dasharray: 47.67555236816406px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 47.67555236816406px;
  }
}

@keyframes animate-svg-stroke-chair04-3 {
  0% {
    stroke-dashoffset: 47.67555236816406px;
    stroke-dasharray: 47.67555236816406px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 47.67555236816406px;
  }
}

.svg-chair04-3 {
  -webkit-animation: animate-svg-stroke-chair04-3 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-3 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-4 {
  0% {
    stroke-dashoffset: 31.747474670410156px;
    stroke-dasharray: 31.747474670410156px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 31.747474670410156px;
  }
}

@keyframes animate-svg-stroke-chair04-4 {
  0% {
    stroke-dashoffset: 31.747474670410156px;
    stroke-dasharray: 31.747474670410156px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 31.747474670410156px;
  }
}

.svg-chair04-4 {
  -webkit-animation: animate-svg-stroke-chair04-4 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-4 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-5 {
  0% {
    stroke-dashoffset: 20.023460388183594px;
    stroke-dasharray: 20.023460388183594px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 20.023460388183594px;
  }
}

@keyframes animate-svg-stroke-chair04-5 {
  0% {
    stroke-dashoffset: 20.023460388183594px;
    stroke-dasharray: 20.023460388183594px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 20.023460388183594px;
  }
}

.svg-chair04-5 {
  -webkit-animation: animate-svg-stroke-chair04-5 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-5 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-6 {
  0% {
    stroke-dashoffset: 14.788588523864746px;
    stroke-dasharray: 14.788588523864746px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.788588523864746px;
  }
}

@keyframes animate-svg-stroke-chair04-6 {
  0% {
    stroke-dashoffset: 14.788588523864746px;
    stroke-dasharray: 14.788588523864746px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.788588523864746px;
  }
}

.svg-chair04-6 {
  -webkit-animation: animate-svg-stroke-chair04-6 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-6 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-7 {
  0% {
    stroke-dashoffset: 12.839008331298828px;
    stroke-dasharray: 12.839008331298828px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 12.839008331298828px;
  }
}

@keyframes animate-svg-stroke-chair04-7 {
  0% {
    stroke-dashoffset: 12.839008331298828px;
    stroke-dasharray: 12.839008331298828px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 12.839008331298828px;
  }
}

.svg-chair04-7 {
  -webkit-animation: animate-svg-stroke-chair04-7 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-7 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-8 {
  0% {
    stroke-dashoffset: 71.01215362548828px;
    stroke-dasharray: 71.01215362548828px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 71.01215362548828px;
  }
}

@keyframes animate-svg-stroke-chair04-8 {
  0% {
    stroke-dashoffset: 71.01215362548828px;
    stroke-dasharray: 71.01215362548828px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 71.01215362548828px;
  }
}

.svg-chair04-8 {
  -webkit-animation: animate-svg-stroke-chair04-8 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-8 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-9 {
  0% {
    stroke-dashoffset: 3.0830888748168945px;
    stroke-dasharray: 3.0830888748168945px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.0830888748168945px;
  }
}

@keyframes animate-svg-stroke-chair04-9 {
  0% {
    stroke-dashoffset: 3.0830888748168945px;
    stroke-dasharray: 3.0830888748168945px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.0830888748168945px;
  }
}

.svg-chair04-9 {
  -webkit-animation: animate-svg-stroke-chair04-9 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-9 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-10 {
  0% {
    stroke-dashoffset: 42.068721771240234px;
    stroke-dasharray: 42.068721771240234px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 42.068721771240234px;
  }
}

@keyframes animate-svg-stroke-chair04-10 {
  0% {
    stroke-dashoffset: 42.068721771240234px;
    stroke-dasharray: 42.068721771240234px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 42.068721771240234px;
  }
}

.svg-chair04-10 {
  -webkit-animation: animate-svg-stroke-chair04-10 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-10 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-11 {
  0% {
    stroke-dashoffset: 57.07642364501953px;
    stroke-dasharray: 57.07642364501953px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 57.07642364501953px;
  }
}

@keyframes animate-svg-stroke-chair04-11 {
  0% {
    stroke-dashoffset: 57.07642364501953px;
    stroke-dasharray: 57.07642364501953px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 57.07642364501953px;
  }
}

.svg-chair04-11 {
  -webkit-animation: animate-svg-stroke-chair04-11 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-11 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-12 {
  0% {
    stroke-dashoffset: 51.755428314208984px;
    stroke-dasharray: 51.755428314208984px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 51.755428314208984px;
  }
}

@keyframes animate-svg-stroke-chair04-12 {
  0% {
    stroke-dashoffset: 51.755428314208984px;
    stroke-dasharray: 51.755428314208984px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 51.755428314208984px;
  }
}

.svg-chair04-12 {
  -webkit-animation: animate-svg-stroke-chair04-12 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-12 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-13 {
  0% {
    stroke-dashoffset: 92.30414581298828px;
    stroke-dasharray: 92.30414581298828px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 92.30414581298828px;
  }
}

@keyframes animate-svg-stroke-chair04-13 {
  0% {
    stroke-dashoffset: 92.30414581298828px;
    stroke-dasharray: 92.30414581298828px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 92.30414581298828px;
  }
}

.svg-chair04-13 {
  -webkit-animation: animate-svg-stroke-chair04-13 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-13 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-14 {
  0% {
    stroke-dashoffset: 5.0999755859375px;
    stroke-dasharray: 5.0999755859375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.0999755859375px;
  }
}

@keyframes animate-svg-stroke-chair04-14 {
  0% {
    stroke-dashoffset: 5.0999755859375px;
    stroke-dasharray: 5.0999755859375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.0999755859375px;
  }
}

.svg-chair04-14 {
  -webkit-animation: animate-svg-stroke-chair04-14 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-14 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-15 {
  0% {
    stroke-dashoffset: 28.02975845336914px;
    stroke-dasharray: 28.02975845336914px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 28.02975845336914px;
  }
}

@keyframes animate-svg-stroke-chair04-15 {
  0% {
    stroke-dashoffset: 28.02975845336914px;
    stroke-dasharray: 28.02975845336914px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 28.02975845336914px;
  }
}

.svg-chair04-15 {
  -webkit-animation: animate-svg-stroke-chair04-15 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-15 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-16 {
  0% {
    stroke-dashoffset: 27.10088348388672px;
    stroke-dasharray: 27.10088348388672px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 27.10088348388672px;
  }
}

@keyframes animate-svg-stroke-chair04-16 {
  0% {
    stroke-dashoffset: 27.10088348388672px;
    stroke-dasharray: 27.10088348388672px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 27.10088348388672px;
  }
}

.svg-chair04-16 {
  -webkit-animation: animate-svg-stroke-chair04-16 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-16 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-17 {
  0% {
    stroke-dashoffset: 15.160222053527832px;
    stroke-dasharray: 15.160222053527832px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 15.160222053527832px;
  }
}

@keyframes animate-svg-stroke-chair04-17 {
  0% {
    stroke-dashoffset: 15.160222053527832px;
    stroke-dasharray: 15.160222053527832px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 15.160222053527832px;
  }
}

.svg-chair04-17 {
  -webkit-animation: animate-svg-stroke-chair04-17 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-17 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-18 {
  0% {
    stroke-dashoffset: 9.991907119750977px;
    stroke-dasharray: 9.991907119750977px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.991907119750977px;
  }
}

@keyframes animate-svg-stroke-chair04-18 {
  0% {
    stroke-dashoffset: 9.991907119750977px;
    stroke-dasharray: 9.991907119750977px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.991907119750977px;
  }
}

.svg-chair04-18 {
  -webkit-animation: animate-svg-stroke-chair04-18 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-18 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-19 {
  0% {
    stroke-dashoffset: 2.6434131264686584px;
    stroke-dasharray: 2.6434131264686584px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6434131264686584px;
  }
}

@keyframes animate-svg-stroke-chair04-19 {
  0% {
    stroke-dashoffset: 2.6434131264686584px;
    stroke-dasharray: 2.6434131264686584px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6434131264686584px;
  }
}

.svg-chair04-19 {
  -webkit-animation: animate-svg-stroke-chair04-19 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-19 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-20 {
  0% {
    stroke-dashoffset: 84.66627502441406px;
    stroke-dasharray: 84.66627502441406px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 84.66627502441406px;
  }
}

@keyframes animate-svg-stroke-chair04-20 {
  0% {
    stroke-dashoffset: 84.66627502441406px;
    stroke-dasharray: 84.66627502441406px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 84.66627502441406px;
  }
}

.svg-chair04-20 {
  -webkit-animation: animate-svg-stroke-chair04-20 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-20 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-21 {
  0% {
    stroke-dashoffset: 8.70001220703125px;
    stroke-dasharray: 8.70001220703125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.70001220703125px;
  }
}

@keyframes animate-svg-stroke-chair04-21 {
  0% {
    stroke-dashoffset: 8.70001220703125px;
    stroke-dasharray: 8.70001220703125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.70001220703125px;
  }
}

.svg-chair04-21 {
  -webkit-animation: animate-svg-stroke-chair04-21 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-21 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-22 {
  0% {
    stroke-dashoffset: 36.66086959838867px;
    stroke-dasharray: 36.66086959838867px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 36.66086959838867px;
  }
}

@keyframes animate-svg-stroke-chair04-22 {
  0% {
    stroke-dashoffset: 36.66086959838867px;
    stroke-dasharray: 36.66086959838867px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 36.66086959838867px;
  }
}

.svg-chair04-22 {
  -webkit-animation: animate-svg-stroke-chair04-22 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-22 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-23 {
  0% {
    stroke-dashoffset: 62.50813293457031px;
    stroke-dasharray: 62.50813293457031px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 62.50813293457031px;
  }
}

@keyframes animate-svg-stroke-chair04-23 {
  0% {
    stroke-dashoffset: 62.50813293457031px;
    stroke-dasharray: 62.50813293457031px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 62.50813293457031px;
  }
}

.svg-chair04-23 {
  -webkit-animation: animate-svg-stroke-chair04-23 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-23 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-24 {
  0% {
    stroke-dashoffset: 65.927734375px;
    stroke-dasharray: 65.927734375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 65.927734375px;
  }
}

@keyframes animate-svg-stroke-chair04-24 {
  0% {
    stroke-dashoffset: 65.927734375px;
    stroke-dasharray: 65.927734375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 65.927734375px;
  }
}

.svg-chair04-24 {
  -webkit-animation: animate-svg-stroke-chair04-24 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-24 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-25 {
  0% {
    stroke-dashoffset: 112.51033020019531px;
    stroke-dasharray: 112.51033020019531px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 112.51033020019531px;
  }
}

@keyframes animate-svg-stroke-chair04-25 {
  0% {
    stroke-dashoffset: 112.51033020019531px;
    stroke-dasharray: 112.51033020019531px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 112.51033020019531px;
  }
}

.svg-chair04-25 {
  -webkit-animation: animate-svg-stroke-chair04-25 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-25 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-26 {
  0% {
    stroke-dashoffset: 6.2018632888793945px;
    stroke-dasharray: 6.2018632888793945px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.2018632888793945px;
  }
}

@keyframes animate-svg-stroke-chair04-26 {
  0% {
    stroke-dashoffset: 6.2018632888793945px;
    stroke-dasharray: 6.2018632888793945px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.2018632888793945px;
  }
}

.svg-chair04-26 {
  -webkit-animation: animate-svg-stroke-chair04-26 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-26 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-27 {
  0% {
    stroke-dashoffset: 34.634490966796875px;
    stroke-dasharray: 34.634490966796875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 34.634490966796875px;
  }
}

@keyframes animate-svg-stroke-chair04-27 {
  0% {
    stroke-dashoffset: 34.634490966796875px;
    stroke-dasharray: 34.634490966796875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 34.634490966796875px;
  }
}

.svg-chair04-27 {
  -webkit-animation: animate-svg-stroke-chair04-27 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-27 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-28 {
  0% {
    stroke-dashoffset: 54.953556060791016px;
    stroke-dasharray: 54.953556060791016px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 54.953556060791016px;
  }
}

@keyframes animate-svg-stroke-chair04-28 {
  0% {
    stroke-dashoffset: 54.953556060791016px;
    stroke-dasharray: 54.953556060791016px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 54.953556060791016px;
  }
}

.svg-chair04-28 {
  -webkit-animation: animate-svg-stroke-chair04-28 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-28 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-29 {
  0% {
    stroke-dashoffset: 55.417076110839844px;
    stroke-dasharray: 55.417076110839844px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 55.417076110839844px;
  }
}

@keyframes animate-svg-stroke-chair04-29 {
  0% {
    stroke-dashoffset: 55.417076110839844px;
    stroke-dasharray: 55.417076110839844px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 55.417076110839844px;
  }
}

.svg-chair04-29 {
  -webkit-animation: animate-svg-stroke-chair04-29 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-29 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-30 {
  0% {
    stroke-dashoffset: 114.2281723022461px;
    stroke-dasharray: 114.2281723022461px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 114.2281723022461px;
  }
}

@keyframes animate-svg-stroke-chair04-30 {
  0% {
    stroke-dashoffset: 114.2281723022461px;
    stroke-dasharray: 114.2281723022461px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 114.2281723022461px;
  }
}

.svg-chair04-30 {
  -webkit-animation: animate-svg-stroke-chair04-30 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-30 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-31 {
  0% {
    stroke-dashoffset: 36.49793243408203px;
    stroke-dasharray: 36.49793243408203px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 36.49793243408203px;
  }
}

@keyframes animate-svg-stroke-chair04-31 {
  0% {
    stroke-dashoffset: 36.49793243408203px;
    stroke-dasharray: 36.49793243408203px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 36.49793243408203px;
  }
}

.svg-chair04-31 {
  -webkit-animation: animate-svg-stroke-chair04-31 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-31 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-32 {
  0% {
    stroke-dashoffset: 395.45733642578125px;
    stroke-dasharray: 395.45733642578125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 395.45733642578125px;
  }
}

@keyframes animate-svg-stroke-chair04-32 {
  0% {
    stroke-dashoffset: 395.45733642578125px;
    stroke-dasharray: 395.45733642578125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 395.45733642578125px;
  }
}

.svg-chair04-32 {
  -webkit-animation: animate-svg-stroke-chair04-32 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-32 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-33 {
  0% {
    stroke-dashoffset: 241.37570190429688px;
    stroke-dasharray: 241.37570190429688px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 241.37570190429688px;
  }
}

@keyframes animate-svg-stroke-chair04-33 {
  0% {
    stroke-dashoffset: 241.37570190429688px;
    stroke-dasharray: 241.37570190429688px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 241.37570190429688px;
  }
}

.svg-chair04-33 {
  -webkit-animation: animate-svg-stroke-chair04-33 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-33 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-34 {
  0% {
    stroke-dashoffset: 1037.1778564453125px;
    stroke-dasharray: 1037.1778564453125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1037.1778564453125px;
  }
}

@keyframes animate-svg-stroke-chair04-34 {
  0% {
    stroke-dashoffset: 1037.1778564453125px;
    stroke-dasharray: 1037.1778564453125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1037.1778564453125px;
  }
}

.svg-chair04-34 {
  -webkit-animation: animate-svg-stroke-chair04-34 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-34 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-35 {
  0% {
    stroke-dashoffset: 27.87265396118164px;
    stroke-dasharray: 27.87265396118164px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 27.87265396118164px;
  }
}

@keyframes animate-svg-stroke-chair04-35 {
  0% {
    stroke-dashoffset: 27.87265396118164px;
    stroke-dasharray: 27.87265396118164px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 27.87265396118164px;
  }
}

.svg-chair04-35 {
  -webkit-animation: animate-svg-stroke-chair04-35 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-35 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-36 {
  0% {
    stroke-dashoffset: 5.511856555938721px;
    stroke-dasharray: 5.511856555938721px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.511856555938721px;
  }
}

@keyframes animate-svg-stroke-chair04-36 {
  0% {
    stroke-dashoffset: 5.511856555938721px;
    stroke-dasharray: 5.511856555938721px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.511856555938721px;
  }
}

.svg-chair04-36 {
  -webkit-animation: animate-svg-stroke-chair04-36 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-36 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-37 {
  0% {
    stroke-dashoffset: 2.1999969482421875px;
    stroke-dasharray: 2.1999969482421875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.1999969482421875px;
  }
}

@keyframes animate-svg-stroke-chair04-37 {
  0% {
    stroke-dashoffset: 2.1999969482421875px;
    stroke-dasharray: 2.1999969482421875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.1999969482421875px;
  }
}

.svg-chair04-37 {
  -webkit-animation: animate-svg-stroke-chair04-37 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-37 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-38 {
  0% {
    stroke-dashoffset: 7.188458442687988px;
    stroke-dasharray: 7.188458442687988px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.188458442687988px;
  }
}

@keyframes animate-svg-stroke-chair04-38 {
  0% {
    stroke-dashoffset: 7.188458442687988px;
    stroke-dasharray: 7.188458442687988px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.188458442687988px;
  }
}

.svg-chair04-38 {
  -webkit-animation: animate-svg-stroke-chair04-38 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-38 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-39 {
  0% {
    stroke-dashoffset: 29.687082290649414px;
    stroke-dasharray: 29.687082290649414px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 29.687082290649414px;
  }
}

@keyframes animate-svg-stroke-chair04-39 {
  0% {
    stroke-dashoffset: 29.687082290649414px;
    stroke-dasharray: 29.687082290649414px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 29.687082290649414px;
  }
}

.svg-chair04-39 {
  -webkit-animation: animate-svg-stroke-chair04-39 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-39 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-40 {
  0% {
    stroke-dashoffset: 4.503990173339844px;
    stroke-dasharray: 4.503990173339844px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.503990173339844px;
  }
}

@keyframes animate-svg-stroke-chair04-40 {
  0% {
    stroke-dashoffset: 4.503990173339844px;
    stroke-dasharray: 4.503990173339844px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.503990173339844px;
  }
}

.svg-chair04-40 {
  -webkit-animation: animate-svg-stroke-chair04-40 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-40 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-41 {
  0% {
    stroke-dashoffset: 5.751590967178345px;
    stroke-dasharray: 5.751590967178345px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.751590967178345px;
  }
}

@keyframes animate-svg-stroke-chair04-41 {
  0% {
    stroke-dashoffset: 5.751590967178345px;
    stroke-dasharray: 5.751590967178345px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.751590967178345px;
  }
}

.svg-chair04-41 {
  -webkit-animation: animate-svg-stroke-chair04-41 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-41 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-42 {
  0% {
    stroke-dashoffset: 7.4632439613342285px;
    stroke-dasharray: 7.4632439613342285px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.4632439613342285px;
  }
}

@keyframes animate-svg-stroke-chair04-42 {
  0% {
    stroke-dashoffset: 7.4632439613342285px;
    stroke-dasharray: 7.4632439613342285px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.4632439613342285px;
  }
}

.svg-chair04-42 {
  -webkit-animation: animate-svg-stroke-chair04-42 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-42 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-43 {
  0% {
    stroke-dashoffset: 5.869832992553711px;
    stroke-dasharray: 5.869832992553711px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.869832992553711px;
  }
}

@keyframes animate-svg-stroke-chair04-43 {
  0% {
    stroke-dashoffset: 5.869832992553711px;
    stroke-dasharray: 5.869832992553711px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.869832992553711px;
  }
}

.svg-chair04-43 {
  -webkit-animation: animate-svg-stroke-chair04-43 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-43 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-44 {
  0% {
    stroke-dashoffset: 8.257255554199219px;
    stroke-dasharray: 8.257255554199219px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.257255554199219px;
  }
}

@keyframes animate-svg-stroke-chair04-44 {
  0% {
    stroke-dashoffset: 8.257255554199219px;
    stroke-dasharray: 8.257255554199219px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.257255554199219px;
  }
}

.svg-chair04-44 {
  -webkit-animation: animate-svg-stroke-chair04-44 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-44 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-45 {
  0% {
    stroke-dashoffset: 9.803288459777832px;
    stroke-dasharray: 9.803288459777832px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.803288459777832px;
  }
}

@keyframes animate-svg-stroke-chair04-45 {
  0% {
    stroke-dashoffset: 9.803288459777832px;
    stroke-dasharray: 9.803288459777832px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.803288459777832px;
  }
}

.svg-chair04-45 {
  -webkit-animation: animate-svg-stroke-chair04-45 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-45 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-46 {
  0% {
    stroke-dashoffset: 6.8878889083862305px;
    stroke-dasharray: 6.8878889083862305px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.8878889083862305px;
  }
}

@keyframes animate-svg-stroke-chair04-46 {
  0% {
    stroke-dashoffset: 6.8878889083862305px;
    stroke-dasharray: 6.8878889083862305px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.8878889083862305px;
  }
}

.svg-chair04-46 {
  -webkit-animation: animate-svg-stroke-chair04-46 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-46 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-47 {
  0% {
    stroke-dashoffset: 5.690388917922974px;
    stroke-dasharray: 5.690388917922974px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.690388917922974px;
  }
}

@keyframes animate-svg-stroke-chair04-47 {
  0% {
    stroke-dashoffset: 5.690388917922974px;
    stroke-dasharray: 5.690388917922974px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.690388917922974px;
  }
}

.svg-chair04-47 {
  -webkit-animation: animate-svg-stroke-chair04-47 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-47 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-48 {
  0% {
    stroke-dashoffset: 4.691523551940918px;
    stroke-dasharray: 4.691523551940918px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.691523551940918px;
  }
}

@keyframes animate-svg-stroke-chair04-48 {
  0% {
    stroke-dashoffset: 4.691523551940918px;
    stroke-dasharray: 4.691523551940918px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.691523551940918px;
  }
}

.svg-chair04-48 {
  -webkit-animation: animate-svg-stroke-chair04-48 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-48 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-49 {
  0% {
    stroke-dashoffset: 8.52787446975708px;
    stroke-dasharray: 8.52787446975708px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.52787446975708px;
  }
}

@keyframes animate-svg-stroke-chair04-49 {
  0% {
    stroke-dashoffset: 8.52787446975708px;
    stroke-dasharray: 8.52787446975708px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.52787446975708px;
  }
}

.svg-chair04-49 {
  -webkit-animation: animate-svg-stroke-chair04-49 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-49 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-50 {
  0% {
    stroke-dashoffset: 6.414706230163574px;
    stroke-dasharray: 6.414706230163574px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.414706230163574px;
  }
}

@keyframes animate-svg-stroke-chair04-50 {
  0% {
    stroke-dashoffset: 6.414706230163574px;
    stroke-dasharray: 6.414706230163574px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.414706230163574px;
  }
}

.svg-chair04-50 {
  -webkit-animation: animate-svg-stroke-chair04-50 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-50 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-51 {
  0% {
    stroke-dashoffset: 463.842041015625px;
    stroke-dasharray: 463.842041015625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 463.842041015625px;
  }
}

@keyframes animate-svg-stroke-chair04-51 {
  0% {
    stroke-dashoffset: 463.842041015625px;
    stroke-dasharray: 463.842041015625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 463.842041015625px;
  }
}

.svg-chair04-51 {
  -webkit-animation: animate-svg-stroke-chair04-51 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-51 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-52 {
  0% {
    stroke-dashoffset: 243.460205078125px;
    stroke-dasharray: 243.460205078125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 243.460205078125px;
  }
}

@keyframes animate-svg-stroke-chair04-52 {
  0% {
    stroke-dashoffset: 243.460205078125px;
    stroke-dasharray: 243.460205078125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 243.460205078125px;
  }
}

.svg-chair04-52 {
  -webkit-animation: animate-svg-stroke-chair04-52 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-52 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-53 {
  0% {
    stroke-dashoffset: 6.850925922393799px;
    stroke-dasharray: 6.850925922393799px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.850925922393799px;
  }
}

@keyframes animate-svg-stroke-chair04-53 {
  0% {
    stroke-dashoffset: 6.850925922393799px;
    stroke-dasharray: 6.850925922393799px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.850925922393799px;
  }
}

.svg-chair04-53 {
  -webkit-animation: animate-svg-stroke-chair04-53 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-53 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-54 {
  0% {
    stroke-dashoffset: 212.2613983154297px;
    stroke-dasharray: 212.2613983154297px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 212.2613983154297px;
  }
}

@keyframes animate-svg-stroke-chair04-54 {
  0% {
    stroke-dashoffset: 212.2613983154297px;
    stroke-dasharray: 212.2613983154297px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 212.2613983154297px;
  }
}

.svg-chair04-54 {
  -webkit-animation: animate-svg-stroke-chair04-54 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-54 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-55 {
  0% {
    stroke-dashoffset: 6.146369934082031px;
    stroke-dasharray: 6.146369934082031px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.146369934082031px;
  }
}

@keyframes animate-svg-stroke-chair04-55 {
  0% {
    stroke-dashoffset: 6.146369934082031px;
    stroke-dasharray: 6.146369934082031px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.146369934082031px;
  }
}

.svg-chair04-55 {
  -webkit-animation: animate-svg-stroke-chair04-55 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-55 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-56 {
  0% {
    stroke-dashoffset: 6.631619453430176px;
    stroke-dasharray: 6.631619453430176px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.631619453430176px;
  }
}

@keyframes animate-svg-stroke-chair04-56 {
  0% {
    stroke-dashoffset: 6.631619453430176px;
    stroke-dasharray: 6.631619453430176px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.631619453430176px;
  }
}

.svg-chair04-56 {
  -webkit-animation: animate-svg-stroke-chair04-56 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-56 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-57 {
  0% {
    stroke-dashoffset: 7.148187637329102px;
    stroke-dasharray: 7.148187637329102px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.148187637329102px;
  }
}

@keyframes animate-svg-stroke-chair04-57 {
  0% {
    stroke-dashoffset: 7.148187637329102px;
    stroke-dasharray: 7.148187637329102px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.148187637329102px;
  }
}

.svg-chair04-57 {
  -webkit-animation: animate-svg-stroke-chair04-57 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-57 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-58 {
  0% {
    stroke-dashoffset: 232.99240112304688px;
    stroke-dasharray: 232.99240112304688px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 232.99240112304688px;
  }
}

@keyframes animate-svg-stroke-chair04-58 {
  0% {
    stroke-dashoffset: 232.99240112304688px;
    stroke-dasharray: 232.99240112304688px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 232.99240112304688px;
  }
}

.svg-chair04-58 {
  -webkit-animation: animate-svg-stroke-chair04-58 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-58 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-59 {
  0% {
    stroke-dashoffset: 36.999977111816406px;
    stroke-dasharray: 36.999977111816406px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 36.999977111816406px;
  }
}

@keyframes animate-svg-stroke-chair04-59 {
  0% {
    stroke-dashoffset: 36.999977111816406px;
    stroke-dasharray: 36.999977111816406px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 36.999977111816406px;
  }
}

.svg-chair04-59 {
  -webkit-animation: animate-svg-stroke-chair04-59 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-59 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-60 {
  0% {
    stroke-dashoffset: 7.951150894165039px;
    stroke-dasharray: 7.951150894165039px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.951150894165039px;
  }
}

@keyframes animate-svg-stroke-chair04-60 {
  0% {
    stroke-dashoffset: 7.951150894165039px;
    stroke-dasharray: 7.951150894165039px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.951150894165039px;
  }
}

.svg-chair04-60 {
  -webkit-animation: animate-svg-stroke-chair04-60 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-60 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-61 {
  0% {
    stroke-dashoffset: 14.146198272705078px;
    stroke-dasharray: 14.146198272705078px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.146198272705078px;
  }
}

@keyframes animate-svg-stroke-chair04-61 {
  0% {
    stroke-dashoffset: 14.146198272705078px;
    stroke-dasharray: 14.146198272705078px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.146198272705078px;
  }
}

.svg-chair04-61 {
  -webkit-animation: animate-svg-stroke-chair04-61 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-61 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-62 {
  0% {
    stroke-dashoffset: 15.319811820983887px;
    stroke-dasharray: 15.319811820983887px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 15.319811820983887px;
  }
}

@keyframes animate-svg-stroke-chair04-62 {
  0% {
    stroke-dashoffset: 15.319811820983887px;
    stroke-dasharray: 15.319811820983887px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 15.319811820983887px;
  }
}

.svg-chair04-62 {
  -webkit-animation: animate-svg-stroke-chair04-62 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-62 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-63 {
  0% {
    stroke-dashoffset: 25.074241638183594px;
    stroke-dasharray: 25.074241638183594px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 25.074241638183594px;
  }
}

@keyframes animate-svg-stroke-chair04-63 {
  0% {
    stroke-dashoffset: 25.074241638183594px;
    stroke-dasharray: 25.074241638183594px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 25.074241638183594px;
  }
}

.svg-chair04-63 {
  -webkit-animation: animate-svg-stroke-chair04-63 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-63 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-64 {
  0% {
    stroke-dashoffset: 50.25883102416992px;
    stroke-dasharray: 50.25883102416992px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 50.25883102416992px;
  }
}

@keyframes animate-svg-stroke-chair04-64 {
  0% {
    stroke-dashoffset: 50.25883102416992px;
    stroke-dasharray: 50.25883102416992px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 50.25883102416992px;
  }
}

.svg-chair04-64 {
  -webkit-animation: animate-svg-stroke-chair04-64 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-64 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-65 {
  0% {
    stroke-dashoffset: 506.7685546875px;
    stroke-dasharray: 506.7685546875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 506.7685546875px;
  }
}

@keyframes animate-svg-stroke-chair04-65 {
  0% {
    stroke-dashoffset: 506.7685546875px;
    stroke-dasharray: 506.7685546875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 506.7685546875px;
  }
}

.svg-chair04-65 {
  -webkit-animation: animate-svg-stroke-chair04-65 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-65 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-66 {
  0% {
    stroke-dashoffset: 292.9954833984375px;
    stroke-dasharray: 292.9954833984375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 292.9954833984375px;
  }
}

@keyframes animate-svg-stroke-chair04-66 {
  0% {
    stroke-dashoffset: 292.9954833984375px;
    stroke-dasharray: 292.9954833984375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 292.9954833984375px;
  }
}

.svg-chair04-66 {
  -webkit-animation: animate-svg-stroke-chair04-66 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-66 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-67 {
  0% {
    stroke-dashoffset: 14.690930366516113px;
    stroke-dasharray: 14.690930366516113px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.690930366516113px;
  }
}

@keyframes animate-svg-stroke-chair04-67 {
  0% {
    stroke-dashoffset: 14.690930366516113px;
    stroke-dasharray: 14.690930366516113px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.690930366516113px;
  }
}

.svg-chair04-67 {
  -webkit-animation: animate-svg-stroke-chair04-67 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-67 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-68 {
  0% {
    stroke-dashoffset: 16.440428733825684px;
    stroke-dasharray: 16.440428733825684px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 16.440428733825684px;
  }
}

@keyframes animate-svg-stroke-chair04-68 {
  0% {
    stroke-dashoffset: 16.440428733825684px;
    stroke-dasharray: 16.440428733825684px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 16.440428733825684px;
  }
}

.svg-chair04-68 {
  -webkit-animation: animate-svg-stroke-chair04-68 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-68 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-69 {
  0% {
    stroke-dashoffset: 18.053956985473633px;
    stroke-dasharray: 18.053956985473633px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 18.053956985473633px;
  }
}

@keyframes animate-svg-stroke-chair04-69 {
  0% {
    stroke-dashoffset: 18.053956985473633px;
    stroke-dasharray: 18.053956985473633px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 18.053956985473633px;
  }
}

.svg-chair04-69 {
  -webkit-animation: animate-svg-stroke-chair04-69 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-69 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-70 {
  0% {
    stroke-dashoffset: 63.908416748046875px;
    stroke-dasharray: 63.908416748046875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 63.908416748046875px;
  }
}

@keyframes animate-svg-stroke-chair04-70 {
  0% {
    stroke-dashoffset: 63.908416748046875px;
    stroke-dasharray: 63.908416748046875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 63.908416748046875px;
  }
}

.svg-chair04-70 {
  -webkit-animation: animate-svg-stroke-chair04-70 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-70 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-71 {
  0% {
    stroke-dashoffset: 206.73294067382812px;
    stroke-dasharray: 206.73294067382812px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 206.73294067382812px;
  }
}

@keyframes animate-svg-stroke-chair04-71 {
  0% {
    stroke-dashoffset: 206.73294067382812px;
    stroke-dasharray: 206.73294067382812px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 206.73294067382812px;
  }
}

.svg-chair04-71 {
  -webkit-animation: animate-svg-stroke-chair04-71 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-71 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-72 {
  0% {
    stroke-dashoffset: 22.76187515258789px;
    stroke-dasharray: 22.76187515258789px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22.76187515258789px;
  }
}

@keyframes animate-svg-stroke-chair04-72 {
  0% {
    stroke-dashoffset: 22.76187515258789px;
    stroke-dasharray: 22.76187515258789px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22.76187515258789px;
  }
}

.svg-chair04-72 {
  -webkit-animation: animate-svg-stroke-chair04-72 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-72 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-73 {
  0% {
    stroke-dashoffset: 45.95527648925781px;
    stroke-dasharray: 45.95527648925781px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 45.95527648925781px;
  }
}

@keyframes animate-svg-stroke-chair04-73 {
  0% {
    stroke-dashoffset: 45.95527648925781px;
    stroke-dasharray: 45.95527648925781px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 45.95527648925781px;
  }
}

.svg-chair04-73 {
  -webkit-animation: animate-svg-stroke-chair04-73 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-73 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-74 {
  0% {
    stroke-dashoffset: 4.942811965942383px;
    stroke-dasharray: 4.942811965942383px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.942811965942383px;
  }
}

@keyframes animate-svg-stroke-chair04-74 {
  0% {
    stroke-dashoffset: 4.942811965942383px;
    stroke-dasharray: 4.942811965942383px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.942811965942383px;
  }
}

.svg-chair04-74 {
  -webkit-animation: animate-svg-stroke-chair04-74 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-74 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-75 {
  0% {
    stroke-dashoffset: 2.29998779296875px;
    stroke-dasharray: 2.29998779296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.29998779296875px;
  }
}

@keyframes animate-svg-stroke-chair04-75 {
  0% {
    stroke-dashoffset: 2.29998779296875px;
    stroke-dasharray: 2.29998779296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.29998779296875px;
  }
}

.svg-chair04-75 {
  -webkit-animation: animate-svg-stroke-chair04-75 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-75 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-76 {
  0% {
    stroke-dashoffset: 2.1999969482421875px;
    stroke-dasharray: 2.1999969482421875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.1999969482421875px;
  }
}

@keyframes animate-svg-stroke-chair04-76 {
  0% {
    stroke-dashoffset: 2.1999969482421875px;
    stroke-dasharray: 2.1999969482421875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.1999969482421875px;
  }
}

.svg-chair04-76 {
  -webkit-animation: animate-svg-stroke-chair04-76 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-76 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-77 {
  0% {
    stroke-dashoffset: 7.188465595245361px;
    stroke-dasharray: 7.188465595245361px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.188465595245361px;
  }
}

@keyframes animate-svg-stroke-chair04-77 {
  0% {
    stroke-dashoffset: 7.188465595245361px;
    stroke-dasharray: 7.188465595245361px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.188465595245361px;
  }
}

.svg-chair04-77 {
  -webkit-animation: animate-svg-stroke-chair04-77 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-77 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-78 {
  0% {
    stroke-dashoffset: 29.687089920043945px;
    stroke-dasharray: 29.687089920043945px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 29.687089920043945px;
  }
}

@keyframes animate-svg-stroke-chair04-78 {
  0% {
    stroke-dashoffset: 29.687089920043945px;
    stroke-dasharray: 29.687089920043945px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 29.687089920043945px;
  }
}

.svg-chair04-78 {
  -webkit-animation: animate-svg-stroke-chair04-78 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-78 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-79 {
  0% {
    stroke-dashoffset: 4.503990173339844px;
    stroke-dasharray: 4.503990173339844px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.503990173339844px;
  }
}

@keyframes animate-svg-stroke-chair04-79 {
  0% {
    stroke-dashoffset: 4.503990173339844px;
    stroke-dasharray: 4.503990173339844px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.503990173339844px;
  }
}

.svg-chair04-79 {
  -webkit-animation: animate-svg-stroke-chair04-79 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-79 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-80 {
  0% {
    stroke-dashoffset: 5.751585006713867px;
    stroke-dasharray: 5.751585006713867px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.751585006713867px;
  }
}

@keyframes animate-svg-stroke-chair04-80 {
  0% {
    stroke-dashoffset: 5.751585006713867px;
    stroke-dasharray: 5.751585006713867px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.751585006713867px;
  }
}

.svg-chair04-80 {
  -webkit-animation: animate-svg-stroke-chair04-80 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-80 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-81 {
  0% {
    stroke-dashoffset: 7.4632439613342285px;
    stroke-dasharray: 7.4632439613342285px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.4632439613342285px;
  }
}

@keyframes animate-svg-stroke-chair04-81 {
  0% {
    stroke-dashoffset: 7.4632439613342285px;
    stroke-dasharray: 7.4632439613342285px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.4632439613342285px;
  }
}

.svg-chair04-81 {
  -webkit-animation: animate-svg-stroke-chair04-81 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-81 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-82 {
  0% {
    stroke-dashoffset: 5.869832992553711px;
    stroke-dasharray: 5.869832992553711px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.869832992553711px;
  }
}

@keyframes animate-svg-stroke-chair04-82 {
  0% {
    stroke-dashoffset: 5.869832992553711px;
    stroke-dasharray: 5.869832992553711px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.869832992553711px;
  }
}

.svg-chair04-82 {
  -webkit-animation: animate-svg-stroke-chair04-82 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-82 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-83 {
  0% {
    stroke-dashoffset: 8.257256507873535px;
    stroke-dasharray: 8.257256507873535px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.257256507873535px;
  }
}

@keyframes animate-svg-stroke-chair04-83 {
  0% {
    stroke-dashoffset: 8.257256507873535px;
    stroke-dasharray: 8.257256507873535px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.257256507873535px;
  }
}

.svg-chair04-83 {
  -webkit-animation: animate-svg-stroke-chair04-83 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-83 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-84 {
  0% {
    stroke-dashoffset: 9.803288459777832px;
    stroke-dasharray: 9.803288459777832px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.803288459777832px;
  }
}

@keyframes animate-svg-stroke-chair04-84 {
  0% {
    stroke-dashoffset: 9.803288459777832px;
    stroke-dasharray: 9.803288459777832px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 9.803288459777832px;
  }
}

.svg-chair04-84 {
  -webkit-animation: animate-svg-stroke-chair04-84 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-84 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-85 {
  0% {
    stroke-dashoffset: 6.8878889083862305px;
    stroke-dasharray: 6.8878889083862305px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.8878889083862305px;
  }
}

@keyframes animate-svg-stroke-chair04-85 {
  0% {
    stroke-dashoffset: 6.8878889083862305px;
    stroke-dasharray: 6.8878889083862305px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.8878889083862305px;
  }
}

.svg-chair04-85 {
  -webkit-animation: animate-svg-stroke-chair04-85 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-85 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-86 {
  0% {
    stroke-dashoffset: 5.69040584564209px;
    stroke-dasharray: 5.69040584564209px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.69040584564209px;
  }
}

@keyframes animate-svg-stroke-chair04-86 {
  0% {
    stroke-dashoffset: 5.69040584564209px;
    stroke-dasharray: 5.69040584564209px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.69040584564209px;
  }
}

.svg-chair04-86 {
  -webkit-animation: animate-svg-stroke-chair04-86 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-86 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-87 {
  0% {
    stroke-dashoffset: 4.691523551940918px;
    stroke-dasharray: 4.691523551940918px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.691523551940918px;
  }
}

@keyframes animate-svg-stroke-chair04-87 {
  0% {
    stroke-dashoffset: 4.691523551940918px;
    stroke-dasharray: 4.691523551940918px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.691523551940918px;
  }
}

.svg-chair04-87 {
  -webkit-animation: animate-svg-stroke-chair04-87 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-87 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-88 {
  0% {
    stroke-dashoffset: 8.52787446975708px;
    stroke-dasharray: 8.52787446975708px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.52787446975708px;
  }
}

@keyframes animate-svg-stroke-chair04-88 {
  0% {
    stroke-dashoffset: 8.52787446975708px;
    stroke-dasharray: 8.52787446975708px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.52787446975708px;
  }
}

.svg-chair04-88 {
  -webkit-animation: animate-svg-stroke-chair04-88 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-88 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-89 {
  0% {
    stroke-dashoffset: 6.414687156677246px;
    stroke-dasharray: 6.414687156677246px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.414687156677246px;
  }
}

@keyframes animate-svg-stroke-chair04-89 {
  0% {
    stroke-dashoffset: 6.414687156677246px;
    stroke-dasharray: 6.414687156677246px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.414687156677246px;
  }
}

.svg-chair04-89 {
  -webkit-animation: animate-svg-stroke-chair04-89 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-89 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-90 {
  0% {
    stroke-dashoffset: 366.5677795410156px;
    stroke-dasharray: 366.5677795410156px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 366.5677795410156px;
  }
}

@keyframes animate-svg-stroke-chair04-90 {
  0% {
    stroke-dashoffset: 366.5677795410156px;
    stroke-dasharray: 366.5677795410156px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 366.5677795410156px;
  }
}

.svg-chair04-90 {
  -webkit-animation: animate-svg-stroke-chair04-90 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-90 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-91 {
  0% {
    stroke-dashoffset: 212.26144409179688px;
    stroke-dasharray: 212.26144409179688px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 212.26144409179688px;
  }
}

@keyframes animate-svg-stroke-chair04-91 {
  0% {
    stroke-dashoffset: 212.26144409179688px;
    stroke-dasharray: 212.26144409179688px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 212.26144409179688px;
  }
}

.svg-chair04-91 {
  -webkit-animation: animate-svg-stroke-chair04-91 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-91 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-92 {
  0% {
    stroke-dashoffset: 6.146369934082031px;
    stroke-dasharray: 6.146369934082031px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.146369934082031px;
  }
}

@keyframes animate-svg-stroke-chair04-92 {
  0% {
    stroke-dashoffset: 6.146369934082031px;
    stroke-dasharray: 6.146369934082031px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.146369934082031px;
  }
}

.svg-chair04-92 {
  -webkit-animation: animate-svg-stroke-chair04-92 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-92 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-93 {
  0% {
    stroke-dashoffset: 6.631619453430176px;
    stroke-dasharray: 6.631619453430176px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.631619453430176px;
  }
}

@keyframes animate-svg-stroke-chair04-93 {
  0% {
    stroke-dashoffset: 6.631619453430176px;
    stroke-dasharray: 6.631619453430176px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.631619453430176px;
  }
}

.svg-chair04-93 {
  -webkit-animation: animate-svg-stroke-chair04-93 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-93 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-94 {
  0% {
    stroke-dashoffset: 7.148187637329102px;
    stroke-dasharray: 7.148187637329102px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.148187637329102px;
  }
}

@keyframes animate-svg-stroke-chair04-94 {
  0% {
    stroke-dashoffset: 7.148187637329102px;
    stroke-dasharray: 7.148187637329102px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.148187637329102px;
  }
}

.svg-chair04-94 {
  -webkit-animation: animate-svg-stroke-chair04-94 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-94 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-95 {
  0% {
    stroke-dashoffset: 232.99215698242188px;
    stroke-dasharray: 232.99215698242188px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 232.99215698242188px;
  }
}

@keyframes animate-svg-stroke-chair04-95 {
  0% {
    stroke-dashoffset: 232.99215698242188px;
    stroke-dasharray: 232.99215698242188px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 232.99215698242188px;
  }
}

.svg-chair04-95 {
  -webkit-animation: animate-svg-stroke-chair04-95 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-95 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-96 {
  0% {
    stroke-dashoffset: 36.999977111816406px;
    stroke-dasharray: 36.999977111816406px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 36.999977111816406px;
  }
}

@keyframes animate-svg-stroke-chair04-96 {
  0% {
    stroke-dashoffset: 36.999977111816406px;
    stroke-dasharray: 36.999977111816406px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 36.999977111816406px;
  }
}

.svg-chair04-96 {
  -webkit-animation: animate-svg-stroke-chair04-96 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-96 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-97 {
  0% {
    stroke-dashoffset: 7.951150894165039px;
    stroke-dasharray: 7.951150894165039px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.951150894165039px;
  }
}

@keyframes animate-svg-stroke-chair04-97 {
  0% {
    stroke-dashoffset: 7.951150894165039px;
    stroke-dasharray: 7.951150894165039px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.951150894165039px;
  }
}

.svg-chair04-97 {
  -webkit-animation: animate-svg-stroke-chair04-97 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-97 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-98 {
  0% {
    stroke-dashoffset: 14.146198272705078px;
    stroke-dasharray: 14.146198272705078px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.146198272705078px;
  }
}

@keyframes animate-svg-stroke-chair04-98 {
  0% {
    stroke-dashoffset: 14.146198272705078px;
    stroke-dasharray: 14.146198272705078px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.146198272705078px;
  }
}

.svg-chair04-98 {
  -webkit-animation: animate-svg-stroke-chair04-98 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-98 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-99 {
  0% {
    stroke-dashoffset: 15.319811820983887px;
    stroke-dasharray: 15.319811820983887px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 15.319811820983887px;
  }
}

@keyframes animate-svg-stroke-chair04-99 {
  0% {
    stroke-dashoffset: 15.319811820983887px;
    stroke-dasharray: 15.319811820983887px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 15.319811820983887px;
  }
}

.svg-chair04-99 {
  -webkit-animation: animate-svg-stroke-chair04-99 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-99 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-100 {
  0% {
    stroke-dashoffset: 4.942811965942383px;
    stroke-dasharray: 4.942811965942383px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.942811965942383px;
  }
}

@keyframes animate-svg-stroke-chair04-100 {
  0% {
    stroke-dashoffset: 4.942811965942383px;
    stroke-dasharray: 4.942811965942383px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.942811965942383px;
  }
}

.svg-chair04-100 {
  -webkit-animation: animate-svg-stroke-chair04-100 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-100 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-101 {
  0% {
    stroke-dashoffset: 2.1999969482421875px;
    stroke-dasharray: 2.1999969482421875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.1999969482421875px;
  }
}

@keyframes animate-svg-stroke-chair04-101 {
  0% {
    stroke-dashoffset: 2.1999969482421875px;
    stroke-dasharray: 2.1999969482421875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.1999969482421875px;
  }
}

.svg-chair04-101 {
  -webkit-animation: animate-svg-stroke-chair04-101 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-101 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-102 {
  0% {
    stroke-dashoffset: 168.2715301513672px;
    stroke-dasharray: 168.2715301513672px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 168.2715301513672px;
  }
}

@keyframes animate-svg-stroke-chair04-102 {
  0% {
    stroke-dashoffset: 168.2715301513672px;
    stroke-dasharray: 168.2715301513672px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 168.2715301513672px;
  }
}

.svg-chair04-102 {
  -webkit-animation: animate-svg-stroke-chair04-102 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-102 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-103 {
  0% {
    stroke-dashoffset: 168.13027954101562px;
    stroke-dasharray: 168.13027954101562px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 168.13027954101562px;
  }
}

@keyframes animate-svg-stroke-chair04-103 {
  0% {
    stroke-dashoffset: 168.13027954101562px;
    stroke-dasharray: 168.13027954101562px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 168.13027954101562px;
  }
}

.svg-chair04-103 {
  -webkit-animation: animate-svg-stroke-chair04-103 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-103 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-104 {
  0% {
    stroke-dashoffset: 29.687082290649414px;
    stroke-dasharray: 29.687082290649414px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 29.687082290649414px;
  }
}

@keyframes animate-svg-stroke-chair04-104 {
  0% {
    stroke-dashoffset: 29.687082290649414px;
    stroke-dasharray: 29.687082290649414px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 29.687082290649414px;
  }
}

.svg-chair04-104 {
  -webkit-animation: animate-svg-stroke-chair04-104 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-104 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-105 {
  0% {
    stroke-dashoffset: 4.503990173339844px;
    stroke-dasharray: 4.503990173339844px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.503990173339844px;
  }
}

@keyframes animate-svg-stroke-chair04-105 {
  0% {
    stroke-dashoffset: 4.503990173339844px;
    stroke-dasharray: 4.503990173339844px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.503990173339844px;
  }
}

.svg-chair04-105 {
  -webkit-animation: animate-svg-stroke-chair04-105 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-105 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-106 {
  0% {
    stroke-dashoffset: 7.4632439613342285px;
    stroke-dasharray: 7.4632439613342285px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.4632439613342285px;
  }
}

@keyframes animate-svg-stroke-chair04-106 {
  0% {
    stroke-dashoffset: 7.4632439613342285px;
    stroke-dasharray: 7.4632439613342285px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.4632439613342285px;
  }
}

.svg-chair04-106 {
  -webkit-animation: animate-svg-stroke-chair04-106 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-106 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-107 {
  0% {
    stroke-dashoffset: 5.69040584564209px;
    stroke-dasharray: 5.69040584564209px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.69040584564209px;
  }
}

@keyframes animate-svg-stroke-chair04-107 {
  0% {
    stroke-dashoffset: 5.69040584564209px;
    stroke-dasharray: 5.69040584564209px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.69040584564209px;
  }
}

.svg-chair04-107 {
  -webkit-animation: animate-svg-stroke-chair04-107 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-107 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-108 {
  0% {
    stroke-dashoffset: 4.691523551940918px;
    stroke-dasharray: 4.691523551940918px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.691523551940918px;
  }
}

@keyframes animate-svg-stroke-chair04-108 {
  0% {
    stroke-dashoffset: 4.691523551940918px;
    stroke-dasharray: 4.691523551940918px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.691523551940918px;
  }
}

.svg-chair04-108 {
  -webkit-animation: animate-svg-stroke-chair04-108 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-108 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-109 {
  0% {
    stroke-dashoffset: 8.52787446975708px;
    stroke-dasharray: 8.52787446975708px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.52787446975708px;
  }
}

@keyframes animate-svg-stroke-chair04-109 {
  0% {
    stroke-dashoffset: 8.52787446975708px;
    stroke-dasharray: 8.52787446975708px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.52787446975708px;
  }
}

.svg-chair04-109 {
  -webkit-animation: animate-svg-stroke-chair04-109 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-109 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-110 {
  0% {
    stroke-dashoffset: 16.603416442871094px;
    stroke-dasharray: 16.603416442871094px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 16.603416442871094px;
  }
}

@keyframes animate-svg-stroke-chair04-110 {
  0% {
    stroke-dashoffset: 16.603416442871094px;
    stroke-dasharray: 16.603416442871094px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 16.603416442871094px;
  }
}

.svg-chair04-110 {
  -webkit-animation: animate-svg-stroke-chair04-110 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-110 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-111 {
  0% {
    stroke-dashoffset: 361.56597900390625px;
    stroke-dasharray: 361.56597900390625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 361.56597900390625px;
  }
}

@keyframes animate-svg-stroke-chair04-111 {
  0% {
    stroke-dashoffset: 361.56597900390625px;
    stroke-dasharray: 361.56597900390625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 361.56597900390625px;
  }
}

.svg-chair04-111 {
  -webkit-animation: animate-svg-stroke-chair04-111 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-111 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-112 {
  0% {
    stroke-dashoffset: 212.26144409179688px;
    stroke-dasharray: 212.26144409179688px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 212.26144409179688px;
  }
}

@keyframes animate-svg-stroke-chair04-112 {
  0% {
    stroke-dashoffset: 212.26144409179688px;
    stroke-dasharray: 212.26144409179688px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 212.26144409179688px;
  }
}

.svg-chair04-112 {
  -webkit-animation: animate-svg-stroke-chair04-112 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-112 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-113 {
  0% {
    stroke-dashoffset: 6.146369934082031px;
    stroke-dasharray: 6.146369934082031px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.146369934082031px;
  }
}

@keyframes animate-svg-stroke-chair04-113 {
  0% {
    stroke-dashoffset: 6.146369934082031px;
    stroke-dasharray: 6.146369934082031px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.146369934082031px;
  }
}

.svg-chair04-113 {
  -webkit-animation: animate-svg-stroke-chair04-113 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-113 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-114 {
  0% {
    stroke-dashoffset: 6.631619453430176px;
    stroke-dasharray: 6.631619453430176px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.631619453430176px;
  }
}

@keyframes animate-svg-stroke-chair04-114 {
  0% {
    stroke-dashoffset: 6.631619453430176px;
    stroke-dasharray: 6.631619453430176px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.631619453430176px;
  }
}

.svg-chair04-114 {
  -webkit-animation: animate-svg-stroke-chair04-114 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-114 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-115 {
  0% {
    stroke-dashoffset: 7.148187637329102px;
    stroke-dasharray: 7.148187637329102px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.148187637329102px;
  }
}

@keyframes animate-svg-stroke-chair04-115 {
  0% {
    stroke-dashoffset: 7.148187637329102px;
    stroke-dasharray: 7.148187637329102px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.148187637329102px;
  }
}

.svg-chair04-115 {
  -webkit-animation: animate-svg-stroke-chair04-115 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-115 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-116 {
  0% {
    stroke-dashoffset: 232.99215698242188px;
    stroke-dasharray: 232.99215698242188px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 232.99215698242188px;
  }
}

@keyframes animate-svg-stroke-chair04-116 {
  0% {
    stroke-dashoffset: 232.99215698242188px;
    stroke-dasharray: 232.99215698242188px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 232.99215698242188px;
  }
}

.svg-chair04-116 {
  -webkit-animation: animate-svg-stroke-chair04-116 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-116 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-117 {
  0% {
    stroke-dashoffset: 36.999977111816406px;
    stroke-dasharray: 36.999977111816406px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 36.999977111816406px;
  }
}

@keyframes animate-svg-stroke-chair04-117 {
  0% {
    stroke-dashoffset: 36.999977111816406px;
    stroke-dasharray: 36.999977111816406px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 36.999977111816406px;
  }
}

.svg-chair04-117 {
  -webkit-animation: animate-svg-stroke-chair04-117 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-117 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-118 {
  0% {
    stroke-dashoffset: 7.951150894165039px;
    stroke-dasharray: 7.951150894165039px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.951150894165039px;
  }
}

@keyframes animate-svg-stroke-chair04-118 {
  0% {
    stroke-dashoffset: 7.951150894165039px;
    stroke-dasharray: 7.951150894165039px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.951150894165039px;
  }
}

.svg-chair04-118 {
  -webkit-animation: animate-svg-stroke-chair04-118 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-118 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-119 {
  0% {
    stroke-dashoffset: 14.146198272705078px;
    stroke-dasharray: 14.146198272705078px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.146198272705078px;
  }
}

@keyframes animate-svg-stroke-chair04-119 {
  0% {
    stroke-dashoffset: 14.146198272705078px;
    stroke-dasharray: 14.146198272705078px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.146198272705078px;
  }
}

.svg-chair04-119 {
  -webkit-animation: animate-svg-stroke-chair04-119 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-119 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-120 {
  0% {
    stroke-dashoffset: 15.319811820983887px;
    stroke-dasharray: 15.319811820983887px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 15.319811820983887px;
  }
}

@keyframes animate-svg-stroke-chair04-120 {
  0% {
    stroke-dashoffset: 15.319811820983887px;
    stroke-dasharray: 15.319811820983887px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 15.319811820983887px;
  }
}

.svg-chair04-120 {
  -webkit-animation: animate-svg-stroke-chair04-120 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-120 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-121 {
  0% {
    stroke-dashoffset: 4.942811965942383px;
    stroke-dasharray: 4.942811965942383px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.942811965942383px;
  }
}

@keyframes animate-svg-stroke-chair04-121 {
  0% {
    stroke-dashoffset: 4.942811965942383px;
    stroke-dasharray: 4.942811965942383px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.942811965942383px;
  }
}

.svg-chair04-121 {
  -webkit-animation: animate-svg-stroke-chair04-121 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-121 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-122 {
  0% {
    stroke-dashoffset: 2.29998779296875px;
    stroke-dasharray: 2.29998779296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.29998779296875px;
  }
}

@keyframes animate-svg-stroke-chair04-122 {
  0% {
    stroke-dashoffset: 2.29998779296875px;
    stroke-dasharray: 2.29998779296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.29998779296875px;
  }
}

.svg-chair04-122 {
  -webkit-animation: animate-svg-stroke-chair04-122 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-122 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-123 {
  0% {
    stroke-dashoffset: 2.79998779296875px;
    stroke-dasharray: 2.79998779296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.79998779296875px;
  }
}

@keyframes animate-svg-stroke-chair04-123 {
  0% {
    stroke-dashoffset: 2.79998779296875px;
    stroke-dasharray: 2.79998779296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.79998779296875px;
  }
}

.svg-chair04-123 {
  -webkit-animation: animate-svg-stroke-chair04-123 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-123 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-124 {
  0% {
    stroke-dashoffset: 287.74151611328125px;
    stroke-dasharray: 287.74151611328125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 287.74151611328125px;
  }
}

@keyframes animate-svg-stroke-chair04-124 {
  0% {
    stroke-dashoffset: 287.74151611328125px;
    stroke-dasharray: 287.74151611328125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 287.74151611328125px;
  }
}

.svg-chair04-124 {
  -webkit-animation: animate-svg-stroke-chair04-124 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-124 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-125 {
  0% {
    stroke-dashoffset: 287.74151611328125px;
    stroke-dasharray: 287.74151611328125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 287.74151611328125px;
  }
}

@keyframes animate-svg-stroke-chair04-125 {
  0% {
    stroke-dashoffset: 287.74151611328125px;
    stroke-dasharray: 287.74151611328125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 287.74151611328125px;
  }
}

.svg-chair04-125 {
  -webkit-animation: animate-svg-stroke-chair04-125 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-125 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-126 {
  0% {
    stroke-dashoffset: 288.85809326171875px;
    stroke-dasharray: 288.85809326171875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 288.85809326171875px;
  }
}

@keyframes animate-svg-stroke-chair04-126 {
  0% {
    stroke-dashoffset: 288.85809326171875px;
    stroke-dasharray: 288.85809326171875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 288.85809326171875px;
  }
}

.svg-chair04-126 {
  -webkit-animation: animate-svg-stroke-chair04-126 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-126 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}

@-webkit-keyframes animate-svg-stroke-chair04-127 {
  0% {
    stroke-dashoffset: 288.8581237792969px;
    stroke-dasharray: 288.8581237792969px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 288.8581237792969px;
  }
}

@keyframes animate-svg-stroke-chair04-127 {
  0% {
    stroke-dashoffset: 288.8581237792969px;
    stroke-dasharray: 288.8581237792969px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 288.8581237792969px;
  }
}

.svg-chair04-127 {
  -webkit-animation: animate-svg-stroke-chair04-127 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
          animation: animate-svg-stroke-chair04-127 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 15s both;
}




.fv .chair05 {
  height: 84%;
  right: 7.5%;
  /* bottom: -1vh; */
  bottom: 0;
  opacity: 0;
  animation: Chair05-fadeIn 3.5s ease-out 32s forwards;
}
@media screen and (min-width: 1025px) {
  .fv .chair05 {
    /* aspect-ratio: 1072/809; */
  }
}
@media screen and (max-width: 1024px) {
  .fv .chair05 {
    height: 66%;
    right: 0.5%;
    bottom: -1vh;
    opacity: 0;
    animation: Chair05-fadeIn 3.5s ease-out 32s forwards;
}
}
@keyframes Chair05-fadeIn {
  to {
    opacity: 1;
  }
}

#layer_5 {
  height: 93% !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  bottom: -12vh;
  right: 8.75%;
  opacity: 1;
  animation: layer05-fadeout 1s ease-out 31s forwards;
}
@media screen and (max-width: 1024px) {
  #layer_5 {
    top: unset;
    bottom: -7vh;
    right: 3.4vw;
    width: auto !important;
    height: 74% !important;
  }
}

@keyframes layer05-fadein {
  to {
    opacity: 1;
  }
}
@keyframes layer05-fadeout {
  to {
    opacity: 0;
  }
}

/***************************************************
 * Generated by SVG Artista on 12/25/2025, 6:25:18 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

 @-webkit-keyframes animate-svg-stroke-chair05-1 {
  0% {
    stroke-dashoffset: 358.7164611816406px;
    stroke-dasharray: 358.7164611816406px;
  }

  100% {
    stroke-dashoffset: 717.4329223632812px;
    stroke-dasharray: 358.7164611816406px;
  }
}

@keyframes animate-svg-stroke-chair05-1 {
  0% {
    stroke-dashoffset: 358.7164611816406px;
    stroke-dasharray: 358.7164611816406px;
  }

  100% {
    stroke-dashoffset: 717.4329223632812px;
    stroke-dasharray: 358.7164611816406px;
  }
}

.svg-chair05-1 {
  -webkit-animation: animate-svg-stroke-chair05-1 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-1 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-2 {
  0% {
    stroke-dashoffset: 4.356788158416748px;
    stroke-dasharray: 4.356788158416748px;
  }

  100% {
    stroke-dashoffset: 8.713576316833496px;
    stroke-dasharray: 4.356788158416748px;
  }
}

@keyframes animate-svg-stroke-chair05-2 {
  0% {
    stroke-dashoffset: 4.356788158416748px;
    stroke-dasharray: 4.356788158416748px;
  }

  100% {
    stroke-dashoffset: 8.713576316833496px;
    stroke-dasharray: 4.356788158416748px;
  }
}

.svg-chair05-2 {
  -webkit-animation: animate-svg-stroke-chair05-2 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-2 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-3 {
  0% {
    stroke-dashoffset: 6.540257453918457px;
    stroke-dasharray: 6.540257453918457px;
  }

  100% {
    stroke-dashoffset: 13.080514907836914px;
    stroke-dasharray: 6.540257453918457px;
  }
}

@keyframes animate-svg-stroke-chair05-3 {
  0% {
    stroke-dashoffset: 6.540257453918457px;
    stroke-dasharray: 6.540257453918457px;
  }

  100% {
    stroke-dashoffset: 13.080514907836914px;
    stroke-dasharray: 6.540257453918457px;
  }
}

.svg-chair05-3 {
  -webkit-animation: animate-svg-stroke-chair05-3 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-3 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-4 {
  0% {
    stroke-dashoffset: 38.058135986328125px;
    stroke-dasharray: 38.058135986328125px;
  }

  100% {
    stroke-dashoffset: 76.11627197265625px;
    stroke-dasharray: 38.058135986328125px;
  }
}

@keyframes animate-svg-stroke-chair05-4 {
  0% {
    stroke-dashoffset: 38.058135986328125px;
    stroke-dasharray: 38.058135986328125px;
  }

  100% {
    stroke-dashoffset: 76.11627197265625px;
    stroke-dasharray: 38.058135986328125px;
  }
}

.svg-chair05-4 {
  -webkit-animation: animate-svg-stroke-chair05-4 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-4 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-5 {
  0% {
    stroke-dashoffset: 1278.999755859375px;
    stroke-dasharray: 1278.999755859375px;
  }

  100% {
    stroke-dashoffset: 2557.99951171875px;
    stroke-dasharray: 1278.999755859375px;
  }
}

@keyframes animate-svg-stroke-chair05-5 {
  0% {
    stroke-dashoffset: 1278.999755859375px;
    stroke-dasharray: 1278.999755859375px;
  }

  100% {
    stroke-dashoffset: 2557.99951171875px;
    stroke-dasharray: 1278.999755859375px;
  }
}

.svg-chair05-5 {
  -webkit-animation: animate-svg-stroke-chair05-5 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-5 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-6 {
  0% {
    stroke-dashoffset: 19.22053337097168px;
    stroke-dasharray: 19.22053337097168px;
  }

  100% {
    stroke-dashoffset: 38.44106674194336px;
    stroke-dasharray: 19.22053337097168px;
  }
}

@keyframes animate-svg-stroke-chair05-6 {
  0% {
    stroke-dashoffset: 19.22053337097168px;
    stroke-dasharray: 19.22053337097168px;
  }

  100% {
    stroke-dashoffset: 38.44106674194336px;
    stroke-dasharray: 19.22053337097168px;
  }
}

.svg-chair05-6 {
  -webkit-animation: animate-svg-stroke-chair05-6 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-6 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-7 {
  0% {
    stroke-dashoffset: 144.2847137451172px;
    stroke-dasharray: 144.2847137451172px;
  }

  100% {
    stroke-dashoffset: 288.5694274902344px;
    stroke-dasharray: 144.2847137451172px;
  }
}

@keyframes animate-svg-stroke-chair05-7 {
  0% {
    stroke-dashoffset: 144.2847137451172px;
    stroke-dasharray: 144.2847137451172px;
  }

  100% {
    stroke-dashoffset: 288.5694274902344px;
    stroke-dasharray: 144.2847137451172px;
  }
}

.svg-chair05-7 {
  -webkit-animation: animate-svg-stroke-chair05-7 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-7 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-8 {
  0% {
    stroke-dashoffset: 366.018310546875px;
    stroke-dasharray: 366.018310546875px;
  }

  100% {
    stroke-dashoffset: 732.03662109375px;
    stroke-dasharray: 366.018310546875px;
  }
}

@keyframes animate-svg-stroke-chair05-8 {
  0% {
    stroke-dashoffset: 366.018310546875px;
    stroke-dasharray: 366.018310546875px;
  }

  100% {
    stroke-dashoffset: 732.03662109375px;
    stroke-dasharray: 366.018310546875px;
  }
}

.svg-chair05-8 {
  -webkit-animation: animate-svg-stroke-chair05-8 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-8 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-9 {
  0% {
    stroke-dashoffset: 48.784271240234375px;
    stroke-dasharray: 48.784271240234375px;
  }

  100% {
    stroke-dashoffset: 97.56854248046875px;
    stroke-dasharray: 48.784271240234375px;
  }
}

@keyframes animate-svg-stroke-chair05-9 {
  0% {
    stroke-dashoffset: 48.784271240234375px;
    stroke-dasharray: 48.784271240234375px;
  }

  100% {
    stroke-dashoffset: 97.56854248046875px;
    stroke-dasharray: 48.784271240234375px;
  }
}

.svg-chair05-9 {
  -webkit-animation: animate-svg-stroke-chair05-9 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-9 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-10 {
  0% {
    stroke-dashoffset: 1177.195556640625px;
    stroke-dasharray: 1177.195556640625px;
  }

  100% {
    stroke-dashoffset: 2354.39111328125px;
    stroke-dasharray: 1177.195556640625px;
  }
}

@keyframes animate-svg-stroke-chair05-10 {
  0% {
    stroke-dashoffset: 1177.195556640625px;
    stroke-dasharray: 1177.195556640625px;
  }

  100% {
    stroke-dashoffset: 2354.39111328125px;
    stroke-dasharray: 1177.195556640625px;
  }
}

.svg-chair05-10 {
  -webkit-animation: animate-svg-stroke-chair05-10 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-10 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-11 {
  0% {
    stroke-dashoffset: 4.039121150970459px;
    stroke-dasharray: 4.039121150970459px;
  }

  100% {
    stroke-dashoffset: 8.078242301940918px;
    stroke-dasharray: 4.039121150970459px;
  }
}

@keyframes animate-svg-stroke-chair05-11 {
  0% {
    stroke-dashoffset: 4.039121150970459px;
    stroke-dasharray: 4.039121150970459px;
  }

  100% {
    stroke-dashoffset: 8.078242301940918px;
    stroke-dasharray: 4.039121150970459px;
  }
}

.svg-chair05-11 {
  -webkit-animation: animate-svg-stroke-chair05-11 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-11 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-12 {
  0% {
    stroke-dashoffset: 33.489540100097656px;
    stroke-dasharray: 33.489540100097656px;
  }

  100% {
    stroke-dashoffset: 66.97908020019531px;
    stroke-dasharray: 33.489540100097656px;
  }
}

@keyframes animate-svg-stroke-chair05-12 {
  0% {
    stroke-dashoffset: 33.489540100097656px;
    stroke-dasharray: 33.489540100097656px;
  }

  100% {
    stroke-dashoffset: 66.97908020019531px;
    stroke-dasharray: 33.489540100097656px;
  }
}

.svg-chair05-12 {
  -webkit-animation: animate-svg-stroke-chair05-12 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-12 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-13 {
  0% {
    stroke-dashoffset: 20.48772430419922px;
    stroke-dasharray: 20.48772430419922px;
  }

  100% {
    stroke-dashoffset: 40.97544860839844px;
    stroke-dasharray: 20.48772430419922px;
  }
}

@keyframes animate-svg-stroke-chair05-13 {
  0% {
    stroke-dashoffset: 20.48772430419922px;
    stroke-dasharray: 20.48772430419922px;
  }

  100% {
    stroke-dashoffset: 40.97544860839844px;
    stroke-dasharray: 20.48772430419922px;
  }
}

.svg-chair05-13 {
  -webkit-animation: animate-svg-stroke-chair05-13 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-13 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-14 {
  0% {
    stroke-dashoffset: 232.71450805664062px;
    stroke-dasharray: 232.71450805664062px;
  }

  100% {
    stroke-dashoffset: 465.42901611328125px;
    stroke-dasharray: 232.71450805664062px;
  }
}

@keyframes animate-svg-stroke-chair05-14 {
  0% {
    stroke-dashoffset: 232.71450805664062px;
    stroke-dasharray: 232.71450805664062px;
  }

  100% {
    stroke-dashoffset: 465.42901611328125px;
    stroke-dasharray: 232.71450805664062px;
  }
}

.svg-chair05-14 {
  -webkit-animation: animate-svg-stroke-chair05-14 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-14 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-15 {
  0% {
    stroke-dashoffset: 17.17506504058838px;
    stroke-dasharray: 17.17506504058838px;
  }

  100% {
    stroke-dashoffset: 34.35013008117676px;
    stroke-dasharray: 17.17506504058838px;
  }
}

@keyframes animate-svg-stroke-chair05-15 {
  0% {
    stroke-dashoffset: 17.17506504058838px;
    stroke-dasharray: 17.17506504058838px;
  }

  100% {
    stroke-dashoffset: 34.35013008117676px;
    stroke-dasharray: 17.17506504058838px;
  }
}

.svg-chair05-15 {
  -webkit-animation: animate-svg-stroke-chair05-15 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-15 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-16 {
  0% {
    stroke-dashoffset: 37.23171615600586px;
    stroke-dasharray: 37.23171615600586px;
  }

  100% {
    stroke-dashoffset: 74.46343231201172px;
    stroke-dasharray: 37.23171615600586px;
  }
}

@keyframes animate-svg-stroke-chair05-16 {
  0% {
    stroke-dashoffset: 37.23171615600586px;
    stroke-dasharray: 37.23171615600586px;
  }

  100% {
    stroke-dashoffset: 74.46343231201172px;
    stroke-dasharray: 37.23171615600586px;
  }
}

.svg-chair05-16 {
  -webkit-animation: animate-svg-stroke-chair05-16 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-16 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-17 {
  0% {
    stroke-dashoffset: 52.118736267089844px;
    stroke-dasharray: 52.118736267089844px;
  }

  100% {
    stroke-dashoffset: 104.23747253417969px;
    stroke-dasharray: 52.118736267089844px;
  }
}

@keyframes animate-svg-stroke-chair05-17 {
  0% {
    stroke-dashoffset: 52.118736267089844px;
    stroke-dasharray: 52.118736267089844px;
  }

  100% {
    stroke-dashoffset: 104.23747253417969px;
    stroke-dasharray: 52.118736267089844px;
  }
}

.svg-chair05-17 {
  -webkit-animation: animate-svg-stroke-chair05-17 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-17 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-18 {
  0% {
    stroke-dashoffset: 114.42375183105469px;
    stroke-dasharray: 114.42375183105469px;
  }

  100% {
    stroke-dashoffset: 228.84750366210938px;
    stroke-dasharray: 114.42375183105469px;
  }
}

@keyframes animate-svg-stroke-chair05-18 {
  0% {
    stroke-dashoffset: 114.42375183105469px;
    stroke-dasharray: 114.42375183105469px;
  }

  100% {
    stroke-dashoffset: 228.84750366210938px;
    stroke-dasharray: 114.42375183105469px;
  }
}

.svg-chair05-18 {
  -webkit-animation: animate-svg-stroke-chair05-18 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-18 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-19 {
  0% {
    stroke-dashoffset: 78.75276184082031px;
    stroke-dasharray: 78.75276184082031px;
  }

  100% {
    stroke-dashoffset: 157.50552368164062px;
    stroke-dasharray: 78.75276184082031px;
  }
}

@keyframes animate-svg-stroke-chair05-19 {
  0% {
    stroke-dashoffset: 78.75276184082031px;
    stroke-dasharray: 78.75276184082031px;
  }

  100% {
    stroke-dashoffset: 157.50552368164062px;
    stroke-dasharray: 78.75276184082031px;
  }
}

.svg-chair05-19 {
  -webkit-animation: animate-svg-stroke-chair05-19 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-19 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-20 {
  0% {
    stroke-dashoffset: 11.27819538116455px;
    stroke-dasharray: 11.27819538116455px;
  }

  100% {
    stroke-dashoffset: 22.5563907623291px;
    stroke-dasharray: 11.27819538116455px;
  }
}

@keyframes animate-svg-stroke-chair05-20 {
  0% {
    stroke-dashoffset: 11.27819538116455px;
    stroke-dasharray: 11.27819538116455px;
  }

  100% {
    stroke-dashoffset: 22.5563907623291px;
    stroke-dasharray: 11.27819538116455px;
  }
}

.svg-chair05-20 {
  -webkit-animation: animate-svg-stroke-chair05-20 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-20 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-21 {
  0% {
    stroke-dashoffset: 6.878218650817871px;
    stroke-dasharray: 6.878218650817871px;
  }

  100% {
    stroke-dashoffset: 13.756437301635742px;
    stroke-dasharray: 6.878218650817871px;
  }
}

@keyframes animate-svg-stroke-chair05-21 {
  0% {
    stroke-dashoffset: 6.878218650817871px;
    stroke-dasharray: 6.878218650817871px;
  }

  100% {
    stroke-dashoffset: 13.756437301635742px;
    stroke-dasharray: 6.878218650817871px;
  }
}

.svg-chair05-21 {
  -webkit-animation: animate-svg-stroke-chair05-21 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-21 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-22 {
  0% {
    stroke-dashoffset: 21.678192138671875px;
    stroke-dasharray: 21.678192138671875px;
  }

  100% {
    stroke-dashoffset: 43.35638427734375px;
    stroke-dasharray: 21.678192138671875px;
  }
}

@keyframes animate-svg-stroke-chair05-22 {
  0% {
    stroke-dashoffset: 21.678192138671875px;
    stroke-dasharray: 21.678192138671875px;
  }

  100% {
    stroke-dashoffset: 43.35638427734375px;
    stroke-dasharray: 21.678192138671875px;
  }
}

.svg-chair05-22 {
  -webkit-animation: animate-svg-stroke-chair05-22 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-22 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-23 {
  0% {
    stroke-dashoffset: 115.06401824951172px;
    stroke-dasharray: 115.06401824951172px;
  }

  100% {
    stroke-dashoffset: 230.12803649902344px;
    stroke-dasharray: 115.06401824951172px;
  }
}

@keyframes animate-svg-stroke-chair05-23 {
  0% {
    stroke-dashoffset: 115.06401824951172px;
    stroke-dasharray: 115.06401824951172px;
  }

  100% {
    stroke-dashoffset: 230.12803649902344px;
    stroke-dasharray: 115.06401824951172px;
  }
}

.svg-chair05-23 {
  -webkit-animation: animate-svg-stroke-chair05-23 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-23 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-24 {
  0% {
    stroke-dashoffset: 78.75277709960938px;
    stroke-dasharray: 78.75277709960938px;
  }

  100% {
    stroke-dashoffset: 157.50555419921875px;
    stroke-dasharray: 78.75277709960938px;
  }
}

@keyframes animate-svg-stroke-chair05-24 {
  0% {
    stroke-dashoffset: 78.75277709960938px;
    stroke-dasharray: 78.75277709960938px;
  }

  100% {
    stroke-dashoffset: 157.50555419921875px;
    stroke-dasharray: 78.75277709960938px;
  }
}

.svg-chair05-24 {
  -webkit-animation: animate-svg-stroke-chair05-24 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-24 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-25 {
  0% {
    stroke-dashoffset: 11.278192520141602px;
    stroke-dasharray: 11.278192520141602px;
  }

  100% {
    stroke-dashoffset: 22.556385040283203px;
    stroke-dasharray: 11.278192520141602px;
  }
}

@keyframes animate-svg-stroke-chair05-25 {
  0% {
    stroke-dashoffset: 11.278192520141602px;
    stroke-dasharray: 11.278192520141602px;
  }

  100% {
    stroke-dashoffset: 22.556385040283203px;
    stroke-dasharray: 11.278192520141602px;
  }
}

.svg-chair05-25 {
  -webkit-animation: animate-svg-stroke-chair05-25 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-25 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-26 {
  0% {
    stroke-dashoffset: 6.8782172203063965px;
    stroke-dasharray: 6.8782172203063965px;
  }

  100% {
    stroke-dashoffset: 13.756434440612793px;
    stroke-dasharray: 6.8782172203063965px;
  }
}

@keyframes animate-svg-stroke-chair05-26 {
  0% {
    stroke-dashoffset: 6.8782172203063965px;
    stroke-dasharray: 6.8782172203063965px;
  }

  100% {
    stroke-dashoffset: 13.756434440612793px;
    stroke-dasharray: 6.8782172203063965px;
  }
}

.svg-chair05-26 {
  -webkit-animation: animate-svg-stroke-chair05-26 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-26 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-27 {
  0% {
    stroke-dashoffset: 21.678146362304688px;
    stroke-dasharray: 21.678146362304688px;
  }

  100% {
    stroke-dashoffset: 43.356292724609375px;
    stroke-dasharray: 21.678146362304688px;
  }
}

@keyframes animate-svg-stroke-chair05-27 {
  0% {
    stroke-dashoffset: 21.678146362304688px;
    stroke-dasharray: 21.678146362304688px;
  }

  100% {
    stroke-dashoffset: 43.356292724609375px;
    stroke-dasharray: 21.678146362304688px;
  }
}

.svg-chair05-27 {
  -webkit-animation: animate-svg-stroke-chair05-27 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-27 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}

@-webkit-keyframes animate-svg-stroke-chair05-28 {
  0% {
    stroke-dashoffset: 283.7397155761719px;
    stroke-dasharray: 283.7397155761719px;
  }

  100% {
    stroke-dashoffset: 567.4794311523438px;
    stroke-dasharray: 283.7397155761719px;
  }
}

@keyframes animate-svg-stroke-chair05-28 {
  0% {
    stroke-dashoffset: 283.7397155761719px;
    stroke-dasharray: 283.7397155761719px;
  }

  100% {
    stroke-dashoffset: 567.4794311523438px;
    stroke-dasharray: 283.7397155761719px;
  }
}

.svg-chair05-28 {
  -webkit-animation: animate-svg-stroke-chair05-28 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
          animation: animate-svg-stroke-chair05-28 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 29s both;
}


.p-brand-detail .sec_mv_img {
  position: relative;
}
.p-brand-detail .sec_mv_img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.p-brand-detail .sec_other_brand .txt_wrap {
  bottom: 1.4rem;
}
.p-brand-detail .sec_other_brand .brands_link .brand_img_wrap {
  position: relative;
}
.p-brand-detail .sec_other_brand .brands_link .brand_img_wrap::after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-brand-detail .sec_other_brand .txt_wrap .name .brand-logo {
  width: var(--logoSizePc);
}
.fv .fv_chair {
  object-fit: contain;
}
@media screen and (max-width: 1312px) {
  .p-brand-detail .sec_other_brand .txt_wrap .name .brand-logo {
    width: calc(var(--logoSizePc2) * 75%);
  }
}
@media screen and (max-width: 768px) {
  .p-brand-detail .sec_other_brand .txt_wrap {
    bottom: 28px;
  }
  .p-brand-detail .sec_other_brand .txt_wrap .name .brand-logo {
    width: var(--logoSizeSp);
  }
}

.wkcat_brn_wrap .active {
    border-bottom: 2px #000 solid;
}

@media screen and (max-width: 768px) {
  .wkcat_brn_wrap {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
    row-gap: 0.6em;
    column-gap: 1.5em;
  }
  .wkcat_brn_wrap a {
    padding-bottom: 0.1em;
  }
}


.top_topics .top_topics_content .swiper-topics .swiper-wrapper:has(.swiper-slide:nth-last-child(-n+3):first-child) {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top_topics .top_topics_content .swiper-topics .swiper-wrapper:has(.swiper-slide:nth-last-child(-n+3):first-child) {
    justify-content: flex-start;
  }
}

#fbnr {
  padding-right: 40px;
}

#fbnr .inner .tit {
  width: fit-content;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
#fbnr .inner .txt .txt_wrap {
  max-width: 400px;
  overflow: hidden;
}

#fbnr .inner .txt p:nth-of-type(1) {
  font-size: unset;
}
@media screen and (max-width: 1600px) {
  #fbnr .inner .txt p:nth-of-type(1) {
    font-size: unset;
  }
}

.p-contact .catalog-order_top_item_wrap {
  flex-wrap: wrap;
  justify-content: center;

}

@media screen and (min-width: 769px) {
  .p-contact .catalog-order_top_item_wrap .catalog-order_top_item {
    width: 46%;
  }
}

.filter-accordion .filter-content li > span.selected {
  opacity: 0.5;
  border-bottom: 1px solid #000;
}
.p-product-arch .sec_archive .tabItem {
  white-space: nowrap;
}

.top_topics .top_topics_content .swiper-topics .swiper-slide img {
  object-fit: contain;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  /* タブレット: モーダル内メイン画像でタッチ操作を許可 */
  .s-product .modal .modal_content .modal_main .swiper,
  .s-product .modal .modal_content .modal_main .swiper-wrapper,
  .s-product .modal .modal_content .modal_main .swiper-slide {
    touch-action: manipulation;
  }
}

@media screen and (max-width: 768px) {
  /* SP: ピンチズームと縦スクロールを許可 */
  .s-product .modal .modal_content .modal_main .swiper,
  .s-product .modal .modal_content .modal_main .swiper-wrapper,
  .s-product .modal .modal_content .modal_main .swiper-slide,
  .s-product .modal .modal_content .modal_main .swiper-zoom-container {
    touch-action: pan-y pinch-zoom;
  }
}

.s-product .modal .modal_content .modal_main .swiper-slide {
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .s-product .modal .modal_content {
    max-height: 90vh;
    height: auto;
  }
  .s-product .modal .modal_content .modal_thumbnail {
    padding-right: 0;
  }
  .s-works .main_img {
    width: 100%;
    margin-left: unset;
  }
}

.slider-main .swiper-slide .product_item_img_wrap {
  display: flex;
  justify-content: center;
}



/*0313本場移行*/
@media screen and (min-width: 769px) and (max-width: 1400px) {
  /* タブレット: モーダル内メイン画像でタッチ操作を許可 */
  .s-product .modal .modal_content .modal_main .swiper,
  .s-product .modal .modal_content .modal_main .swiper-wrapper,
  .s-product .modal .modal_content .modal_main .swiper-slide {
    touch-action: manipulation;
  }
}

@media screen and (max-width: 768px) {
  /* SP: ピンチズームと縦スクロールを許可 */
  .s-product .modal .modal_content .modal_main .swiper,
  .s-product .modal .modal_content .modal_main .swiper-wrapper,
  .s-product .modal .modal_content .modal_main .swiper-slide,
  .s-product .modal .modal_content .modal_main .swiper-zoom-container {
    touch-action: pan-y pinch-zoom;
  }
}

.s-product .modal .modal_content .modal_main .swiper-slide {
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .s-product .modal .modal_content {
    max-height: 90svh;
    height: auto;
  }
  .s-product .modal .modal_content .modal_thumbnail {
    padding-right: 0;
  }
  .s-works .main_img {
    width: 100%;
    margin-left: unset;
  }
}

.slider-main .swiper-slide .product_item_img_wrap {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
    .s-product .product_detail_img_wrap .swiper-button-next,
    .s-product .product_detail_img_wrap .swiper-button-prev {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        top: 50%;
    }
    .s-product .product_detail_img_wrap .swiper-button-next {
      justify-content: flex-end;
    }
    .s-product .product_detail_img_wrap .swiper-button-prev {
      justify-content: flex-start;
    }
}

@media screen and (orientation: landscape) and (max-height: 500px) {
    .s-product .modal .modal_content {
        justify-content: flex-start;
    }
    .s-product .modal .modal_content .modal_thumbnail {
        flex-shrink: 0;
    }
    .s-product .modal .modal_content .modal_thumbnail .swiper-wrapper {
        grid-template-columns: repeat(6, 1fr);
    }
}




/*建山修正0309*/
/*product詳細 works*/
.sec_product_works{
  overflow-x: hidden;
}
.product_works_slider .swiper-pagination{
  top:-67px;
  right:0;
  line-height:22px;
}
@media screen and (max-width: 768px){
  .product_works_slider .swiper-pagination{
    top:-38px;
    right:0;
    line-height:22px;
  }
}
.s-product .product_detail_img_wrap .slider-main .swiper-pagination{
  top:10px;
  right:0;
}
@media screen and (max-width: 768px){
  .s-product .product_detail_img_wrap .slider-main .swiper-pagination{
    top:9px;
    right:0;
  }
}
/*product詳細worksモーダル*/
.modal-works-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  height: 100%;
  align-content: start;
  align-items: start;
}
@media screen and (max-width: 768px){
  /*product詳細worksモーダル*/
  .modal-works-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    height: 100%;
  }
}

.product_works_slider .swiper-pagination-total{
  line-height:22px;
}
.product_works_slider.swiper{
  overflow: visible;
}
.modal-single.modal .modal_content,
.modal-single-works.modal .modal_content,
.modal-single-showroom.modal .modal_content{
  width: auto;
  max-width: 80vw;
  height: 80dvh;
}
.modal_main_single{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex:1;
}
.modal-single-item{
  width:auto;
  height: 100%;
}
.modal-single-item img{
  width:100%;
  height:100%;
  object-fit: contain;
}
.product_detail_img_wrap .slider-main .swiper-wrapper{
  margin-top: 52.5px;
}
@media screen and (max-width: 768px){
  .product_detail_img_wrap .slider-main .swiper-wrapper{
    margin-top: 40px;
  }
}
.s-product .modal .modal_content .modal_main{
  overflow: unset;
  overflow-y: scroll;
}
@media screen and (max-width: 768px){
  .modal-single.modal .modal_content,
  .modal-single-works.modal .modal_content,
  .modal-single-showroom.modal .modal_content{
    width: 90%;
    height: auto;
  }
  .s-product .modal .modal_content .modal_main{
    align-items: flex-start;
    height:60%;
  }
}
/*-- スライダー --*/
.slider-main .product_item_img_wrap { position: relative; display: block; }
.slider-main .product_item_img_wrap img { display: block; width: 100%; height: auto; }
.slider-main .product_item_name_overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(0,0,0,0.8);
  max-width: 100%;
  box-sizing: border-box;
}
.modal-main-swiper .product_item_img_wrap { position: relative; display: block; height:100%; }
.modal-main-swiper .product_item_img_wrap img { display: block; width: 100%; height: auto; }
.modal-main-swiper .product_item_name_overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(0,0,0,0.8);
  max-width: 100%;
  box-sizing: border-box;
}
.modal-main-grid .modal-main-item .swiper-slide-media{
  width:100%;
  height:100%;
  border: 1px solid #eaeaea;
  object-fit: contain;
  display: flex;
  align-items: center;
}
.modal-main-grid .modal-main-item{
  min-width: 0;
}
.modal-main-grid .modal-main-item video{
  width:100%;
  height:auto;
  object-fit: contain;
}
.modal-single-item video{
  width:100%;
  height:100%;
  object-fit: contain;
  border: none;
}


.s-product .modal .modal_content .modal_main img{
  aspect-ratio:10/7;
}

.s-product .detail_wrap{
  margin-top:10px;
}
@media screen and (max-width: 768px){
  .s-product .detail_wrap{
    margin-top:0;
  }
}
/*product一覧*/

.s-product .product_detail_img_wrap .slider-main .swiper-slide .swiper-slide-media{
  height: 34.5625rem;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 10 / 7;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 1100px){
  .s-product .product_detail_img_wrap .slider-main .swiper-slide .swiper-slide-media{
    width:100%;
  }
}
@media screen and (max-width: 768px){
  .s-product .product_detail_img_wrap .slider-main .swiper-slide .swiper-slide-media{
    height: auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 10 / 7;
    overflow: hidden;
    background: #000;
  }
}
.s-product .product_detail_img_wrap .swiper-slide video{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top_products .top_products_list.modal-products-list{
  justify-content: flex-start;

}
.p-product-arch .sec_archive .tabContent.isActive{
  margin-top:0;
}


.p-product-arch .modal-product-archive {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-product-arch .modal-product-archive .modal_content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  background-color: #fff;
  padding: 2rem;
  width: 95vw;
  max-height: 95dvh;
  overflow: auto;
}
.p-product-arch .modal-product-archive .modal-close-archive {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
.p-product-arch .modal-product-archive .modal_main_archive {
  width: 100%;
  display: block;
  visibility: visible;
  opacity: 1;
}
.p-product-arch .modal-product-archive .modal_main_archive .tabContent {

  width: 100%;
}

.sec_archive.top_products .top_products_list li{
  position: relative;
}
.sec_archive.top_products .modal-btn{
  width: fit-content;
  padding: 0px 8px 0 24px;
  position: absolute;
  top: 0;
  right: 0;
  height: 22px;
  left: unset;
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 100px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size:10px;
}
.sec_archive.top_products .modal-btn::before{
  content: "";
  display: inline-block;
  background-image: url(../img/product-detail/product-modal.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-left: 8px;
}

.sec_archive.top_products .modal-btn:hover{
  background-color: #333;
  color: #fff;
}
.sec_archive.top_products .modal-btn:hover::before{
  background-image: url(../img/product-detail/product-modal_white.png);
}
@media screen and (max-width: 768px) {
  .p-product-arch .modal-product-archive .modal_content {
    padding: 20px;
    padding-top: 58px;
    max-width: 90%;
  }
  .sec_archive.top_products .modal-btn{
    padding: 0 10px;
  }
  .sec_archive.top_products .modal-btn::before{
    padding: 0;
    margin-left: 5px;
  }
}

.u-pc{
  display: block;
}
.u-sp{
  display: none;
}
  @media screen and (max-width: 768px){
    .u-pc{
      display: none;
    }
    .u-sp{
      display: block;
    }
  }

/*works詳細worksモーダル*/
.s-works .s-works_content{
  overflow: hidden;
}
.s-works_img_wrap .swiper{
  overflow: visible;
}
.s-works_img_wrap .main-swiper .swiper-pagination {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 8px 2px 24px;
    top:-67px;
    right: 0;
    height: 22px;
    left: unset;
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.s-works_img_wrap .main-swiper .swiper-pagination::before {
    content: "";
    display: inline-block;
    background-image: url(../img/product-detail/product-modal.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-left: 8px;
    transition: all 0.2s linear;
}
.s-works_img_wrap .main-swiper .swiper-pagination:hover{
  background-color: #333;
	color:#fff;
  opacity: 0.5;
}
.s-works_img_wrap .main-swiper .swiper-pagination:hover::before {
  background-image: url(../img/product-detail/product-modal_white.png);
}
  @media screen and (max-width: 768px){
    .s-works_img_wrap .main-swiper .swiper-pagination{
      top:-32px;
    }
    .s-works .s-works_content h1{
      margin-bottom:40px;
    }
  }
.s-showroom_virtualtour .wrap-tab .tab{
  aspect-ratio: 16 / 9;
}
.s-product .product_detail_img_wrap .slider-thumbnail .swiper-slide .movie::before{
  width:35px;
  background-image: url("data:image/svg+xml;utf8,<svg width='313' height='313' viewBox='0 0 313 313' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M156.5 0C242.933 0 313 70.0674 313 156.5C313 242.933 242.933 313 156.5 313C70.0674 313 0 242.933 0 156.5C0 70.0674 70.0674 0 156.5 0ZM156.5 16C78.904 16 16 78.904 16 156.5C16 234.096 78.904 297 156.5 297C234.096 297 297 234.096 297 156.5C297 78.904 234.096 16 156.5 16ZM233 155.5L107.75 228.679V82.3213L233 155.5Z' fill='white'/></svg>");
  z-index: 1;
  opacity: 0.8;
  filter: drop-shadow(0px 0px 20px rgba(0,0,0,1));
}

  @media screen and (max-width: 768px){
    .s-product .product_detail_img_wrap .swiper-button-next,
    .s-product .product_detail_img_wrap .swiper-button-prev{
      display: none;
    }
    /*SPでworks*/
    .s-works .s-works_txt_wrap .property-info_wrap{
      width:100%;
      margin:16px 0 0;
    }
  }


/* 0313productサムネイル箇所 */
.s-product .product_detail_img_wrap .thumbnail-grid .movie {
	position: relative;
}
.s-product .product_detail_img_wrap .thumbnail-grid .movie::before {
	z-index: 1;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	aspect-ratio: 1;
	border-radius: 50%;
  width:35px;
  background-image: url("data:image/svg+xml;utf8,<svg width='313' height='313' viewBox='0 0 313 313' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M156.5 0C242.933 0 313 70.0674 313 156.5C313 242.933 242.933 313 156.5 313C70.0674 313 0 242.933 0 156.5C0 70.0674 70.0674 0 156.5 0ZM156.5 16C78.904 16 16 78.904 16 156.5C16 234.096 78.904 297 156.5 297C234.096 297 297 234.096 297 156.5C297 78.904 234.096 16 156.5 16ZM233 155.5L107.75 228.679V82.3213L233 155.5Z' fill='white'/></svg>");
  z-index: 1;
  opacity: 0.8;
  filter: drop-shadow(0px 0px 20px rgba(0,0,0,1));
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.s-product .product_detail_img_wrap .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid #000;
}

.thumbnail-grid{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
}
/* サムネイルグリッド - 横一列表示 */

.slider-thumbnail {
  margin-top: 10px;
}

.thumbnail-item {
  flex: 0 0 auto;
  cursor: pointer;
  transition: opacity 0.3s;

}
.thumbnail-item.active {
  opacity: 1;
	border: 1px solid #000;
}
.showroom-slider-thumbnail .thumbnail-item.active {
  opacity: 0.2;
  border: unset;
}

.works-slider-thumbnail .thumbnail-item.active{
  opacity: 0.2;
  border: unset;
}
.thumbnail-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 10 / 7;
}
.showroom-slider-thumbnail .thumbnail-item img{
  aspect-ratio: unset;
}
/* 6件目以降を非表示 */
.thumbnail-hidden {
  display: none !important;
}

/* 展開時は全件表示 */
.thumbnail-grid.expanded .thumbnail-hidden {
  display: flex !important;
}

/* 全て表示ボタン */
.thumbnail-toggle-btn {
  color:#000;
  background-color:#fff;
  padding: 3px 10px;
  border: 1px solid #000;
  border-radius: 100px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 10px;
  width: 120px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: neue-haas-grotesk-display, "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
  transition: all 0.2s linear;
}

.thumbnail-toggle-btn:hover {
  background-color:#000;
  color:#fff;
  opacity: 0.5;
}

    @media screen and (max-width: 768px){
      .thumbnail-grid{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
      }
      .thumbnail-toggle-btn:hover {
        background-color:#fff;
        color:#000;
        opacity: 1;
      }
    }



.modal-single-item .product_item_name_overlay,
.modal-main-grid .product_item_name_overlay{
  display: block;
  position: relative;
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(0,0,0,0.8);
  max-width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.modal-main-grid {
  gap:16px 20px;
}
.swiper-zoom-container{
  height: auto;
}
@media screen and (max-width: 768px){
  .modal-main-grid {
    gap:10px 20px;
  }
  .modal-single-item .product_item_name_overlay,
  .modal-main-grid .product_item_name_overlay,
  .product_item_img_wrap .product_item_name_overlay{
    font-size: 10px;
  }
}


/*  0317 showroom_thumb  */
.works-slider-thumbnail .thumbnail-grid,
.showroom-slider-thumbnail .thumbnail-grid{
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
}

    @media screen and (max-width: 768px){
      .works-slider-thumbnail .thumbnail-grid,
      .showroom-slider-thumbnail .thumbnail-grid{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
      }
    }
.showroom_thumb-swiper.swiper{
  width: 100%;
  height: auto;
  margin-top: 19px;
}
.showroom_thumb-swiper .swiper-button-next,
.showroom_thumb-swiper .swiper-button-prev{
  z-index: 10;
  display: none;
  z-index: 10;
  margin-top:0;
  top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
  width: 16px;
  height: 36px;
  background: rgba(255, 255, 255, 0.5);
}
.showroom_thumb-swiper .swiper-button-prev {
  left: 0;
}
.showroom_thumb-swiper .swiper-button-next {
  left: auto;
  right: 0;
}
.showroom_thumb-swiper .swiper-button-next::after,
.showroom_thumb-swiper .swiper-button-prev::after {
    content: "";
    background-image: url(../img/common/slider-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 20px;
    display: block;
}

.showroom_thumb-swiper .swiper-button-prev::after {
    transform: rotate(180deg);
}
.s-works .showroom_thumb-swiper .swiper-button-prev,
.s-works .showroom_thumb-swiper .swiper-button-next{
  position: absolute;
}
.showroom_thumb-swiper .swiper-button-next.swiper-button-disabled,
.showroom_thumb-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.showroom_thumb_img{
  margin-top: 0;
}



.product_item_img_wrap {
  position: relative; display: block; height:100%;
}


/*showroomボタン追加*/
.u-flex{
  display: flex;
  flex-wrap: wrap;
}
.showroom_ttl_area_wrap{
  margin-bottom:40px;
  margin-bottom:80px;
  align-items: flex-end;
  gap:20px;
}
.showroom_ttl_area{
  flex:1;
}
.s-works .s-works_content .showroom_ttl_area h1{
  margin-bottom:0;
}
.showroom_reserve_btn{
  border: 1px solid #000;
  padding: 8px 50px ;
  border-radius: 0px;
  display: inline-block;
  height: fit-content;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
    .showroom_ttl_area_wrap {
      margin-bottom: 40px;
    }
    .showroom_ttl_area_wrap .showroom_reserve_btn{
      display: none;
    }
    .s-showroom_access_content_left .showroom_reserve_btn{
      margin-bottom: 32px;
      width: 100%;
      text-align: center;
    }
}
/*20260324*/
/*header*/
.header-search form input{
  width: 100%;
}
.header-search input:focus{
  width:unset;
}
.header-search::before{
  cursor: pointer;
}
/*product下余白*/
.s-product-wrap{
  padding-bottom: 136px;
}
.s-product .sec_product_viewed{
  padding-top:96px;
  margin-bottom:0;
}
@media screen and (max-width: 768px) {
  .s-product-wrap{
    padding-bottom: 64px;
  }
}

/*20260325*/
.s-product .modal .modal_content .modal_main{
  display: flex;
  align-items: flex-start;
}
.modal-main-grid{
  height: auto;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .s-works_product_title_jp{
    margin-bottom:53px;
  }
}


/*英語対応20260325*/
.en-wrap .sec_title-font{
  margin-bottom: 34px;
}
.en-wrap .p-showroom h1.p_title{
  margin-bottom: 48px;
}

.en-wrap .sec_title_jp,
.en-wrap .post-card_txt .title,
.en-wrap .post-card_txt .works_en,
.ja-wrap .en_only_title,
.en-wrap .s-works .s-works_content .works_en,
.en-wrap .en_none{
  display: none;
}

.en-wrap .s-works .s-works_content h1,
.en-wrap .post-card_txt .title.en_only_title,
.en-wrap .s-works_same-cat .sec_title_jp,
.en-wrap .sec_product_works .sec_title_jp,
.en-wrap .prcat_inner .sec_title_jp,
.en-wrap .sec_column_list .post-card_txt .title,
.en-wrap .sec_news_list .post-card_txt .title{
  display: block;
}
.en-wrap .s-works_same-cat .sec_title-font,
.en-wrap .sec_product_works .sec_title-font,
.en-wrap .prcat_inner .sec_title-font{
  margin-bottom: 0;
}

.en-wrap .s-works .s-works_content h1{
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.5;
  font-family: neue-haas-grotesk-display, "Noto Sans JP", sans-serif;
}

footer .footer_bottom_content .footer_menu ul.footer_manu_list.list_1 li .child_wrap ul li{
  width: 100%;
  min-width:clamp(105px, 12vw, 144px);
}
@media only screen and (max-width: 767px){
  .en-wrap .s-works .s-works_content h1{
    font-size: 22px;
  }

}

/*0331追加*/
.s-product .modal .modal_content .modal_main {
    width: 100%;
}
.s-product .modal .modal_content .modal_main .product_item_img_wrap{
  margin: 0
}
.slider-main .swiper-slide .product_item_img_wrap{
  padding-bottom:23px;
}
@media only screen and (max-width: 767px){
  .slider-main .swiper-slide .product_item_img_wrap{
    padding-bottom:22px;
  }
}

.s-product .modal .modal_content .modal_main .modal-showroom-grid img{
  aspect-ratio:16/9;
}
.s-product .modal .modal_content .modal_main .modal-works-grid img,
.s-product .modal .modal_content .modal_main .modal-showroom-grid img{
  border:unset;
}

.s-works_product .swiper-pagination-works,
.s-works_same-cat .swiper-pagination-works,
.showroom_main-swiper .swiper-pagination-fraction{
  display: none;
}
.showroom_ttl_area_wrap{
  margin-bottom:40px;
}
