/*
Theme Name: Umishi
Author: v.v
Version: 1.0.0
Text Domain: my-theme
*/
@font-face {
  font-family: "Italiana";
  src:
    url("Italiana-Regular.woff2") format("woff2"),
    url("fonts/Italiana-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src:
    url("fonts/CormorantGaramond-LightItalic.woff2") format("woff2"),
    url("fonts/CormorantGaramond-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src:
    url("fonts/CormorantGaramond-Light.woff2") format("woff2"),
    url("fonts/CormorantGaramond-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src:
    url("fonts/CormorantGaramond-Regular.woff2") format("woff2"),
    url("fonts/CormorantGaramond-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src:
    url("fonts/CormorantGaramond-Medium.woff2") format("woff2"),
    url("fonts/CormorantGaramond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src:
    url("fonts/CormorantGaramond-MediumItalic.woff2") format("woff2"),
    url("fonts/CormorantGaramond-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src:
    url("fonts/CormorantGaramond-SemiBold.woff2") format("woff2"),
    url("fonts/CormorantGaramond-Regular.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body,
html {
  overflow-x: hidden;
}

body {
  background: linear-gradient(180deg, white 0%, #e3e3e3 87%);
  font-family: "Cormorant Garamond", serif;
  color: #2b4062;
  font-size: 26px;
  margin: 0;
  overflow-x: hidden;
}
body.page {
  background: #fff;
}
body.home {
  background: #fafafa;
}

* {
  box-sizing: border-box;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.container-wrap {
  width: 100%;
  padding: 0 40px;
  position: relative;
  margin: 0 auto;
}

.container {
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}

.container-header {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.container-header.p40 {
  padding: 0 40px;
}

.flex {
  display: flex;
}

.flexCenter {
  align-items: center;
  justify-content: center;
}

.inline-flex {
  display: inline-flex;
}

.direction-column {
  flex-direction: column;
}

.direction-row {
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.align-start {
  align-items: flex-start;
}

.align-stretch {
  align-items: stretch;
}

.justify-around {
  justify-content: space-around;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.wrap {
  flex-wrap: wrap;
}

.fullFlex {
  flex: 1 1 auto;
}

.nowrap {
  word-wrap: nowrap;
}

.text-center {
  text-align: center;
}

header {
  background: transparent;
  height: 50px;
  padding-top: 15px;
  z-index: 400;
  position: relative;
}
header .inquire a {
  text-decoration: none;
  cursor: pointer;
  color: white;
  font-size: 14px;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
  letter-spacing: 0.28px;
}
header .site-name {
  color: white;
  font-size: 22px;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  line-height: 34px;
  word-wrap: break-word;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header .lang-header {
  gap: 20px;
}
header .lang-header a {
  text-decoration: none;
  cursor: pointer;
  color: white;
  font-size: 14px;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
  letter-spacing: 0.28px;
  opacity: 0.5;
}
header .lang-header a.active {
  opacity: 1;
}
header .back-link {
  color: #7c7d7f;
  font-size: 18px;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 1px;
  word-wrap: break-word;
}
header .back-link a {
  text-decoration: none;
  color: #7c7d7f;
}

main {
  margin-top: -50px;
}
main .hero {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .hero > video.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
main .hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  z-index: 1;
}
main .hero .hero-titles {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 24px;
  writing-mode: vertical-rl;
}
main .hero .hero-title {
  margin: 0;
  white-space: nowrap;
}
main .hero .logo {
  position: relative;
  z-index: 10;
  width: 380px;
}
main .hero .logo img,
main .hero .logo video {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  z-index: auto;
}
main .hero .logo--animated img.logo-fallback {
  display: none;
}
main .hero .logo--animated img.logo-fallback[hidden] {
  display: none !important;
}
main .hero .logo--animated.logo--fallback .logo-animation {
  display: none;
}
main .hero .logo--animated.logo--fallback img.logo-fallback {
  display: block;
}
main .hero .scroll-indicator {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 20;
}
main .hero .hero-mute-toggle {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 20;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}
main .hero .hero-mute-toggle__icon svg {
  width: 18px;
  height: 18px;
}
main .hero .hero-mute-toggle:hover,
main .hero .hero-mute-toggle:focus-visible {
  background: rgba(0, 0, 0, 0.35);
  border-color: #fff;
  outline: none;
}
main .hero .hero-mute-toggle__icon {
  display: none;
  align-items: center;
  justify-content: center;
}
main .hero .hero-mute-toggle__icon--muted {
  display: flex;
}
main .hero .hero-mute-toggle.is-unmuted .hero-mute-toggle__icon--muted {
  display: none;
}
main .hero .hero-mute-toggle.is-unmuted .hero-mute-toggle__icon--unmuted {
  display: flex;
}
main .hero .scroll-indicator .scroll-line {
  position: relative;
  width: 4px;
  height: 66px;
}
main .hero .scroll-indicator .scroll-line .scroll-line-bg {
  width: 2px;
  height: 66px;
  position: absolute;
  left: 1px;
  top: 0;
  background: rgba(1, 1, 1, 0.3);
}
main .hero .scroll-indicator .scroll-line .scroll-line-animated {
  width: 4px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  transform-origin: top;
  animation: scrollDown 2s linear infinite;
}
main .hero .scroll-indicator span {
  color: white;
  font-size: 14px;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.14px;
  word-wrap: break-word;
  text-transform: uppercase;
}
main .text-content {
  padding: 100px 0;
}
main .text-content .text-content-wrap {
  gap: 40px;
  text-align: left;
  align-items: flex-start;
  max-width: none;
  margin: 0;
}
main .text-content .text-content-wrap .section-title {
  font-size: 32px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 36px;
  word-wrap: break-word;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}
main .text-content .text-content-wrap .section-text {
  font-size: 18px;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  line-height: 25px;
  word-wrap: break-word;
  text-align: left;
}
main .text-content .section-text .copy-block__desktop {
  display: none;
}
main .text-content .section-text .copy-block__mobile {
  display: block;
}
main .text-content.hide-desktop {
  display: block;
}

.page main .page-title {
  margin-top: 170px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  color: #575757;
  font-size: 48px;
  line-height: 1.2;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-wrap: break-word;
  text-transform: uppercase;
  margin-bottom: 70px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page main .page-intro {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  margin-bottom: 70px;
  color: #626262;
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 1px;
  word-wrap: break-word;
}
.page main .page-content {
  margin-bottom: 100px;
  color: #908d8d;
  font-size: 16px;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
  word-wrap: break-word;
}

footer {
  background: #d9d9d9;
  width: 100%;
  padding: 40px 0;
}
footer .footer-left .footer-logo {
  height: 36px;
}
footer .footer-left .footer-logo img {
  height: 100%;
  width: auto;
}
footer .footer-right {
  gap: 40px;
  color: #2b4062;
  font-size: 12px;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 16px;
  letter-spacing: 0.12px;
  word-wrap: break-word;
}
footer .footer-right a {
  font-size: 12px;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 16px;
  letter-spacing: 0.72px;
  word-wrap: break-word;
  color: #2b4062;
  text-decoration: none;
  display: block;
}
footer .footer-right a.footer-lowercase {
  text-transform: lowercase;
}
footer .footer-right .copy {
  font-style: italic;
  opacity: 0.6;
}

.fade-in-img {
  opacity: 0.1;
  transition: opacity 2.5s ease;
}
.fade-in-img.visible {
  opacity: 1;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes scrollDown {
  0%,
  100% {
    top: 0;
    height: 0;
  }
  12% {
    top: 0;
    height: 27px;
  }
  25% {
    top: 19.5px;
    height: 27px;
  }
  38% {
    top: 39px;
    height: 27px;
  }
  50% {
    top: 66px;
    height: 0;
  }
}
@media (min-width: 1200px) {
  main .text-content .text-content-wrap {
    text-align: center;
    align-items: flex-start;
    max-width: 670px;
    margin: 0 auto;
  }
  main .text-content .text-content-wrap.copy-wrap--full-width {
    max-width: none;
    align-items: center;
  }
  main .text-content .text-content-wrap.copy-wrap--full-width .section-text {
    width: 100%;
    text-align: center;
  }
  main .text-content .text-content-wrap .section-title {
    text-align: center;
    margin: 0 auto;
  }
  main .text-content .text-content-wrap .section-text {
    text-align: center;
  }
  main .text-content .section-text .copy-block__desktop {
    display: block;
  }
  main .text-content .section-text .copy-block__mobile {
    display: none;
  }
  main .text-content.hide-desktop {
    display: none;
  }
}
@media (max-width: 1440px) {
  .container {
    padding: 0 40px;
    width: 100%;
  }
  header .back-link {
    right: 20px;
  }
  .logo {
    width: 310px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
  .container-header.p40 {
    padding: 0 20px;
  }
  .container {
    padding: 0 20px;
    width: 100%;
  }
  .container-wrap {
    padding: 0 20px;
    width: 100%;
  }
  header .inquire a {
    text-decoration: none;
    color: #fff;
  }
  header .site-name {
    font-size: 16px;
  }
  header .lang-header {
    gap: 10px;
  }
  header .lang-header a {
    text-decoration: none;
    cursor: pointer;
  }
  main .hero .logo {
    width: 55%;
    max-width: 309px;
  }
  main .hero .scroll-indicator {
    left: 20px;
  }
  main .hero .hero-mute-toggle {
    bottom: 50px;
    right: 20px;
  }
  main .text-content {
    padding: 60px 0;
  }
  main .text-content .text-content-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
  main .text-content .text-content-wrap .section-title {
    font-size: 28px;
    width: 100%;
    min-width: 100%;
    letter-spacing: 0.7;
  }
  main .text-content .text-content-wrap .section-text {
    font-size: 18px;
    line-height: 1.4;
    flex: 1;
  }
  footer .container {
    flex-wrap: wrap;
    gap: 20px;
  }
  footer .container .footer-left {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
  }
  footer .container .footer-left .footer-logo {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  footer .container .footer-right {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }
  footer .container .footer-right a {
    margin: 0 auto;
  }
  footer .container .footer-right .copy {
    margin: 0 auto;
  }
  .page main .page-title {
    font-size: 32px;
    line-height: 1.2;
    margin-top: 100px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .page main .page-intro {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
} /*# sourceMappingURL=style.css.map */
