/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/scss/main.scss ***!
  \**************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/* 
  11. Disable blue highlight on button and anchor clicks
*/
button {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: "Noto Sans JP";
  src: url(fonts/NotoSansJP-500.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Season Mix";
  src: url(fonts/SeasonMix-Light.woff2) format("woff2"), url(fonts/SeasonMix-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Season Mix";
  src: url(fonts/SeasonMix-Medium.woff2) format("woff2"), url(fonts/SeasonMix-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Season Sans";
  src: url(fonts/SeasonSans-Regular.woff2) format("woff2"), url(fonts/SeasonSans-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1, .heading-1--standard {
  color: #1A3F2B;
  /* H1/Standard/Tablet-Mobile */
  font-family: "Season Mix";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px; /* 140% */
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 1200px) {
  h1, .heading-1--standard {
    /* H1/Standard/Desktop */
    font-family: "Season Mix";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 49px; /* 140% */
    letter-spacing: 0.7px;
  }
}

.heading-1--invidual-projects {
  color: #1A3F2B;
  /* H1/Indv Projects Titles/Desktop */
  font-family: "Season Mix";
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: 98px; /* 140% */
  letter-spacing: 1.4px;
}

.heading-1--contact {
  color: #1A3F2B;
  /* H1/Contact/Tablet-Mobile */
  font-family: "Season Mix";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 140% */
  letter-spacing: 0.4px;
}
@media only screen and (min-width: 1200px) {
  .heading-1--contact {
    /* H1/Contact/Desktop */
    font-family: "Season Mix";
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px; /* 140% */
    letter-spacing: 0.5px;
  }
}

h2, .heading-2--standard {
  color: #1A3F2B;
  /* H2/Standard/Tablet-Mobile */
  font-family: "Season Mix";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 175% */
  letter-spacing: 0.4px;
}
@media only screen and (min-width: 1200px) {
  h2, .heading-2--standard {
    /* H2/Standard/Desktop */
    font-family: "Season Mix";
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px; /* 140% */
    letter-spacing: 0.5px;
  }
}

.heading-2--bottom-cta {
  color: #1A3F2B;
  /* H2/Bottom CTA/Tablet-Mobile */
  font-family: "Season Mix";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px; /* 140% */
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 1200px) {
  .heading-2--bottom-cta {
    /* H2/Bottom CTA/Desktop */
    font-family: "Season Mix";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 49px; /* 140% */
    letter-spacing: 0.7px;
  }
}

h3, .heading-3--standard {
  color: #1A3F2B;
  /* H3/Standard/Tablet-Mobile */
  font-family: "Season Mix";
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 141.176% */
  letter-spacing: 0.34px;
}
@media only screen and (min-width: 1200px) {
  h3, .heading-3--standard {
    /* H3/Standard/Destkop */
    font-family: "Season Mix";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 140% */
    letter-spacing: 0.4px;
  }
}

p, .paragraph--standard {
  color: #1A3F2B;
  /* P1/Desktop */
  font-family: "Season Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.28px;
}

.paragraph-2--standard {
  color: #1A3F2B;
  /* P2/Desktop */
  font-family: "Season Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 140% */
  letter-spacing: 0.2px;
}

.cta-1--english {
  color: #1A3F2B;
  /* CTA 01/English/Desktop */
  font-family: "Season Mix";
  font-size: 10px;
  font-style: normal;
  font-weight: 580;
  line-height: 14px; /* 140% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.cta-1--japanese {
  color: #1A3F2B;
  /* CTA 01/Japanese/Desktop */
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 140% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Grid system */
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr); /* 12 equal columns */
  column-gap: 20px; /* Gutter space */
  margin: 0 auto; /* Centre the grid */
  padding: 0 20px; /* Outer margins (left & right) */
  box-sizing: border-box; /* Ensure padding is included in width */
  width: 100%;
}

.no-padding {
  padding: 0;
}

.site-header {
  position: relative;
  width: 100%;
  z-index: 1000;
}
.site-header .site-nav {
  background-color: #FFFAEC;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header .site-nav {
    border-radius: 0 0 10px 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .site-header .site-nav {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.site-header .site-nav .site-logo {
  background-color: #FFFAEC;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  padding-left: 0;
  z-index: 1;
  transition: background-color 0.3s ease;
}
.site-header .site-nav .site-logo .site-logo__container {
  display: flex;
  flex-direction: row;
  column-gap: 14px;
  padding-left: 20px;
}
.site-header .site-nav .site-logo .site-logo__container .fuji-logo {
  color: #1A3F2B;
  transition: color 0.3s ease, max-height 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav .site-logo .site-logo__container .fuji-logo {
    max-height: 80px;
  }
}
.site-header .site-nav .site-logo .site-logo__container .fuji-logo.fuji-logo--bird {
  width: 40px;
  height: 40px;
  max-height: 40px;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav .site-logo .site-logo__container .fuji-logo.fuji-logo--bird {
    max-height: 80px;
  }
}
.site-header .site-nav .site-logo .site-logo__container .fuji-logo.fuji-logo--text {
  display: block;
  fill: #1A3F2B;
  height: 40px;
  width: 56px;
  max-height: 40px;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav .site-logo .site-logo__container .fuji-logo.fuji-logo--text {
    max-height: 80px;
  }
}
.site-header .site-nav .site-logo .site-nav__toggle {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav .site-logo .site-nav__toggle {
    display: none;
  }
}
.site-header .site-nav .site-logo .site-nav__toggle .menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.site-header .site-nav .site-logo .site-nav__toggle .menu-toggle .menu-toggle__text {
  color: #5F796B;
  transition: color 0.3s ease;
}
.site-header .site-nav .site-menu {
  background-color: #1A3F2B;
  border-radius: 0px 0px 10px 10px;
  padding: 20px;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: -270px;
  left: 0;
  width: 100%;
  transition: top 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav .site-menu {
    align-content: center;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    top: initial;
    left: initial;
    width: auto;
    height: 80px;
  }
}
.site-header .site-nav .site-menu .site-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav .site-menu .site-nav__list {
    flex-direction: row;
    gap: 80px;
  }
}
.site-header .site-nav .site-menu .site-nav__list .menu-item a {
  text-decoration: none;
}
.site-header .site-nav .site-menu .site-nav__list .menu-item .menu-labels {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav .site-menu .site-nav__list .menu-item .menu-labels {
    height: auto;
    max-height: 14px;
    align-items: center;
    flex-direction: column-reverse;
  }
}
.site-header .site-nav .site-menu .site-nav__list .menu-item .menu-labels .menu-label {
  color: #BAC4BB;
  display: block;
  text-decoration: none;
  transition: transform 0.6s ease;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav .site-menu .site-nav__list .menu-item .menu-labels .menu-label {
    color: #5F796B;
  }
}
.site-header .site-nav .site-menu .site-nav__list .menu-item .menu-labels .menu-label.menu-label--en {
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.site-header .site-nav .site-menu .site-nav__list .menu-item .menu-labels .menu-label.menu-label--jp {
  transition: transform 0.6s ease;
}
.site-header .site-nav .site-menu .site-nav__list .menu-item.active .menu-label {
  color: #FFFDF9;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav .site-menu .site-nav__list .menu-item.active .menu-label {
    color: #1A3F2B;
  }
}
.site-header .site-nav.is-open .site-logo {
  background-color: #1A3F2B !important;
}
.site-header .site-nav.is-open .site-logo .fuji-logo {
  color: #FFFAEC;
}
.site-header .site-nav.is-open .site-logo .site-nav__toggle .menu-toggle .menu-toggle__text {
  color: #FFFDF9;
}
.site-header .site-nav.is-open .site-menu {
  top: 100%;
}
@media only screen and (min-width: 768px) {
  .site-header .site-nav .menu-item:hover .menu-label--en {
    opacity: 0;
    transform: translateY(100%);
  }
  .site-header .site-nav .menu-item:hover .menu-label--jp {
    transform: translateY(100%);
  }
}

html, body, a, button, .hover-target, div, input, textarea, select, label {
  cursor: none !important; /* hide default cursor */
}

body .custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate3d(0, 0, 0);
  will-change: transform, background-image;
  z-index: 99999;
  /* default “normal” frame */
  background-image: url(edadd4a75214dcfac0c2.svg);
}
body .custom-cursor.invert-colour {
  filter: invert(100%) sepia(97%) saturate(318%) hue-rotate(295deg) brightness(104%) contrast(103%);
}
body .custom-cursor.cursor-click {
  background-image: url(aeae5d519c91a07bdcdd.svg);
}
body.mobile-device .custom-cursor {
  display: none;
}

.footer__rounded-corner-footer {
  align-self: start;
  position: sticky;
  top: 54px;
  left: 0;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transform: translateY(10px);
  z-index: 1;
}
.footer__rounded-corner-footer:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 26px;
  background-color: #FFFAEC;
}
@media only screen and (min-width: 1440px) {
  .footer__rounded-corner-footer {
    max-width: 1920px;
    margin: 0 auto;
  }
}

.site-footer {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-top: 0;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1440px) {
  .site-footer {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.site-footer .footer__container {
  background-color: #1A3F2B;
  border-radius: 10px;
}
.site-footer .footer__container .grid-container {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer__container .grid-container {
    min-height: 425px;
  }
}
.site-footer .footer__container .footer__connect-with-us {
  grid-column: span 12;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer__container .footer__connect-with-us {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer .footer__container .footer__connect-with-us {
    grid-column: span 4;
  }
}
.site-footer .footer__container .footer__connect-with-us h2 {
  color: #FFFDF9;
}
.site-footer .footer__container .footer__connect-with-us p {
  color: #FFFDF9;
  margin: 60px 0 40px 0;
}
.site-footer .footer__container .footer__connect-with-us .cta--hover-animate .cta-labels .cta-label--1 {
  color: #FFFDF9;
}
.site-footer .footer__container .footer__connect-with-us .cta--hover-animate .cta-labels .cta-label--2 {
  color: #FFFDF9;
}
.site-footer .footer__container .footer__contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-column: span 12;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer__container .footer__contact-details {
    align-items: end;
    grid-column: span 4/-1;
    margin: initial;
  }
}
.site-footer .footer__container .footer__contact-details a {
  color: #FFFDF9;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.site-footer .footer__container .footer__contact-details a p {
  color: #FFFDF9;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer__container .footer__contact-details a p {
    text-align: end;
  }
}
.site-footer .footer__container .footer__contact-details p {
  color: #FFFDF9;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer__container .footer__contact-details p {
    text-align: end;
  }
}
.site-footer .footer__container .footer__fuji-group {
  grid-column: span 12;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer__container .footer__fuji-group {
    grid-column: span 4/-1;
    justify-items: end;
  }
}
.site-footer .footer__container .footer__fuji-group .footer__fuji-group-title {
  color: #FFFDF9;
  margin-bottom: 16px;
}
.site-footer .footer__container .footer__fuji-group .footer__fuji-group-link {
  margin-bottom: 8px;
}
.site-footer .footer__container .footer__fuji-group .footer__fuji-group-link .cta-label {
  color: #FFFDF9;
}
.site-footer .footer__container .footer__logo-and-links {
  display: flex;
  flex-direction: row;
  grid-column: span 12;
  justify-content: space-between;
}
.site-footer .footer__container .footer__logo-and-links .footer__logo {
  align-self: end;
}
.site-footer .footer__container .footer__logo-and-links .footer__logo svg {
  width: 82px;
  height: auto;
  fill: #FFFDF9;
}
.site-footer .footer__container .footer__logo-and-links .footer__link-container {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 20px;
}
.site-footer .footer__container .footer__logo-and-links .footer__link-container .cta--hover-animate .cta-labels .cta-label--1 {
  color: #FFFDF9;
}
.site-footer .footer__container .footer__logo-and-links .footer__link-container .cta--hover-animate .cta-labels .cta-label--2 {
  color: #FFFDF9;
}

body {
  background-color: #FFFAEC;
  opacity: 0;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
body.loaded {
  opacity: 1;
}
body.no-js {
  opacity: 1;
}

.site-content {
  background-color: #FFFAEC;
  position: relative;
  padding-top: 80px;
  z-index: 1;
}
@media only screen and (min-width: 1440px) {
  .site-content {
    max-width: 1920px;
    margin: 0 auto;
  }
}

a {
  -webkit-tap-highlight-color: transparent;
}

input:focus, textarea:focus, select:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.spacer {
  height: 100vh;
}

.cta--hover-animate {
  display: block;
  text-decoration: none;
  position: relative;
  width: fit-content;
}
.cta--hover-animate .cta-labels {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: start;
  height: auto;
  max-height: 14px;
  overflow: hidden;
  position: relative;
}
.cta--hover-animate .cta-labels .cta-label {
  display: block;
  text-decoration: none;
}
.cta--hover-animate .cta-labels .cta-label.cta-label--1 {
  color: #5F796B;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.cta--hover-animate .cta-labels .cta-label.cta-label--2 {
  color: #1A3F2B;
  transition: transform 0.6s ease;
}
.cta--hover-animate:hover .cta-label--1 {
  opacity: 0;
  transform: translateY(100%);
}
.cta--hover-animate:hover .cta-label--2 {
  transform: translateY(100%);
}
.cta--hover-animate.hover .cta-label--1 {
  opacity: 0;
  transform: translateY(100%);
}
.cta--hover-animate.hover .cta-label--2 {
  transform: translateY(100%);
}

.image-block__image {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.image-block__image.image-block__image--square {
  aspect-ratio: 1/1;
}
.image-block__image.image-block__image--portrait {
  aspect-ratio: 3/4;
}
.image-block__image.image-block__image--landscape {
  aspect-ratio: 4/3;
}

.page-404 {
  background-color: #FFFAEC;
  display: flex;
  grid-column: span 12;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  width: 100%;
  z-index: 1;
}
.page-404 h1 {
  margin-bottom: 60px;
}

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