@charset "UTF-8";
.work-card__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.work-card__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-card__image-container:before {
  content: "";
  display: block;
  padding-top: 76%;
}
.work-card [class*=col-] {
  margin-bottom: 100px;
}
.work-card [class*=col-]:nth-child(4n-2), .work-card [class*=col-]:nth-child(4n-1) {
  display: flex;
  align-items: center;
}
.work-card [class*=col-]:nth-child(4n-2) .work-card__card, .work-card [class*=col-]:nth-child(4n-1) .work-card__card {
  width: 84%;
}
.work-card [class*=col-]:nth-child(4n-2) .work-card__card {
  margin-left: auto;
}
.work-card [class*=col-]:nth-child(4n-1) .work-card__card {
  margin-right: auto;
}
.work-card .swiper-slide-prev .work-card__multiple-image,
.work-card .swiper-slide-next .work-card__multiple-image {
  transform: scale(1.2);
}
.work-card__card {
  position: relative;
  display: block;
}
.work-card__card .swiper-slide {
  overflow: hidden;
}
.work-card__card .swiper-slide-active .work-card__multiple-image,
.work-card__card .swiper-slide-duplicate-active .work-card__multiple-image {
  transform: scale(1);
}
.work-card__card::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 2;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: 0.6s ease;
}
.work-card__card:hover::before {
  opacity: 1;
}
.work-card__card:hover .work-card__caption {
  opacity: 1;
}
.work-card__card:hover .work-card__image {
  transform: scale(1.1);
}
.work-card__image-container {
  overflow: hidden;
  background-color: #666666;
}
.work-card__image {
  transition: 0.6s ease-in-out;
}
.work-card__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: transparent;
  padding: 2.083vw;
  opacity: 0;
  transition: 0.6s ease;
}
.work-card__caption span {
  display: block;
}
.work-card__caption-category {
  font-size: 0.83vw;
  text-transform: uppercase;
}
.work-card__name {
  margin-top: 0;
  font-size: 2.396vw;
  font-family: "analogueregular";
}
.work-card__multiple {
  display: inline-block;
  white-space: nowrap;
  width: auto;
}
.work-card__multiple-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: inline-block;
  transition: 0.8s ease;
}
@media (max-width: 991px) {
  .work-card [class*=col-] {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .work-card [class*=col-]:nth-child(4n-2) .work-card__card, .work-card [class*=col-]:nth-child(4n-1) .work-card__card {
    width: 100%;
  }
  .work-card__card:before {
    opacity: 1;
  }
  .work-card__caption {
    padding: 20px;
    opacity: 1;
  }
  .work-card__caption-category {
    font-size: 18px;
  }
  .work-card__name {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .work-card [class*=col-] {
    margin-bottom: 30px;
  }
}

.theme-accordion .border-show::before {
  width: 100%;
}
.theme-accordion__item, .theme-accordion__header, .theme-accordion__button {
  background: none;
}
.theme-accordion__item {
  position: relative;
  border: none;
  border-radius: 0px !important;
  overflow: hidden;
}
.theme-accordion__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: 4s cubic-bezier(0.19, 1, 0.22, 1);
}
.theme-accordion__body {
  position: relative;
  z-index: 1;
  padding: 0px 10px 46px;
  mix-blend-mode: difference;
}
.theme-accordion__button {
  position: relative;
  z-index: 1;
  padding: 46px 10px;
  mix-blend-mode: difference;
  transition: ease 0.6s;
}
.theme-accordion__button:focus {
  border: none;
  box-shadow: none;
}
.theme-accordion__button:not(.collapsed) {
  background: none;
  color: #fff;
}
.theme-accordion__button[aria-expanded=true] .theme-accordion__line--2 {
  transform: rotate(0deg);
}
.theme-accordion__button:hover {
  padding-right: 0px;
  padding-left: 0px;
}
.theme-accordion__button::after {
  display: none;
}
.theme-accordion__line, .theme-accordion__line--2, .theme-accordion__line--1 {
  display: block;
  width: 2.2vw;
  height: 1px;
  border-radius: 8px;
  background-color: #ffffff;
  transition: ease 0.3s;
}
.theme-accordion__line--2 {
  position: absolute;
  transform: rotate(90deg);
}
.theme-accordion__title {
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.4vw;
}
.theme-accordion__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 430px;
}
.theme-accordion__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-accordion__image-container:before {
  content: "";
  display: block;
  padding-top: 106.976744186%;
}
.theme-accordion__category {
  list-style: none;
  padding-left: 0px;
  margin-top: 16px;
  margin-bottom: 0px;
}
.theme-accordion__category-item {
  display: inline-block;
  margin-right: 40px;
  color: #999999;
  font-size: 15px;
  font-weight: 600;
}
.theme-accordion__category-item::after {
  content: "•";
  position: relative;
  right: -20px;
}
.theme-accordion__category-item:last-child {
  margin-right: 0px;
}
.theme-accordion__category-item:last-child::after {
  display: none;
}
.theme-accordion__inquiry {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.theme-accordion__inquiry:hover .theme-accordion__inquiry-text {
  margin-right: 26px;
}
.theme-accordion__inquiry-text {
  text-transform: uppercase;
  margin-right: 16px;
  transition: ease 0.4s;
}
.theme-accordion__image-container {
  position: absolute;
  top: -20%;
  right: -10%;
  transform: scale(0.6);
  width: 30%;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .theme-accordion__title {
    font-size: 20px;
  }
  .theme-accordion__line, .theme-accordion__line--1, .theme-accordion__line--2 {
    width: 32px;
  }
  .theme-accordion__list-item {
    margin-right: 20px;
    margin-bottom: 8px;
  }
  .theme-accordion__list-item::after {
    right: -10px;
  }
  .theme-accordion__category-item {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .theme-accordion__image-container {
    display: none;
  }
}
@media (max-width: 575px) {
  .theme-accordion__line, .theme-accordion__line--1, .theme-accordion__line--2 {
    width: 26px;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  min-width: 100vw;
}

canvas {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  pointer-events: none;
}

.link {
  cursor: pointer;
}

.link img {
  display: none;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.link.l-d2 {
  margin-top: 3.7rem;
  margin-bottom: 3.7rem;
}

.h1 {
  padding-top: 0.9rem;
  line-height: 6rem;
  color: #f1e9db;
}

.grid {
  position: relative;
  z-index: 3;
}

.grid.g3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 2rem;
}

@media (max-width: 991px) {
  .app {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
  }

  .h1 {
    font-size: 6rem;
  }

  .divider {
    width: 90px;
  }

  .frame__demo {
    font-size: 0.75rem;
  }

  .frame__credits {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .frame__links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .frame__role {
    font-size: 0.75rem;
  }

  .frame__title {
    font-size: 0.75rem;
  }

  .frame__init {
    font-size: 0.75rem;
  }

  .frame__link {
    font-size: 0.75rem;
  }

  .frame__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .link {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .h1 {
    font-size: 5rem;
    line-height: 5rem;
  }

  .grid.g3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .divider {
    display: none;
  }

  .frame__role {
    font-size: 0.55rem;
    line-height: 0.55rem;
  }

  .italic {
    font-size: 0.55rem;
  }

  .frame__title {
    font-size: 0.55rem;
    line-height: 0.55rem;
  }

  .frame__link {
    font-size: 0.55rem;
  }

  .div-block {
    display: none;
  }
}
@media (max-width: 479px) {
  .text {
    font-size: 2vw;
    line-height: 2vw;
  }

  .link {
    margin: 10vw 0px;
  }

  .h1 {
    padding-top: 1vw;
    font-size: 14vw;
    line-height: 11vw;
  }

  .frame {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .frame__demo {
    font-size: 0.55rem;
    line-height: 0.55rem;
  }

  .frame__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .frame__credits {
    margin-bottom: 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .frame__title-wrap {
    margin-bottom: 2vw;
  }

  .frame__role {
    font-size: 2vw;
    line-height: 2vw;
  }

  .frame__title {
    font-size: 2vw;
    line-height: 2vw;
  }

  .frame__init {
    margin-bottom: 0.3vw;
  }

  .frame__link {
    font-size: 2vw;
    line-height: 2vw;
  }

  .frame__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@font-face {
  font-family: "Le murmure";
  src: url("../fonts/Le-Murmure.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
canvas {
  z-index: 0;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner__swiper {
  height: 100vh;
}
.banner__slide {
  display: flex;
  align-items: center;
}
.banner__container {
  margin-right: 8px;
}
.banner__title-wrapper {
  overflow: hidden;
  margin-bottom: 15px;
}
.banner__title {
  position: relative;
  line-height: 1.3;
}
.banner__content {
  width: 30vw;
}
.banner__pagination {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  right: 1.979vw !important;
}
.banner__pagination .swiper-pagination-bullet {
  display: inline-block !important;
  width: 2px;
  height: 55px;
  background-color: white;
  border-radius: 0;
  opacity: 0.3;
  margin: 0px !important;
}
.banner__pagination .swiper-pagination-bullet-active {
  background-color: white;
  opacity: 1;
}
.banner__scroll-down-wrapper {
  position: absolute;
  bottom: 15%;
  width: 4.3%;
  z-index: 1;
  cursor: pointer;
}
.banner__scroll-down-text {
  width: 100%;
  height: auto;
}
.banner__scroll-down-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
}
.banner__video {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  right: 11%;
  height: 82%;
}
@media (max-width: 991px) {
  .banner__content {
    width: 50vw;
  }
  .banner__pagination {
    right: 15px !important;
  }
  .banner__scroll-down-wrapper {
    width: 8%;
  }
}
@media (max-width: 767px) {
  .banner__content {
    width: initial;
  }
  .banner__video {
    width: 125%;
    right: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 575px) {
  .banner__scroll-down-wrapper {
    width: 20%;
  }
}

.partner {
  padding-bottom: 4.583vw;
}
.partner__wrapper {
  display: inline-block;
  white-space: nowrap;
}
.partner__image-container {
  margin: 0px 26px;
  display: inline-block;
  width: 10vw;
}
.partner__image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .partner__image-container {
    margin: 0px 16px;
    width: 120px;
  }
}

.work__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.work__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work__image-container:before {
  content: "";
  display: block;
  padding-top: 76%;
}

.reason {
  padding-top: 0;
}
.reason__card-title {
  font-size: 1.4vw;
  margin-bottom: 18px;
}
.reason__card-content {
  width: 90%;
}
@media (max-width: 991px) {
  .reason__card {
    margin-bottom: 40px;
  }
  .reason__card-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .reason__card-content {
    width: 100%;
  }
}

.service {
  background-color: #070707;
}
@media (max-width: 991px) {
  .service {
    padding-bottom: 150px;
  }
}

.about {
  display: flex;
  align-items: center;
  height: 100vh;
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, #070707 100%);
}
.about__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about__title {
  width: 50%;
  font-size: 4.2vw;
  line-height: 5.6vw;
}
@media (max-width: 991px) {
  .about__title {
    width: 75%;
    font-size: 48px;
    line-height: 65px;
  }
}
@media (max-width: 575px) {
  .about__title {
    width: 100%;
  }
}

.question {
  background-color: #070707;
}
.question .border-show::after {
  width: 100%;
}
.question__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 15px;
}
.question__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: auto;
  border-bottom: 1px solid white;
  transition: ease 1s;
}
.question__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: 4s cubic-bezier(0.19, 1, 0.22, 1);
}
.question__link:hover {
  opacity: 1;
}
.question__link:hover::before {
  width: 100%;
}
.question__link-text {
  font-size: 1.4vw;
}
@media (max-width: 991px) {
  .question__link-text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .question {
    padding: 80px 0px 100px;
  }
  .question__link-text {
    font-size: 20px;
  }
}

/*# sourceMappingURL=home.css.map */
