@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #111211;
  color: #ffffff;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  line-height: 1.4;
}

p {
  overflow-wrap: break-word;
}

.container {
  width: 100%;
  padding: 0 min(3.75vw, 54px);
}
@media screen and (max-width: 1220px) {
  .container {
    padding: 0 min(2.7777777778vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.js-fadein {
  opacity: 0;
  -webkit-filter: blur(14px);
          filter: blur(14px);
  -webkit-transform: translateY(min(1.9444444444vw, 28px));
          transform: translateY(min(1.9444444444vw, 28px));
  -webkit-transition: opacity 1.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 1.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 1.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.35s cubic-bezier(0.22, 1, 0.36, 1), transform 1.35s cubic-bezier(0.22, 1, 0.36, 1), filter 1.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.35s cubic-bezier(0.22, 1, 0.36, 1), transform 1.35s cubic-bezier(0.22, 1, 0.36, 1), filter 1.55s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 1.55s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: var(--fade-delay, 0s);
          transition-delay: var(--fade-delay, 0s);
  will-change: opacity, transform, filter;
}
@media screen and (max-width: 768px) {
  .js-fadein {
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem);
  }
}
.js-fadein.is-visible {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fadein--up {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transform: translateY(min(2.5vw, 36px));
          transform: translateY(min(2.5vw, 36px));
}
@media screen and (max-width: 768px) {
  .js-fadein--up {
    -webkit-transform: translateY(1.75rem);
            transform: translateY(1.75rem);
  }
}
.js-fadein--up.is-visible {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fadein--blur {
  -webkit-filter: blur(18px);
          filter: blur(18px);
  -webkit-transform: translateY(min(0.6944444444vw, 10px)) scale(1.015);
          transform: translateY(min(0.6944444444vw, 10px)) scale(1.015);
}
@media screen and (max-width: 768px) {
  .js-fadein--blur {
    -webkit-transform: translateY(0.5rem) scale(1.015);
            transform: translateY(0.5rem) scale(1.015);
  }
}
.js-fadein--blur.is-visible {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.js-fadein--scale {
  -webkit-filter: blur(14px);
          filter: blur(14px);
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}
.js-fadein--scale.is-visible {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.js-fadein--delay-1 {
  --fade-delay: 0.22s;
}
.js-fadein--delay-2 {
  --fade-delay: 0.42s;
}
.js-fadein--delay-3 {
  --fade-delay: 0.62s;
}

.js-parallax {
  overflow: hidden;
}
.js-parallax img {
  -webkit-transform: translate3d(0, var(--parallax-y, 0px), 0);
          transform: translate3d(0, var(--parallax-y, 0px), 0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .js-fadein {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .js-parallax img {
    -webkit-transform: none;
            transform: none;
  }
}
.btn {
  display: inline-block;
}
.btn__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(0.8333333333vw, 12px);
  padding: min(1.1111111111vw, 16px) min(2.7777777778vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9722222222vw, 14px);
  letter-spacing: 0.1em;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btn__link {
    gap: 0.625rem;
    padding: 0.875rem 2rem;
    font-size: 0.8125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn__link:hover {
    background-color: rgba(255, 255, 255, 0.08);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__nav {
  position: absolute;
  top: min(2.7777777778vw, 40px);
  right: min(3.75vw, 54px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(2.7777777778vw, 40px);
}
.header__nav-link {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: min(1.1111111111vw, 16px);
  color: #ffffff;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .header__nav-link:hover {
    opacity: 0.6;
  }
}
.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.8333333333vw, 12px);
}
.header__lang-item {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(1.25vw, 18px);
  letter-spacing: 0.05em;
  color: #b1b1b1;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: capitalize;
}
.header__lang-item.is-active {
  color: #ffffff;
}
.header__lang-divider {
  display: block;
  width: 1px;
  height: min(0.9722222222vw, 14px);
  background: #ffffff;
  opacity: 0.5;
}
.header__hamburger {
  display: none;
  position: fixed;
  top: 1.25rem;
  right: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__hamburger span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__hamburger.is-open span:nth-child(1) {
  -webkit-transform: translateY(0.4375rem) rotate(45deg);
          transform: translateY(0.4375rem) rotate(45deg);
}
.header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-open span:nth-child(3) {
  -webkit-transform: translateY(-0.4375rem) rotate(-45deg);
          transform: translateY(-0.4375rem) rotate(-45deg);
}
.header__sp-menu {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
.header__sp-menu.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__sp-nav-link {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header__sp-nav-link:hover {
    opacity: 0.6;
  }
}

.footer {
  position: relative;
  width: 100%;
  min-height: min(62.5vw, 900px);
  padding: min(21.25vw, 306px) min(4.1666666667vw, 60px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #111211;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 5rem 1.5rem 0;
  }
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: min(22.2222222222vw, 320px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(17, 18, 17)), to(rgba(17, 18, 17, 0)));
  background: linear-gradient(to bottom, rgb(17, 18, 17) 0%, rgba(17, 18, 17, 0) 100%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .footer::before {
    height: 11.25rem;
  }
}
.footer__bg {
  position: absolute;
  inset: -20%;
  opacity: 0.12;
  -webkit-transform: rotate(9.47deg);
          transform: rotate(9.47deg);
  pointer-events: none;
}
.footer__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__logo-wrap {
  position: relative;
  width: min(16.0416666667vw, 231px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .footer__logo-wrap {
    width: 9.375rem;
    margin-top: 0;
  }
}
.footer__logo-img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__nav {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: min(9.1666666667vw, 132px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(2.7777777778vw, 40px);
  z-index: 2;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7rem;
    margin-bottom: 0;
    gap: 1.5rem;
    width: 100%;
  }
}
.footer__nav-link {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: min(1.25vw, 18px);
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__nav-link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .footer__nav-link {
    font-size: 1rem;
  }
}
.footer__bottom {
  position: relative;
  width: 100%;
  min-height: min(3.8888888889vw, 56px);
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    margin-top: auto;
    padding-bottom: 2.25rem;
    min-height: auto;
    margin-top: 3.75rem;
  }
}
.footer__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 768px) {
  .footer__bottom-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
  }
}
.footer__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.6944444444vw, 10px);
}
@media screen and (max-width: 768px) {
  .footer__lang {
    gap: 2.8125rem;
  }
}
.footer__lang-item {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(1.1111111111vw, 16px);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #b1b1b1;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__lang-item.is-active {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer__lang-item {
    font-size: 0.8125rem;
  }
}
.footer__lang-sep {
  display: block;
  width: 1px;
  height: min(0.9027777778vw, 13px);
  background-color: #b1b1b1;
}
@media screen and (max-width: 768px) {
  .footer__lang-sep {
    height: 0.625rem;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
.footer__policy {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(1.1111111111vw, 16px);
  letter-spacing: 0.05em;
  color: #b1b1b1;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__policy:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footer__policy {
    font-size: 0.75rem;
  }
}
.footer__copyright {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(1.1111111111vw, 16px);
  letter-spacing: 0.05em;
  color: #b1b1b1;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 0.6875rem;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hero {
    height: 100svh;
  }
}
.hero__bg {
  position: absolute;
  inset: 0;
}
.hero__bg img {
  position: absolute;
  width: 100%;
  height: 106.72%;
  top: -6.69%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  opacity: 0.5;
  display: block;
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../img/hero-bg-overlay.webp") center/cover no-repeat;
  pointer-events: none;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(50%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(60%, transparent));
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(to top, #000000 0%, transparent 60%);
}
.hero__emblem {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(12.8472222222vw, 185px);
  height: min(16.6666666667vw, 240px);
}
.hero__emblem.js-fadein {
  -webkit-transform: translate(-50%, calc(-50% - min(1.3888888889vw, 20px)));
          transform: translate(-50%, calc(-50% - min(1.3888888889vw, 20px)));
}
.hero__emblem.js-fadein.is-visible {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .hero__emblem {
    width: 7.5625rem;
    height: 9.75rem;
  }
  .hero__emblem.js-fadein {
    -webkit-transform: translate(-50%, calc(-50% - 1.25rem));
            transform: translate(-50%, calc(-50% - 1.25rem));
  }
  .hero__emblem.js-fadein.is-visible {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.hero__emblem img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.hero__scroll {
  position: absolute;
  bottom: 15px;
  right: min(5.5555555556vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.5555555556vw, 8px);
}
@media screen and (max-width: 768px) {
  .hero__scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 2.75rem;
    gap: 0.375rem;
  }
}
.hero__scroll-text {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: min(1.0416666667vw, 15px);
  color: #ffffff;
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .hero__scroll-text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 0.8125rem;
    letter-spacing: 0.12em;
  }
}
.hero__scroll-line {
  display: block;
  position: relative;
  width: 1px;
  height: min(6.9444444444vw, 100px);
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hero__scroll-line {
    height: 6.25rem;
  }
}
.hero__scroll-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: scrollLine 1.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: scrollLine 1.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scrollLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.concept {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #111211;
  background-image: url("../img/concept-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: min(12.9861111111vw, 187px);
  padding-bottom: min(12.5vw, 180px);
}
@media screen and (max-width: 768px) {
  .concept {
    height: auto;
    min-height: 100svh;
    padding: 7.875rem 1.5rem 5.5rem;
  }
}
.concept__overlay {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.concept__overlay--top {
  top: 0;
  height: min(38.6111111111vw, 556px);
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 768px) {
  .concept__overlay--top {
    height: 16.25rem;
  }
}
.concept__overlay--bottom {
  bottom: 0;
  height: min(21.1805555556vw, 305px);
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 768px) {
  .concept__overlay--bottom {
    height: 16.25rem;
  }
}
.concept__inner {
  width: 100%;
  max-width: min(79.1666666667vw, 1140px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .concept__inner {
    max-width: none;
    display: block;
    pointer-events: auto;
  }
}
.concept__heading {
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: min(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .concept__heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.125rem;
    margin-bottom: 6.125rem;
  }
}
.concept__heading-img {
  display: block;
  height: auto;
}
.concept__heading-img--left {
  width: min(3.1625vw, 45.54px);
}
@media screen and (max-width: 768px) {
  .concept__heading-img--left {
    width: 2.25rem;
  }
}
.concept__heading-img--right {
  width: min(3.1840277778vw, 45.85px);
}
@media screen and (max-width: 768px) {
  .concept__heading-img--right {
    width: 2.25rem;
  }
}
.concept__body {
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: min(2.7777777778vw, 40px);
  padding-top: min(12.5vw, 180px);
}
@media screen and (max-width: 768px) {
  .concept__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    margin-top: 0;
    gap: 2rem;
    margin-bottom: 3.75rem;
  }
}
.concept__text {
  height: min(27.5vw, 396px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ffffff;
  overflow-wrap: normal;
}
@media screen and (max-width: 768px) {
  .concept__text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: initial;
    height: auto;
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
    color: #c7c4bd;
  }
}
.concept__link-wrap {
  margin-top: min(10.4166666667vw, 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: min(10.4166666667vw, 150px);
}
@media screen and (max-width: 768px) {
  .concept__link-wrap {
    margin-top: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.concept__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(1.3194444444vw, 19px);
  padding-bottom: min(0.8333333333vw, 12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .concept__link {
    gap: 1rem;
    padding-bottom: 0.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .concept__link:hover {
    opacity: 0.65;
  }
}
.concept__link-text {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: min(1.1111111111vw, 16px);
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .concept__link-text {
    font-size: 0.9375rem;
  }
}
.concept__link-arrow {
  display: block;
  width: min(1.25vw, 18px);
  height: min(0.7291666667vw, 10.5px);
}
@media screen and (max-width: 768px) {
  .concept__link-arrow {
    width: 1.125rem;
    height: 0.65625rem;
  }
}
.concept__link-arrow img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes craft-img-blur {
  from {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    opacity: 1;
  }
}

@keyframes craft-img-blur {
  from {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    opacity: 1;
  }
}
@-webkit-keyframes craft-text-blur {
  from {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes craft-text-blur {
  from {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
.craft {
  position: relative;
  width: 100%;
  background-color: #111211;
  overflow: clip;
  margin-bottom: min(13.8888888889vw, 200px);
}
.craft__intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: min(24.0277777778vw, 346px) 0 min(9.0277777778vw, 130px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .craft__intro {
    padding: 10.375rem 1.5rem 4rem;
  }
}
.craft__bg-kanji {
  position: absolute;
  top: min(9.0972222222vw, 131px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(30.5555555556vw, 440px);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.craft__bg-kanji::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/craft-bg-kanji.svg") center/contain no-repeat;
  -webkit-filter: blur(min(1.3888888889vw, 20px));
          filter: blur(min(1.3888888889vw, 20px));
  opacity: 0.95;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(28%, transparent), color-stop(52%, rgba(0, 0, 0, 0.35)), to(#000));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 28%, rgba(0, 0, 0, 0.35) 52%, #000 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(28%, transparent), color-stop(52%, rgba(0, 0, 0, 0.35)), to(#000));
  mask-image: linear-gradient(to bottom, transparent 0%, transparent 28%, rgba(0, 0, 0, 0.35) 52%, #000 100%);
}
.craft__bg-kanji img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: blur(min(0.2777777778vw, 4px));
          filter: blur(min(0.2777777778vw, 4px));
}
@media screen and (max-width: 768px) {
  .craft__bg-kanji {
    width: 17.75rem;
  }
  .craft__bg-kanji::after {
    -webkit-filter: blur(0.75rem);
            filter: blur(0.75rem);
  }
  .craft__bg-kanji img {
    -webkit-filter: blur(0.1875rem);
            filter: blur(0.1875rem);
  }
}
.craft__intro-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .craft__intro-inner {
    gap: 2.5rem;
    width: 100%;
  }
}
.craft__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .craft__logo-wrap {
    gap: 1rem;
  }
}
.craft__logo {
  display: block;
  width: min(14.0277777778vw, 202px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .craft__logo {
    width: 8.75rem;
  }
}
.craft__logo--text {
  width: auto;
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: min(2.7777777778vw, 40px);
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-align: center;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .craft__logo--text {
    width: auto;
    font-size: 1.875rem;
  }
}
.craft__logo-label {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(1.25vw, 18px);
  line-height: 2;
  color: #ffffff;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .craft__logo-label {
    font-size: 1rem;
  }
}
.craft__desc {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #b1b1b1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .craft__desc {
    font-size: 0.875rem;
    text-align: center;
  }
}
.craft__grid {
  position: relative;
  width: 100%;
  height: min(41.1805555556vw, 593px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .craft__grid {
    height: 52.75rem;
    padding: 0;
    display: block;
    overflow: hidden;
  }
}
.craft__center {
  position: absolute;
  left: 50%;
  top: min(6.0416666667vw, 87px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(46.6666666667vw, 672px);
  height: min(29.1666666667vw, 420px);
  z-index: 1;
  overflow: hidden;
}
.craft__center::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(17, 18, 17, 0.6);
  pointer-events: none;
}
.craft__center img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.craft__center.js-fadein {
  -webkit-transform: translateX(-50%) translateY(min(-1.3888888889vw, -20px));
          transform: translateX(-50%) translateY(min(-1.3888888889vw, -20px));
}
.craft__center.js-fadein.is-visible {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
@media screen and (max-width: 768px) {
  .craft__center {
    position: absolute;
    left: 50%;
    top: 14.5rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 13.375rem;
    height: 23.75rem;
    overflow: hidden;
    z-index: 20;
  }
  .craft__center::before {
    display: block;
  }
  .craft__center.js-fadein, .craft__center.js-fadein.is-visible {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.craft__center-label {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(2.7777777778vw, 40px);
  line-height: 1;
  color: #f4f2ee;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .craft__center-label {
    display: block;
    font-size: 2rem;
    white-space: nowrap;
  }
}
.craft__item {
  display: contents;
}
@media screen and (max-width: 768px) {
  .craft__item {
    display: contents;
  }
}
.craft__item-img {
  position: absolute;
  z-index: 2;
  overflow: visible;
}
.craft__item-img .craft__item-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.craft__item-img .craft__item-svg:not(svg) {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: 1;
}
.craft__item-img .craft__item-svg-path {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: 1;
  will-change: filter, opacity;
}
@media screen and (max-width: 768px) {
  .craft__item-img .craft__item-svg-path {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    opacity: 1;
  }
}
.craft__item--kajiya .craft__item-img {
  left: min(7.0833333333vw, 102px);
  top: 0;
  width: min(9.8611111111vw, 142px);
  height: min(4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .craft__item--kajiya .craft__item-img {
    left: 0;
    top: 5.1875rem;
    width: 6.1875rem;
    height: 2.625rem;
  }
}
.craft__item--shodo .craft__item-img {
  right: min(-1.6666666667vw, -24px);
  top: min(3.1944444444vw, 46px);
  width: min(18.2638888889vw, 263px);
  height: min(8.3333333333vw, 120px);
}
@media screen and (max-width: 768px) {
  .craft__item--shodo .craft__item-img {
    left: 13.8125rem;
    right: auto;
    top: 10.75rem;
    width: 12.625rem;
    height: 5.3125rem;
  }
}
.craft__item--miyadaiku .craft__item-img {
  left: min(7.0833333333vw, 102px);
  top: min(33.1944444444vw, 478px);
  width: min(19.5138888889vw, 281px);
  height: min(5.5555555556vw, 80px);
}
@media screen and (max-width: 768px) {
  .craft__item--miyadaiku .craft__item-img {
    left: -0.875rem;
    top: 38.875rem;
    width: 13.0625rem;
    height: 3.75rem;
  }
}
.craft__item--resin .craft__item-img {
  right: min(7.1527777778vw, 103px);
  top: min(25.3472222222vw, 365px);
  width: min(17.3611111111vw, 250px);
  height: min(3.0555555556vw, 44px);
}
@media screen and (max-width: 768px) {
  .craft__item--resin .craft__item-img {
    left: 9.3125rem;
    right: auto;
    top: 46.5rem;
    width: 15.625rem;
    height: 2.75rem;
  }
}
@media screen and (max-width: 768px) {
  .craft__item-img {
    position: absolute;
    overflow: visible;
  }
}
.craft__item-text {
  position: absolute;
  z-index: 4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(0.9722222222vw, 14px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: rgba(244, 242, 238, 0.2);
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}
.craft__item--kajiya .craft__item-text {
  left: 0;
  top: min(10.2083333333vw, 147px);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .craft__item--kajiya .craft__item-text {
    left: -2.375rem;
    top: 11.6875rem;
    white-space: nowrap;
  }
}
.craft__item--shodo .craft__item-text {
  right: min(2.5694444444vw, 37px);
  top: min(13.0555555556vw, 188px);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .craft__item--shodo .craft__item-text {
    left: 15.625rem;
    right: auto;
    top: 20.25rem;
    white-space: nowrap;
  }
}
.craft__item--miyadaiku .craft__item-text {
  left: min(17.4305555556vw, 251px);
  top: min(30.9027777778vw, 445px);
  width: min(49.2361111111vw, 709px);
}
@media screen and (max-width: 768px) {
  .craft__item--miyadaiku .craft__item-text {
    left: -4.3125rem;
    top: 34.25rem;
    width: 44.3125rem;
  }
}
.craft__item--resin .craft__item-text {
  right: min(-10.7638888889vw, -155px);
  top: min(34.8611111111vw, 502px);
}
@media screen and (max-width: 768px) {
  .craft__item--resin .craft__item-text {
    left: 14.5625rem;
    right: auto;
    top: 43.5rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .craft__item-text {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 0.875rem;
    color: rgba(244, 242, 238, 0.2);
    width: auto;
    white-space: normal;
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}

.craft-detail {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .craft-detail {
    height: 100svh;
  }
}
.craft-detail__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.craft-detail__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.craft-detail__content {
  position: absolute;
  inset: 0;
  z-index: 510;
  pointer-events: none;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateY(min(1.5277777778vw, 22px));
          transform: translateY(min(1.5277777778vw, 22px));
  -webkit-transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), filter 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), filter 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.craft-detail__content.is-visible {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.craft-detail__content.is-visible .craft-detail__kanji-text {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .craft-detail__content {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.craft-detail--miyadaiku {
  position: relative;
  z-index: auto;
  margin-top: 0;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: none;
  transition: none;
}
.craft-detail--miyadaiku .craft-detail__bg img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.craft-detail--miyadaiku .craft-detail__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 18, 17, 0.4);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .craft-detail--miyadaiku {
    position: relative;
    z-index: auto;
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
  }
}
.craft-detail__label {
  position: absolute;
  top: min(5.5555555556vw, 80px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.6944444444vw, 10px);
  width: min(7.7083333333vw, 111px);
}
@media screen and (max-width: 768px) {
  .craft-detail__label {
    top: 5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
  }
}
.craft-detail__icon {
  display: block;
  width: min(1.9444444444vw, 28px);
  height: min(1.9444444444vw, 28px);
}
@media screen and (max-width: 768px) {
  .craft-detail__icon {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.craft-detail__en {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(1.25vw, 18px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .craft-detail__en {
    font-size: 0.875rem;
  }
}
.craft-detail__kanji-svg {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(3.4722222222vw, 50px);
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .craft-detail__kanji-svg {
    width: 2.5rem;
  }
}
.craft-detail__kanji-text {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, -webkit-filter 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, -webkit-filter 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: filter 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: filter 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, -webkit-filter 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
@media screen and (max-width: 768px) {
  .craft-detail__kanji-text {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
.craft-detail__heading-en {
  position: absolute;
  bottom: calc(min(7.6388888889vw, 110px) + min(2.2222222222vw, 32px) + min(11.1111111111vw, 160px));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: min(1.9444444444vw, 28px);
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .craft-detail__heading-en {
    bottom: calc(3.75rem + 2rem + 8.75rem);
    font-size: 1.5rem;
  }
}
.craft-detail__text {
  position: absolute;
  bottom: min(7.6388888889vw, 110px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .craft-detail__text {
    bottom: 3.75rem;
    width: 100%;
    font-size: 0.875rem;
    text-align: center;
  }
}
.craft-detail__next {
  display: none;
}

.craft-distortion-canvas {
  position: fixed;
  inset: 0;
  z-index: 500;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.craft-distortion-canvas.is-active {
  opacity: 1;
  visibility: visible;
}

.is-craft-detail-transitioning {
  cursor: wait;
}
.is-craft-detail-transitioning .craft-detail__next {
  pointer-events: none;
}

.is-craft-detail-scrub-ready .craft-detail__content,
.is-craft-detail-scrub-ready .craft-detail__kanji-text {
  -webkit-transition: none;
  transition: none;
}

.detail {
  position: relative;
  background-color: #111211;
  overflow: hidden;
}
.detail__intro {
  position: relative;
  height: min(51.1111111111vw, 736px);
  margin-top: min(18.9583333333vw, 273px);
}
@media screen and (max-width: 768px) {
  .detail__intro {
    height: auto;
    padding: 8.75rem 1.5rem 0rem;
    margin-top: 0;
  }
}
.detail__intro-body {
  position: absolute;
  top: 0;
  left: min(4.1666666667vw, 60px);
  width: min(44.9305555556vw, 647px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .detail__intro-body {
    position: static;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.detail__heading {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(6.9444444444vw, 100px);
  line-height: 1;
  color: #b1b1b1;
  text-transform: capitalize;
  margin-bottom: min(4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .detail__heading {
    font-size: 3rem;
    margin-bottom: 1.75rem;
  }
}
.detail__intro-text {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #b1b1b1;
}
@media screen and (max-width: 768px) {
  .detail__intro-text {
    font-size: 0.875rem;
  }
}
.detail__intro-img {
  position: absolute;
  top: min(7.9166666667vw, 114px);
  right: min(0vw, 0px);
  width: min(64.5138888889vw, 929px);
  height: min(43.75vw, 630px);
  z-index: 1;
  overflow: hidden;
}
.detail__intro-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .detail__intro-img {
    position: static;
    width: 110%;
    height: 16.5rem;
  }
}
.detail__list {
  position: relative;
  height: min(110vw, 1584px);
  padding-bottom: min(11.1111111111vw, 160px);
  margin-top: min(4.4444444444vw, 64px);
}
@media screen and (max-width: 768px) {
  .detail__list {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.4375rem;
    padding: 3rem 0 6.25rem;
  }
}
.detail__item {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .detail__item {
    position: static;
  }
}
.detail__item--kansou {
  top: 0;
  left: min(17.7083333333vw, 255px);
  width: min(30.6944444444vw, 442px);
}
.detail__item--shiage {
  top: min(30.8333333333vw, 444px);
  right: min(4.1666666667vw, 60px);
  width: min(29.0972222222vw, 419px);
}
.detail__item--sho {
  top: min(58.6805555556vw, 845px);
  left: min(4.1666666667vw, 60px);
  width: min(29.0972222222vw, 419px);
}
.detail__item-photo {
  position: relative;
  width: 100%;
  overflow: visible;
}
.detail__item--kansou .detail__item-photo {
  height: min(21.8055555556vw, 314px);
}
@media screen and (max-width: 768px) {
  .detail__item--kansou .detail__item-photo {
    margin-left: 0rem;
    width: 18.75rem;
    height: 22.5rem;
  }
}
.detail__item--shiage .detail__item-photo {
  height: min(21.8055555556vw, 314px);
}
@media screen and (max-width: 768px) {
  .detail__item--shiage .detail__item-photo {
    margin-left: 5.625rem;
    width: 18.75rem;
    height: 22.5rem;
  }
}
.detail__item--sho .detail__item-photo {
  height: min(21.8055555556vw, 314px);
}
@media screen and (max-width: 768px) {
  .detail__item--sho .detail__item-photo {
    margin-left: 0rem;
    width: 18.75rem;
    height: 22.5rem;
  }
}
.detail__item-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .detail__item-photo {
    overflow: visible;
  }
}
.detail__item-kanji {
  position: absolute;
  left: min(-2.0833333333vw, -30px);
  top: min(-2.0833333333vw, -30px);
  font-weight: 400;
  font-size: min(6.25vw, 90px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.88);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .detail__item-kanji {
    font-size: 3.5rem;
    left: auto;
    top: auto;
    bottom: 1rem;
    right: -0.25rem;
  }
}
.detail img.detail__item-kanji {
  display: block;
  width: min(4.4444444444vw, 64px);
  max-width: none;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .detail img.detail__item-kanji {
    width: 2.75rem;
  }
}
.detail__item-label-en {
  position: absolute;
  right: min(-1.6666666667vw, -24px);
  bottom: min(-1.6666666667vw, -24px);
  z-index: 2;
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: min(3.75vw, 54px);
  line-height: 1;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.88);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .detail__item-label-en {
    right: 1rem;
    bottom: 1rem;
    font-size: 1.25rem;
  }
}
.detail__item-text {
  padding-top: min(2.2222222222vw, 32px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #b1b1b1;
}
@media screen and (max-width: 768px) {
  .detail__item-text {
    padding-top: 2rem;
    margin-left: 1.25rem;
    font-size: 0.9375rem;
    color: #c7c4bd;
    line-height: 1.75;
    letter-spacing: 0.047em;
    width: 17.5rem;
  }
}
@media screen and (max-width: 768px) {
  .detail__item--shiage .detail__item-text {
    padding-left: 5.625rem;
    width: 17.25rem;
    margin-left: 0;
    padding-left: 0;
    margin-left: 5.625rem;
  }
}
@media screen and (max-width: 768px) {
  .detail__item--kansou .detail__item-photo img.detail__item-kanji {
    right: auto;
    left: 17rem;
    top: auto;
    bottom: -1rem;
  }
  .detail__item--shiage .detail__item-photo img.detail__item-kanji {
    right: auto;
    left: -1.625rem;
    top: -1rem;
    bottom: auto;
  }
  .detail__item--sho .detail__item-photo img.detail__item-kanji {
    right: auto;
    left: 17rem;
    top: 2.0625rem;
    bottom: auto;
  }
}

.order {
  position: relative;
  background-color: #111211;
  height: min(55.5555555556vw, 800px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .order {
    height: auto;
    padding-bottom: 5rem;
  }
}
.order__photos {
  position: absolute;
  top: min(4.0972222222vw, 59px);
  left: min(11.8055555556vw, 170px);
  width: min(40.3472222222vw, 581px);
  height: min(43.8888888889vw, 632px);
}
@media screen and (max-width: 768px) {
  .order__photos {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75rem;
    width: calc(100% - 2.5rem);
    margin: 0 1.25rem;
    height: 23.3125rem;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.order__photo {
  position: absolute;
  overflow: hidden;
}
.order__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .order__photo {
    position: static;
  }
}
.order__photo--1 {
  top: min(5.8333333333vw, 84px);
  left: 0;
  width: min(21.4583333333vw, 309px);
  height: min(38.0555555556vw, 548px);
}
@media screen and (max-width: 768px) {
  .order__photo--1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.625rem;
            flex: 0 0 11.625rem;
    width: 11.625rem;
    height: 20.625rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
    opacity: 0.6;
  }
}
.order__photo--2 {
  top: 0;
  right: 0;
  width: min(17.5vw, 252px);
  height: min(36.1111111111vw, 520px);
}
@media screen and (max-width: 768px) {
  .order__photo--2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.5rem;
            flex: 0 0 9.5rem;
    height: 19.5625rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
    opacity: 0.6;
  }
}
.order__body {
  position: absolute;
  top: min(10.7638888889vw, 155px);
  left: min(60.4166666667vw, 870px);
  width: min(17.7083333333vw, 255px);
}
@media screen and (max-width: 768px) {
  .order__body {
    position: static;
    width: 100%;
    padding: 4.375rem 1.25rem 0;
    text-align: center;
  }
}
.order__text {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #b1b1b1;
}
@media screen and (max-width: 768px) {
  .order__text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: initial;
    text-align: center;
    font-size: 0.9375rem;
    color: #c7c4bd;
    line-height: 2;
    letter-spacing: 0.047em;
  }
}
.order__heading {
  position: absolute;
  top: 0;
  right: min(11.875vw, 171px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: min(5vw, 72px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .order__heading {
    position: absolute;
    top: 4.6875rem;
    left: 9.625rem;
    right: auto;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.08em;
    padding: 0;
    color: #ffffff;
    gap: 0.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}
.order__heading-offset {
  display: inline-block;
  -webkit-transform: translateY(min(6.9444444444vw, 100px));
          transform: translateY(min(6.9444444444vw, 100px));
}
@media screen and (max-width: 768px) {
  .order__heading-offset {
    -webkit-transform: translateY(4.375rem);
            transform: translateY(4.375rem);
  }
}
.order__cta {
  position: absolute;
  top: min(47.9861111111vw, 691px);
  right: min(11.875vw, 171px);
  width: min(13.8888888889vw, 200px);
  padding-bottom: min(0.8333333333vw, 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 768px) {
  .order__cta {
    position: static;
    width: 12.5rem;
    padding: 0 0 0.75rem;
    margin: 3.75rem auto 0;
    border-bottom-color: #5a5955;
  }
}
.order__cta::after {
  content: "→";
  display: block;
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: min(1.25vw, 18px);
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .order__cta::after {
    font-size: 1rem;
  }
}
.order__dot {
  display: none;
}
.order__cta-link {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 1.1;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.order__cta-link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .order__cta-link {
    font-size: 1rem;
  }
}

.company-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background-color: #111211;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .company-hero {
    min-height: 100svh;
  }
}
.company-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(83.3333333333vw, 1200px);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .company-hero__bg {
    height: 100svh;
  }
}
.company-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  opacity: 0.43;
}
.company-hero__bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(83.3333333333vw, 1200px);
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(60%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 60%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .company-hero__bg-gradient {
    height: 100svh;
  }
}
.company-hero__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: min(20.3472222222vw, 293px);
}
@media screen and (max-width: 768px) {
  .company-hero__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 4.5rem;
    min-height: 100svh;
  }
}
.company-hero__catch {
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  z-index: 3;
  width: min(6.6666666667vw, 96px);
  pointer-events: none;
}
.company-hero__catch img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .company-hero__catch {
    -ms-flex-item-align: center;
        align-self: center;
    width: 5.875rem;
    margin-top: 4.8125rem;
    margin-bottom: 5.375rem;
  }
}
.company-hero__makoto-logo {
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  z-index: 1;
  width: min(8.0555555556vw, 116px);
  margin-top: -vw(247);
  pointer-events: none;
}
.company-hero__makoto-logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .company-hero__makoto-logo {
    display: none;
  }
}
.company-hero__body-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 0 min(4.1666666667vw, 60px);
  margin-top: min(12.6388888889vw, 182px);
}
@media screen and (max-width: 768px) {
  .company-hero__body-row {
    display: contents;
  }
}
.company-hero__left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(2.7777777778vw, 40px);
  width: min(15.6944444444vw, 226px);
}
@media screen and (max-width: 768px) {
  .company-hero__left-block {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    gap: 1.25rem;
    width: 100%;
  }
}
.company-hero__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.8333333333vw, 12px);
}
@media screen and (max-width: 768px) {
  .company-hero__breadcrumb {
    gap: 0.75rem;
  }
}
.company-hero__breadcrumb-item {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(0.9722222222vw, 14px);
  color: #b1b1b1;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
.company-hero__breadcrumb-item--current {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .company-hero__breadcrumb-item {
    font-size: 0.875rem;
    color: #8c8a85;
  }
}
@media screen and (max-width: 768px) {
  .company-hero__breadcrumb-item--current {
    color: #f4f2ee;
  }
}
.company-hero__breadcrumb-sep {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9722222222vw, 14px);
  color: #b1b1b1;
}
@media screen and (max-width: 768px) {
  .company-hero__breadcrumb-sep {
    font-size: 0.875rem;
    color: #c7c4bd;
  }
}
.company-hero__tagline p {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(1.25vw, 18px);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company-hero__tagline p {
    font-size: 1rem;
  }
}
.company-hero__right-text {
  width: min(30.5555555556vw, 440px);
}
@media screen and (max-width: 768px) {
  .company-hero__right-text {
    display: block;
    width: 100%;
  }
}
.company-hero__right-text p {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .company-hero__right-text p {
    font-size: 0.9375rem;
    color: #c7c4bd;
    text-align: center;
    letter-spacing: 0.047em;
    line-height: 2;
  }
}
.company-hero__photos {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: min(36.1111111111vw, 520px);
  margin-top: min(1.25vw, 18px);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .company-hero__photos {
    height: 27.375rem;
  }
}
.company-hero__photos-track {
  --company-photos-set-width: min(111.4583333333vw, 1605px);
  --company-photos-set-gap: min(4.1666666667vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--company-photos-set-gap);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  -webkit-animation: company-hero-photos-slide 46s linear infinite;
          animation: company-hero-photos-slide 46s linear infinite;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .company-hero__photos-track {
    --company-photos-set-width: 50.75rem;
    --company-photos-set-gap: 3.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .company-hero__photos-track {
    -webkit-animation: none;
            animation: none;
  }
}
.company-hero__photos-set {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--company-photos-set-width);
          flex: 0 0 var(--company-photos-set-width);
  width: var(--company-photos-set-width);
  height: 100%;
}
@-webkit-keyframes company-hero-photos-slide {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(calc((var(--company-photos-set-width) + var(--company-photos-set-gap)) * -1), 0, 0);
            transform: translate3d(calc((var(--company-photos-set-width) + var(--company-photos-set-gap)) * -1), 0, 0);
  }
}
@keyframes company-hero-photos-slide {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(calc((var(--company-photos-set-width) + var(--company-photos-set-gap)) * -1), 0, 0);
            transform: translate3d(calc((var(--company-photos-set-width) + var(--company-photos-set-gap)) * -1), 0, 0);
  }
}
.company-hero__photo {
  position: absolute;
  overflow: hidden;
}
.company-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-hero__photo--1 {
  top: min(2.3611111111vw, 34px);
  left: 0;
  width: min(8.9583333333vw, 129px);
  height: min(17.3611111111vw, 250px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .company-hero__photo--1 {
    top: 0.75rem;
    width: 10.9375rem;
    height: 13.5625rem;
  }
}
.company-hero__photo--2 {
  top: min(17.6388888889vw, 254px);
  left: min(1.3888888889vw, 20px);
  width: min(19.2361111111vw, 277px);
  height: min(14.7222222222vw, 212px);
}
@media screen and (max-width: 768px) {
  .company-hero__photo--2 {
    width: 8.125rem;
    height: 12rem;
    top: auto;
    bottom: 2.75rem;
    left: 6.875rem;
    z-index: 10;
  }
}
.company-hero__photo--3 {
  top: min(2.6388888889vw, 38px);
  left: min(24.8611111111vw, 358px);
  width: min(20.5555555556vw, 296px);
  height: min(15vw, 216px);
}
@media screen and (max-width: 768px) {
  .company-hero__photo--3 {
    top: 0.75rem;
    width: 8.125rem;
    height: 11.9375rem;
    left: 17.25rem;
  }
}
.company-hero__photo--4 {
  top: min(21.5972222222vw, 311px);
  left: min(39.5833333333vw, 570px);
  width: min(21.3194444444vw, 307px);
  height: min(14.2361111111vw, 205px);
}
@media screen and (max-width: 768px) {
  .company-hero__photo--4 {
    width: 8.4375rem;
    height: 11.125rem;
    top: auto;
    bottom: 0;
    left: 23rem;
  }
}
.company-hero__photo--5 {
  top: min(0.7638888889vw, 11px);
  left: min(65.5555555556vw, 944px);
  width: min(27.5vw, 396px);
  height: min(22.9166666667vw, 330px);
}
@media screen and (max-width: 768px) {
  .company-hero__photo--5 {
    width: 10.9375rem;
    height: 17.8125rem;
    left: 33.1875rem;
  }
}
.company-hero__photo--6 {
  top: min(17.6388888889vw, 254px);
  left: min(84.375vw, 1215px);
  width: min(22.9166666667vw, 330px);
  height: min(15.5555555556vw, 224px);
}
@media screen and (max-width: 768px) {
  .company-hero__photo--6 {
    width: 10rem;
    height: 11.8125rem;
    bottom: 2.25rem;
    top: auto;
    left: 40.75rem;
  }
}

.company-info {
  position: relative;
  width: 100%;
  background-color: #111211;
  padding: min(16.6666666667vw, 240px) min(4.1666666667vw, 60px) min(5.5555555556vw, 80px);
}
@media screen and (max-width: 768px) {
  .company-info {
    padding: 7.5rem 1.25rem 6.25rem;
  }
}
.company-info__bg {
  position: absolute;
  top: min(-13.125vw, -189px);
  left: 0;
  width: 100%;
  height: min(80.2777777778vw, 1156px);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .company-info__bg {
    display: none;
  }
}
.company-info__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(17, 18, 17)), color-stop(50%, rgba(17, 18, 17, 0)), to(rgb(17, 18, 17)));
  background: linear-gradient(to bottom, rgb(17, 18, 17) 0%, rgba(17, 18, 17, 0) 50%, rgb(17, 18, 17) 100%);
  pointer-events: none;
}
.company-info__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-info__bg-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(80.2777777778vw, 1156px);
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(50%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .company-info__bg-gradient {
    display: none;
  }
}
.company-info__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(16.6666666667vw, 240px);
}
@media screen and (max-width: 768px) {
  .company-info__content {
    gap: 10rem;
  }
}
.company-info__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company-info__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.company-info__heading-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(10.6944444444vw, 154px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .company-info__heading-block {
    width: 100%;
    gap: 0.75rem;
  }
}
.company-info__heading-en {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(2.2222222222vw, 32px);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .company-info__heading-en {
    font-size: 1.5rem;
  }
}
.company-info__heading-ja {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  color: #b1b1b1;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .company-info__heading-ja {
    font-size: 0.875rem;
  }
}
.company-info__message-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.6666666667vw, 24px);
  padding-right: min(8.6805555556vw, 125px);
}
@media screen and (max-width: 768px) {
  .company-info__message-body {
    width: 100%;
    gap: 1.25rem;
    padding-right: 0;
  }
}
.company-info__message-para {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.25vw, 18px);
  color: #b1b1b1;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .company-info__message-para {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
  }
}
.company-info__overview-body {
  width: min(60.3472222222vw, 869px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.9444444444vw, 28px);
}
@media screen and (max-width: 768px) {
  .company-info__overview-body {
    width: 100%;
    gap: 0rem;
  }
}
.company-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .company-info__row {
    gap: 0.625rem;
    padding: 0.625rem 0;
  }
}
.company-info__row-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(13.4027777778vw, 193px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  color: #b1b1b1;
  letter-spacing: 0.05em;
  line-height: 1.75;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: min(1.9444444444vw, 28px);
}
@media screen and (max-width: 768px) {
  .company-info__row-label {
    width: 5rem;
    font-size: 0.9375rem;
    padding-bottom: 1.25rem;
  }
}
.company-info__row-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  color: #b1b1b1;
  letter-spacing: 0.05em;
  line-height: 1.75;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: min(1.9444444444vw, 28px);
}
@media screen and (max-width: 768px) {
  .company-info__row-value {
    font-size: 0.9375rem;
    padding-bottom: 1.25rem;
  }
}

.contact-hero {
  position: relative;
  width: 100%;
  min-height: min(73.6111111111vw, 1060px);
  background-color: #111211;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact-hero {
    min-height: 57.1875rem;
    padding-bottom: 0;
  }
}
.contact-hero__head {
  position: absolute;
  left: min(4.1666666667vw, 60px);
  top: min(18.6111111111vw, 268px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(4.1666666667vw, 60px);
  width: min(38.8888888889vw, 560px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contact-hero__head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    gap: 0;
    width: auto;
    z-index: 3;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .contact-hero__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 17.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.contact-hero__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .contact-hero__title-block {
    gap: 0;
  }
}
.contact-hero__title {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(2.9166666667vw, 42px);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact-hero__title {
    font-size: 2.25rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.15em;
    line-height: 1.2;
  }
}
.contact-hero__title-en {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(1.1111111111vw, 16px);
  color: #c7c4bd;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact-hero__title-en {
    display: none;
  }
}
.contact-hero__desc {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  color: #c7c4bd;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contact-hero__desc {
    position: absolute;
    top: 47.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 21.875rem;
    font-size: 0.9375rem;
    color: #c7c4bd;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}
.contact-hero__meta {
  position: absolute;
  left: min(4.1666666667vw, 60px);
  top: min(52.2222222222vw, 752px);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(2.7777777778vw, 40px);
  width: min(15.6944444444vw, 226px);
}
@media screen and (max-width: 768px) {
  .contact-hero__meta {
    position: absolute;
    top: 8.625rem;
    left: 1.25rem;
    padding: 0;
    gap: 1.5rem;
    width: 14.125rem;
    z-index: 2;
  }
}
.contact-hero__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.8333333333vw, 12px);
}
@media screen and (max-width: 768px) {
  .contact-hero__breadcrumb {
    gap: 0.75rem;
  }
}
.contact-hero__breadcrumb-item {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(0.9722222222vw, 14px);
  color: #8c8a85;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
.contact-hero__breadcrumb-item--current {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .contact-hero__breadcrumb-item {
    font-size: 0.875rem;
  }
}
.contact-hero__breadcrumb-sep {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9722222222vw, 14px);
  color: #c7c4bd;
}
@media screen and (max-width: 768px) {
  .contact-hero__breadcrumb-sep {
    font-size: 0.875rem;
  }
}
.contact-hero__tagline p {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(1.25vw, 18px);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact-hero__tagline p {
    font-size: 1rem;
    display: inline;
  }
}
.contact-hero__photos {
  position: absolute;
  left: min(55.2777777778vw, 796px);
  top: min(14.9305555556vw, 215px);
  width: min(44.7222222222vw, 644px);
  height: min(45.1388888889vw, 650px);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .contact-hero__photos {
    display: block;
    position: absolute;
    left: 0;
    top: 15.6875rem;
    width: 100%;
    height: 23.75rem;
    pointer-events: none;
  }
}
.contact-hero__photo {
  position: absolute;
  overflow: hidden;
}
.contact-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-hero__photo--1 {
  left: min(22.8472222222vw, 329px);
  top: 0;
  width: min(17.5vw, 252px);
  height: min(36.1111111111vw, 520px);
}
@media screen and (max-width: 768px) {
  .contact-hero__photo--1 {
    right: 0.3125rem;
    left: auto;
    top: 0;
    width: 9.5rem;
    height: 19.5625rem;
    opacity: 0.6;
  }
}
.contact-hero__photo--2 {
  left: 0;
  top: min(5.625vw, 81px);
  width: min(21.4583333333vw, 309px);
  height: min(38.0555555556vw, 548px);
}
@media screen and (max-width: 768px) {
  .contact-hero__photo--2 {
    left: 1.25rem;
    top: 2.6875rem;
    width: 11.625rem;
    height: 20.625rem;
    opacity: 0.6;
  }
}

.contact-form {
  position: relative;
  background-color: #111211;
  padding: 0 min(4.1666666667vw, 60px) min(12.5vw, 180px);
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding: 3.5rem 1.25rem 5rem;
  }
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact-form .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #d7b08c;
  letter-spacing: 0.04em;
}
.contact-form .wpcf7-response-output {
  margin: min(2.2222222222vw, 32px) 0 0 min(20.8333333333vw, 300px);
  padding: 1rem 1.125rem;
  border-color: #4a4a46;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #c7c4bd;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .contact-form .wpcf7-response-output {
    margin: 1.5rem 0 0;
  }
}
.contact-form .wpcf7-spinner {
  margin: 0 0 0 1rem;
  -ms-flex-item-align: center;
      align-self: center;
}
.contact-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(3.3333333333vw, 48px);
}
@media screen and (max-width: 768px) {
  .contact-form__list {
    gap: 2rem;
  }
}
.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.contact-form__row--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .contact-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
.contact-form__label {
  width: min(20.8333333333vw, 300px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.contact-form__row--textarea .contact-form__label {
  padding-top: min(2.0833333333vw, 30px);
}
@media screen and (max-width: 768px) {
  .contact-form__label {
    width: 100%;
    font-size: 0.9375rem;
  }
  .contact-form__row--textarea .contact-form__label {
    padding-top: 0;
  }
}
.contact-form__required {
  margin-left: 0.1em;
}
.contact-form__field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: min(5.2083333333vw, 75px);
  background: #1f201e;
  border: 1px solid #4a4a46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: min(1.6666666667vw, 24px);
  padding-right: min(1.6666666667vw, 24px);
}
.contact-form__field--select {
  background: transparent;
  position: relative;
}
.contact-form__field--select::after {
  content: "";
  position: absolute;
  right: min(1.6666666667vw, 24px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: min(0.3472222222vw, 5px) solid transparent;
  border-right: min(0.3472222222vw, 5px) solid transparent;
  border-top: min(0.4166666667vw, 6px) solid #c7c4bd;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .contact-form__field--select::after {
    right: 1rem;
    border-left-width: 0.3125rem;
    border-right-width: 0.3125rem;
    border-top-width: 0.375rem;
  }
}
.contact-form__field--textarea {
  height: min(26.0416666667vw, 375px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: min(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .contact-form__field {
    width: 100%;
    height: 3.75rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .contact-form__field--textarea {
    min-height: 18.75rem;
    height: 100%;
    padding-top: 1.125rem;
  }
}
.contact-form__input, .contact-form__textarea, .contact-form__select {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.contact-form__input::-webkit-input-placeholder, .contact-form__textarea::-webkit-input-placeholder, .contact-form__select::-webkit-input-placeholder {
  color: #5a5955;
}
.contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder, .contact-form__select::-moz-placeholder {
  color: #5a5955;
}
.contact-form__input:-ms-input-placeholder, .contact-form__textarea:-ms-input-placeholder, .contact-form__select:-ms-input-placeholder {
  color: #5a5955;
}
.contact-form__input::-ms-input-placeholder, .contact-form__textarea::-ms-input-placeholder, .contact-form__select::-ms-input-placeholder {
  color: #5a5955;
}
.contact-form__input::placeholder, .contact-form__textarea::placeholder, .contact-form__select::placeholder {
  color: #5a5955;
}
@media screen and (max-width: 768px) {
  .contact-form__input, .contact-form__textarea, .contact-form__select {
    font-size: 1rem;
  }
}
.contact-form__select {
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-right: min(2.2222222222vw, 32px);
}
.contact-form__select option {
  background: #1a1a1a;
  color: #ffffff;
}
.contact-form__select:required:invalid {
  color: #5a5955;
}
@media screen and (max-width: 768px) {
  .contact-form__select {
    padding-right: 2rem;
  }
}
.contact-form__textarea {
  resize: none;
  height: 100%;
}
.contact-form__checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.8333333333vw, 12px);
}
.contact-form__checkbox-wrap .wpcf7-list-item {
  margin: 0;
}
.contact-form__checkbox-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.8333333333vw, 12px);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form__checkbox-wrap label {
    gap: 0.625rem;
  }
}
.contact-form__checkbox-wrap .wpcf7-list-item-label {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.0416666667vw, 15px);
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact-form__checkbox-wrap .wpcf7-list-item-label {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__checkbox-wrap {
    gap: 0.625rem;
  }
}
.contact-form__checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: min(1.7361111111vw, 25px);
  height: min(1.7361111111vw, 25px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #4a4a46;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.contact-form__checkbox:checked::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .contact-form__checkbox {
    width: 1.5625rem;
    height: 1.5625rem;
    background: #1f201e;
    border-color: #1f201e;
  }
}
.contact-form__checkbox-label {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.0416666667vw, 15px);
  color: #ffffff;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form__checkbox-label {
    font-size: 0.8125rem;
  }
}
.contact-form__submit-wrap {
  padding-top: min(4.1666666667vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: min(20.8333333333vw, 300px);
}
@media screen and (max-width: 768px) {
  .contact-form__submit-wrap {
    margin-left: 0;
    padding-top: 5rem;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
.contact-form__submit {
  width: min(20.8333333333vw, 300px);
  height: min(4.8611111111vw, 70px);
  background: #f4f2ee;
  color: #111211;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.25vw, 18px);
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .contact-form__submit:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__submit {
    width: 100%;
    height: 3.8125rem;
    font-size: 1.125rem;
  }
}

.thanks {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #111211;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .thanks {
    min-height: 50.75rem;
  }
}
.thanks__bg {
  position: absolute;
  inset: 0;
  mix-blend-mode: luminosity;
  opacity: 0.2;
  pointer-events: none;
}
.thanks__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.thanks__bg-gradient {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(17, 18, 17, 0)), color-stop(80%, #111211));
  background: linear-gradient(to left, rgba(17, 18, 17, 0) 0%, #111211 80%);
  pointer-events: none;
}
.thanks__content {
  position: absolute;
  left: min(4.1666666667vw, 60px);
  top: min(16.5277777778vw, 238px);
  width: min(36.0416666667vw, 519px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(4.1666666667vw, 60px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .thanks__content {
    position: absolute;
    left: 1.25rem;
    top: 11.25rem;
    padding: 0;
    width: 21.875rem;
    gap: 5rem;
  }
}
.thanks__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.6666666667vw, 24px);
  width: min(31.5972222222vw, 455px);
}
@media screen and (max-width: 768px) {
  .thanks__heading {
    gap: 1.5rem;
    width: 100%;
  }
}
.thanks__title {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(2.2222222222vw, 32px);
  color: #f4f2ee;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .thanks__title {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
  }
}
.thanks__subtitle {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(1.0416666667vw, 15px);
  color: #c7c4bd;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .thanks__subtitle {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.thanks__text {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  color: #c7c4bd;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
  }
}
.thanks__link {
  position: absolute;
  left: min(4.1666666667vw, 60px);
  top: min(51.7361111111vw, 745px);
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(13.8888888889vw, 200px);
  padding-bottom: min(0.8333333333vw, 12px);
  border-bottom: 1px solid #5a5955;
  color: #f4f2ee;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .thanks__link:hover {
    opacity: 0.65;
  }
}
@media screen and (max-width: 768px) {
  .thanks__link {
    position: absolute;
    top: 45.5625rem;
    left: 1.25rem;
    margin: 0;
    width: 12.5rem;
    padding-bottom: 0.75rem;
  }
}
.thanks__link-text {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: min(1.1111111111vw, 16px);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .thanks__link-text {
    font-size: 1rem;
  }
}
.thanks__link-arrow {
  display: block;
  width: min(0.9722222222vw, 14px);
  height: min(0.5555555556vw, 8px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.thanks__link-arrow img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .thanks__link-arrow {
    width: 0.875rem;
    height: 0.5rem;
  }
}

.privacy {
  position: relative;
  width: 100%;
  background-color: #111211;
  padding-top: min(31.9444444444vw, 460px);
  padding-left: min(35.4166666667vw, 510px);
  padding-right: min(4.1666666667vw, 60px);
  padding-bottom: min(16.6666666667vw, 240px);
}
@media screen and (max-width: 768px) {
  .privacy {
    padding-top: 21.375rem;
    padding-bottom: 5rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.privacy__title-block {
  position: absolute;
  left: min(4.1666666667vw, 60px);
  top: min(16.5277777778vw, 238px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.6666666667vw, 24px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .privacy__title-block {
    position: absolute;
    left: 1.25rem;
    top: 11.25rem;
    padding: 0;
    gap: 1.5rem;
    width: auto;
  }
}
.privacy__page-title {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(3.1944444444vw, 46px);
  color: #f4f2ee;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .privacy__page-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1rem;
    color: #c7c4bd;
    line-height: 1;
  }
}
.privacy__page-subtitle {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  color: #c7c4bd;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .privacy__page-subtitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.75rem;
    color: #f4f2ee;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
}
.privacy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(5.5555555556vw, 80px);
}
@media screen and (max-width: 768px) {
  .privacy__body {
    padding: 0;
    gap: 4rem;
  }
}
.privacy__intro {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.0416666667vw, 15px);
  color: #f4f2ee;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .privacy__intro {
    font-size: 0.8125rem;
  }
}
.privacy__sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 768px) {
  .privacy__sections {
    gap: 3rem;
  }
}
.privacy__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.3888888889vw, 20px);
}
@media screen and (max-width: 768px) {
  .privacy__section {
    gap: 0.75rem;
  }
}
.privacy__section-title {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.25vw, 18px);
  color: #f4f2ee;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .privacy__section-title {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}
.privacy__section-text {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.0416666667vw, 15px);
  color: #c7c4bd;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .privacy__section-text {
    font-size: 0.8125rem;
  }
}
.privacy__date {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.0416666667vw, 15px);
  color: #c7c4bd;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .privacy__date {
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
  }
}

body.lang-en .detail__item-text {
  letter-spacing: normal;
}
body.lang-en .concept__inner {
  max-width: min(91.6666666667vw, 1320px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.lang-en .concept__heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}
@media screen and (max-width: 768px) {
  body.lang-en .concept__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body.lang-en .concept__heading-text {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: min(3.6111111111vw, 52px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-align: left;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media screen and (max-width: 768px) {
  body.lang-en .concept__heading-text {
    font-size: 1.625rem;
    text-align: center;
    margin-bottom: 6.125rem;
  }
}
body.lang-en .concept__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: min(5.5555555556vw, 80px);
  gap: min(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  body.lang-en .concept__body {
    padding-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
body.lang-en .concept__text {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-orientation: initial;
  width: min(44.7222222222vw, 644px);
  height: auto;
  font-size: min(1.0416666667vw, 15px);
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body.lang-en .concept__text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: auto;
    height: auto;
    font-size: 0.9375rem;
    text-align: center;
  }
}
body.lang-en .craft__logo-label {
  display: none;
}
body.lang-en .craft__logo--text {
  font-size: min(4.4444444444vw, 64px);
}
@media screen and (max-width: 768px) {
  body.lang-en .craft__logo--text {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  body.lang-en .craft-detail__heading-en {
    display: none;
  }
}
body.lang-en .order__body {
  top: min(17.3611111111vw, 250px);
  left: auto;
  right: min(11.4583333333vw, 165px);
  width: min(29.4444444444vw, 424px);
}
@media screen and (max-width: 768px) {
  body.lang-en .order__body {
    width: 100%;
    right: auto;
  }
}
body.lang-en .order__cta {
  top: min(40.2777777778vw, 580px);
  right: min(11.4583333333vw, 165px);
  width: min(13.125vw, 189px);
}
@media screen and (max-width: 768px) {
  body.lang-en .order__cta {
    width: 12.5rem;
    right: auto;
  }
}
body.lang-en .order__text {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-orientation: initial;
}
body.lang-en .order__heading {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-orientation: initial;
  font-size: min(3.3333333333vw, 48px);
  line-height: 1.25;
  width: min(29.4444444444vw, 424px);
  top: min(5.8333333333vw, 84px);
  right: min(11.4583333333vw, 165px);
}
@media screen and (max-width: 768px) {
  body.lang-en .order__heading {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: initial;
    font-size: 1.375rem;
    top: 3.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    width: 17.5rem;
    text-align: center;
  }
}
body.lang-en .order__heading-offset {
  display: inline;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 768px) {
  body.lang-en .order__heading-offset {
    -webkit-transform: none;
            transform: none;
  }
}
body.lang-en .company-hero__catch {
  width: min(27.7777777778vw, 400px);
}
@media screen and (max-width: 768px) {
  body.lang-en .company-hero__catch {
    width: calc(100% - 2.5rem);
  }
}
body.lang-en .company-hero__catch-text {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: min(3.1944444444vw, 46px);
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media screen and (max-width: 768px) {
  body.lang-en .company-hero__catch-text {
    font-size: 1rem;
    line-height: 1.75;
  }
}
body.lang-en .company-hero__right-text p {
  letter-spacing: normal;
}
body.lang-en .company-info__message-para {
  line-height: 1.75;
  letter-spacing: 0;
}
body.lang-en .company-info__row-label,
body.lang-en .company-info__row-value {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  body.lang-en .company-info__row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  body.lang-en .company-info__row-label {
    width: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.lang-en .company-info__row-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body.lang-en .contact-hero__desc {
  letter-spacing: 0;
}
body.lang-en .contact-hero__title-en {
  display: none;
}