@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(15px);
          filter: blur(15px);
  -webkit-perspective: 1000px;
          perspective: 1000px;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 1.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.8s cubic-bezier(0.215, 0.61, 0.355, 1), filter 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.8s cubic-bezier(0.215, 0.61, 0.355, 1), filter 2.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: var(--fade-delay, 0s);
          transition-delay: var(--fade-delay, 0s);
  will-change: opacity, filter;
}
.js-fadein.is-visible {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.js-fadein--up {
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
.js-fadein--up.is-visible {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.js-fadein--blur {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1), filter 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1), filter 2.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-fadein--blur.is-visible {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.js-fadein--scale {
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
.js-fadein--scale.is-visible {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.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;
      -ms-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-transition: none;
    transition: none;
  }
  .js-parallax img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.btn {
  display: inline-block;
}
.btn__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: 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__logo {
  position: absolute;
  left: min(4.1666666667vw, 60px);
  top: min(0.9722222222vw, 14px);
  display: block;
  width: min(4.1666666667vw, 60px);
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header__logo:hover {
    opacity: 0.65;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__logo {
    left: 1.25rem;
    top: 1.25rem;
    width: 3.75rem;
  }
}
.header__nav {
  position: absolute;
  top: min(2.7777777778vw, 40px);
  right: min(3.75vw, 54px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(2.7777777778vw, 40px);
}
.header__nav-link {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(1.1111111111vw, 16px);
  color: #f4f2ee;
  letter-spacing: 0.08em;
  -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 {
  position: relative;
  width: min(8.3333333333vw, 120px);
  min-width: 108px;
  z-index: 2;
}
.header__lang-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: min(0.4166666667vw, 6px) min(0.8333333333vw, 12px);
  border: 0;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  color: #F4F2EE;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .header__lang-button:hover {
    background: rgba(0, 0, 0, 0.2);
  }
}
.header__lang-current, .header__lang-item {
  font-family: "Shippori Mincho", "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}
.header__lang-current {
  font-size: min(1.1111111111vw, 16px);
  line-height: 1.4375;
}
.header__lang-current[data-lang=en], .header__lang-item[data-lang=en] {
  font-family: "EB Garamond", "Times New Roman", serif;
  font-weight: 400;
}
.header__lang-current[data-lang=zh-cn], .header__lang-item[data-lang=zh-cn] {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 500;
}
.header__lang-current[data-lang=zh-tw], .header__lang-item[data-lang=zh-tw] {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 500;
}
.header__lang-current[data-lang=ko], .header__lang-item[data-lang=ko] {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 500;
}
.header__lang-arrow {
  display: block;
  width: 6px;
  height: 4px;
  margin-left: min(0.8333333333vw, 12px);
  background: url("data:image/svg+xml,%3Csvg width='6' height='4' viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.75L3 3.25L5.5 0.75' stroke='%23F4F2EE' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/6px 4px no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__lang-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.3888888889vw, 20px);
  width: 100%;
  min-height: min(12.9861111111vw, 187px);
  padding: min(3.4027777778vw, 49px) min(0.8333333333vw, 12px) min(0.8333333333vw, 12px);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 1;
}
.header__lang.is-open .header__lang-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.header__lang.is-open .header__lang-button {
  background: transparent;
}
.header__lang-item {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(1.1111111111vw, 16px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #C7C4BD;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.header__lang-item[data-lang=en] {
  font-size: min(1.25vw, 18px);
}
.header__lang-item.is-active {
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .header__lang-item:hover {
    color: #ffffff;
  }
}
.header__hamburger {
  display: none;
  position: fixed;
  top: 1.25rem;
  right: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: -webkit-flex;
    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);
      -ms-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);
      -ms-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;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
.header__sp-menu.is-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header__sp-nav-link {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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: -webkit-linear-gradient(top, rgb(17, 18, 17) 0%, rgba(17, 18, 17, 0) 100%);
  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;
  opacity: 0.3;
  pointer-events: none;
  bottom: 0;
  width: 100%;
}
.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-row {
  position: relative;
  width: 100%;
  margin-top: min(9.1666666667vw, 132px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .footer__nav-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.5rem;
    margin-top: 7rem;
  }
}
.footer__nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(2.7777777778vw, 40px);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    width: 100%;
  }
}
.footer__nav-link {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 1.4375;
  color: #f4f2ee;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -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;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: 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: contents;
}
.footer__lang {
  position: relative;
  width: min(8.3333333333vw, 120px);
  min-width: min(8.3333333333vw, 120px);
}
@media screen and (max-width: 768px) {
  .footer__lang {
    width: 7.5rem;
    min-width: 7.5rem;
  }
}
.footer__lang-button {
  position: relative;
  width: 100%;
  height: min(2.5vw, 36px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 min(0.8333333333vw, 12px);
  border: 1px solid #484848;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  color: #f4f2ee;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .footer__lang-button {
    height: 2.25rem;
    padding: 0 0.75rem;
  }
}
.footer__lang-current, .footer__lang-item {
  font-family: "Shippori Mincho", "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}
.footer__lang-current {
  font-size: min(0.9722222222vw, 14px);
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .footer__lang-current {
    font-size: 0.875rem;
  }
}
.footer__lang-current[data-lang=en], .footer__lang-item[data-lang=en] {
  font-family: "EB Garamond", "Times New Roman", serif;
  font-weight: 400;
}
.footer__lang-current[data-lang=zh-cn], .footer__lang-item[data-lang=zh-cn] {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 500;
}
.footer__lang-current[data-lang=zh-tw], .footer__lang-item[data-lang=zh-tw] {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 500;
}
.footer__lang-current[data-lang=ko], .footer__lang-item[data-lang=ko] {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 500;
}
.footer__lang-arrow {
  display: block;
  width: 6px;
  height: 4px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='4' viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.75L3 3.25L5.5 0.75' stroke='%23F4F2EE' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/6px 4px no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer__lang-menu {
  position: absolute;
  left: 0;
  bottom: -webkit-calc(100% + min(0.5555555556vw, 8px));
  bottom: calc(100% + min(0.5555555556vw, 8px));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.1111111111vw, 16px);
  width: 100%;
  padding: min(0.8333333333vw, 12px);
  border: 1px solid #484848;
  border-radius: 4px;
  background: rgba(17, 18, 17, 0.92);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .footer__lang-menu {
    bottom: -webkit-calc(100% + 0.5rem);
    bottom: calc(100% + 0.5rem);
    gap: 0.875rem;
    padding: 0.75rem;
  }
}
.footer__lang.is-open .footer__lang-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.footer__lang.is-open .footer__lang-arrow {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.footer__lang-item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(0.9722222222vw, 14px);
  line-height: 1;
  color: #b1b1b1;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer__lang-item:hover {
    color: #f4f2ee;
  }
}
@media screen and (max-width: 768px) {
  .footer__lang-item {
    font-size: 0.875rem;
  }
}
.footer__lang-sep {
  display: none;
}
.footer__policies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.9444444444vw, 28px);
}
@media screen and (max-width: 768px) {
  .footer__policies {
    gap: 1.25rem;
  }
}
.footer__policy {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: min(0.9722222222vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0;
  color: #b1b1b1;
  text-decoration: none;
  -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;
  }
}

body.lang-en .footer__nav-link,
body.lang-en .footer__policy {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

body.lang-zh-cn .footer__nav-link,
body.lang-zh-cn .footer__policy {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
}

body.lang-zh-tw .footer__nav-link,
body.lang-zh-tw .footer__policy {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
}

body.lang-ko .footer__nav-link,
body.lang-ko .footer__policy {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 500;
}

.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("http://makoto.local/wp-content/themes/makoto/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: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 50%), -webkit-linear-gradient(bottom, #000000 0%, transparent 60%);
  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%);
      -ms-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%, -webkit-calc(-50% - min(1.3888888889vw, 20px)));
      -ms-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%);
      -ms-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%, -webkit-calc(-50% - 1.25rem));
        -ms-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%);
        -ms-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.5555555556vw, 8px);
}
@media screen and (max-width: 768px) {
  .hero__scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-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%);
      -ms-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: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  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: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-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;
    -webkit-justify-content: 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__heading-img--catch {
  width: min(8.0555555556vw, 116px);
}
@media screen and (max-width: 768px) {
  .concept__heading-img--catch {
    width: 5rem;
  }
}
.concept__body {
  pointer-events: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-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;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    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;
  -webkit-text-orientation: mixed;
          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: #C7C4BD;
  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;
    -webkit-text-orientation: initial;
            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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-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;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.concept__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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;
  width: min(13.8888888889vw, 200px);
}
@media screen and (max-width: 768px) {
  .concept__link {
    gap: 1rem;
    padding-bottom: 0.75rem;
    width: 12.5rem;
  }
}
@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-svg-in {
  from {
    -webkit-filter: blur(18px);
            filter: blur(18px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    opacity: 1;
  }
}

@keyframes craft-svg-in {
  from {
    -webkit-filter: blur(18px);
            filter: blur(18px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    opacity: 1;
  }
}
@-webkit-keyframes craft-text-in {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes craft-text-in {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    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);
}
@media (min-width: 769px) {
  .craft {
    padding-bottom: 300vh;
  }
}
.craft__intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-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%);
      -ms-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: -webkit-linear-gradient(top, 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(46.6666666667vw, 672px);
  height: min(29.1666666667vw, 420px);
  z-index: 5;
  overflow: hidden;
  pointer-events: none;
}
.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;
  pointer-events: none;
}
.craft__center.js-fadein {
  -webkit-transform: translateX(-50%) translateY(min(-1.3888888889vw, -20px));
      -ms-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);
      -ms-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%);
        -ms-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%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.craft__center-label {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-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(18px);
          filter: blur(18px);
  opacity: 0;
  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%);
      -ms-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(15px);
          filter: blur(15px);
  opacity: 0;
  will-change: filter, opacity;
  white-space: nowrap;
}
.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%);
        -ms-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;
    -webkit-transition: none;
    transition: none;
  }
}
.craft__grid.is-visible .craft__item--kajiya .craft__item-svg-path {
  -webkit-animation: craft-svg-in 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
          animation: craft-svg-in 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}
.craft__grid.is-visible .craft__item--kajiya .craft__item-text {
  -webkit-animation: craft-text-in 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s forwards;
          animation: craft-text-in 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s forwards;
}
.craft__grid.is-visible .craft__item--shodo .craft__item-svg-path {
  -webkit-animation: craft-svg-in 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s forwards;
          animation: craft-svg-in 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s forwards;
}
.craft__grid.is-visible .craft__item--shodo .craft__item-text {
  -webkit-animation: craft-text-in 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s forwards;
          animation: craft-text-in 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s forwards;
}
.craft__grid.is-visible .craft__item--miyadaiku .craft__item-svg-path {
  -webkit-animation: craft-svg-in 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.55s forwards;
          animation: craft-svg-in 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.55s forwards;
}
.craft__grid.is-visible .craft__item--miyadaiku .craft__item-text {
  -webkit-animation: craft-text-in 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s forwards;
          animation: craft-text-in 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s forwards;
}
.craft__grid.is-visible .craft__item--resin .craft__item-svg-path {
  -webkit-animation: craft-svg-in 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s forwards;
          animation: craft-svg-in 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s forwards;
}
.craft__grid.is-visible .craft__item--resin .craft__item-text {
  -webkit-animation: craft-text-in 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s forwards;
          animation: craft-text-in 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s forwards;
}

@media (min-width: 769px) {
  .craft-detail + .craft-detail {
    margin-top: 50vh;
  }
}
.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(0);
          filter: blur(0);
  -webkit-transform: translateY(min(1.5277777778vw, 22px));
      -ms-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-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 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), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 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);
      -ms-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;
        -ms-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.craft-detail--miyadaiku {
  position: relative;
  z-index: 501;
  margin-top: -100vh;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 769px) {
  .craft-detail--miyadaiku .craft-detail__bg {
    display: none;
  }
}
.craft-detail--miyadaiku .craft-detail__bg img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transform-origin: center center;
      -ms-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%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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%);
        -ms-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%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 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(0);
          filter: blur(0);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: opacity 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: -webkit-calc(min(7.6388888889vw, 110px) + min(2.2222222222vw, 32px) + min(11.1111111111vw, 160px));
  bottom: calc(min(7.6388888889vw, 110px) + min(2.2222222222vw, 32px) + min(11.1111111111vw, 160px));
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-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: -webkit-calc(3.75rem + 2rem + 8.75rem);
    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%);
      -ms-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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -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;
  -webkit-text-orientation: mixed;
          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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75rem;
    width: -webkit-calc(100% - 2.5rem);
    width: calc(100% - 2.5rem);
    margin: 0 1.25rem;
    height: 23.3125rem;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: 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;
    -webkit-flex: 0 0 11.625rem;
        -ms-flex: 0 0 11.625rem;
            flex: 0 0 11.625rem;
    width: 11.625rem;
    height: 20.625rem;
    -webkit-align-self: flex-end;
        -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;
    -webkit-flex: 0 0 9.5rem;
        -ms-flex: 0 0 9.5rem;
            flex: 0 0 9.5rem;
    height: 19.5625rem;
    -webkit-align-self: flex-start;
        -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;
  -webkit-text-orientation: mixed;
          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;
    -webkit-text-orientation: initial;
            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;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  line-height: 1;
  letter-spacing: min(1.3888888889vw, 20px);
  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;
    -webkit-text-orientation: mixed;
            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;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}
.order__heading-offset {
  display: inline-block;
  -webkit-transform: translateY(min(6.9444444444vw, 100px));
      -ms-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);
        -ms-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 60%);
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100svh;
  padding-top: min(20.3472222222vw, 293px);
  padding-bottom: min(4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .company-hero__inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-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 {
  -webkit-align-self: center;
      -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 {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    width: 5.875rem;
    margin-top: 4.8125rem;
    margin-bottom: 5.375rem;
  }
}
.company-hero__makoto-logo {
  -webkit-align-self: center;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 0 min(4.1666666667vw, 60px);
  margin-top: auto;
  padding-top: min(5.5555555556vw, 80px);
}
@media screen and (max-width: 768px) {
  .company-hero__body-row {
    display: contents;
  }
}
.company-hero__left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    gap: 1.25rem;
    width: 100%;
  }
}
.company-hero__breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-flex;
  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;
  -webkit-flex: 0 0 var(--company-photos-set-width);
      -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(-webkit-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(-webkit-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: -webkit-linear-gradient(top, rgb(17, 18, 17) 0%, rgba(17, 18, 17, 0) 50%, rgb(17, 18, 17) 100%);
  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: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(16.6666666667vw, 240px);
  max-width: min(91.6666666667vw, 1320px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company-info__content {
    gap: 10rem;
  }
}
.company-info__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -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;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.company-info__heading-block {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(10.6944444444vw, 154px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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 {
  -webkit-flex-shrink: 0;
      -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;
  -webkit-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -webkit-calc(15.6875rem + 11.875rem);
    top: calc(15.6875rem + 11.875rem);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.contact-hero__title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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-line {
  display: inline;
}
@media screen and (max-width: 768px) {
  .contact-hero__title-line {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .contact-hero__title-line--sub {
    margin-top: 1.75rem;
  }
}
.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%);
        -ms-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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%;
  position: static !important;
}
.contact-form .wpcf7-not-valid-tip {
  position: absolute;
  top: -webkit-calc(100% + 0.375rem);
  top: calc(100% + 0.375rem);
  left: 0;
  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;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.contact-form__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.contact-form__row--textarea {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-form__row:has(.wpcf7-not-valid-tip) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .contact-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
.contact-form__label {
  width: min(20.8333333333vw, 300px);
  -webkit-flex-shrink: 0;
      -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 {
  position: relative;
  overflow: visible;
  -webkit-box-flex: 1;
  -webkit-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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%);
      -ms-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;
  -webkit-align-items: flex-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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, .contact-form__checkbox-wrap input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: min(1.7361111111vw, 25px);
  height: min(1.7361111111vw, 25px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: 1px solid #4a4a46;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.contact-form__checkbox:checked::after, .contact-form__checkbox-wrap input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .contact-form__checkbox, .contact-form__checkbox-wrap input[type=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(5.5555555556vw, 80px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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;
    -webkit-justify-content: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: 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;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.thanks__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.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: -webkit-linear-gradient(right, rgba(17, 18, 17, 0) 0%, #111211 80%);
  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: 100%;
  height: min(37.6388888889vw, 542px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .thanks__content {
    position: absolute;
    left: 1.25rem;
    top: 11.25rem;
    padding: 0;
    padding-right: 1.5rem;
    width: 100%;
    height: auto;
    gap: 5rem;
  }
}
.thanks__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.6666666667vw, 24px);
}
@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.9166666667vw, 42px);
  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);
  margin-top: min(4.1666666667vw, 60px);
  color: #c7c4bd;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    margin-top: 0;
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
  }
}

.thanks--complete .concept__link {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .thanks--complete .concept__link {
    margin-top: 4.625rem;
  }
}

.thanks--notfound .concept__link {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .thanks--notfound .concept__link {
    margin-top: 6.625rem;
  }
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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;
    -webkit-order: 2;
        -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;
    -webkit-order: 1;
        -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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;
  }
}

.cp-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  padding: min(16.6666666667vw, 240px) 0 min(4.1666666667vw, 60px);
}
@media screen and (max-width: 1220px) {
  .cp-hero {
    padding: min(15.2777777778vw, 220px) 0 min(4.1666666667vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .cp-hero {
    min-height: 88vh;
    min-height: 88svh;
    padding: 8.75rem 0 3.5rem;
  }
}
.cp-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.cp-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;
}
.cp-hero__bg-gradient {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#111211), color-stop(60%, rgba(17, 18, 17, 0)));
  background: -webkit-linear-gradient(bottom, #111211 0%, rgba(17, 18, 17, 0) 60%);
  background: linear-gradient(to top, #111211 0%, rgba(17, 18, 17, 0) 60%);
  pointer-events: none;
}
.cp-hero__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cp-hero__eyebrow {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9722222222vw, 14px);
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.55);
}
.cp-hero__eyebrow span {
  margin: 0 0.2em;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .cp-hero__eyebrow {
    font-size: 0.75rem;
  }
}
.cp-hero__title {
  margin-top: min(2.3611111111vw, 34px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(3.8888888889vw, 56px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .cp-hero__title {
    margin-top: 1.5rem;
    font-size: 2.125rem;
    line-height: 1.55;
  }
}
.cp-hero .cp-line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.16em;
  margin-bottom: -0.16em;
}
.cp-hero .cp-line__inner {
  display: inline-block;
}
.cp-hero__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.cp-hero__lead 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) {
  .cp-hero__lead {
    width: 100%;
  }
  .cp-hero__lead p {
    font-size: 0.9375rem;
    color: #c7c4bd;
    letter-spacing: 0.047em;
    line-height: 2;
  }
}
.cp-hero__foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: min(3.3333333333vw, 48px);
  margin-top: auto;
  padding-top: min(6.6666666667vw, 96px);
}
@media screen and (max-width: 768px) {
  .cp-hero__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
    padding-top: 4rem;
  }
}
.cp-hero__left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(2.7777777778vw, 40px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .cp-hero__left-block {
    gap: 1.25rem;
  }
}
.cp-hero__breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.8333333333vw, 12px);
}
@media screen and (max-width: 768px) {
  .cp-hero__breadcrumb {
    gap: 0.75rem;
  }
}
.cp-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;
}
@media screen and (max-width: 768px) {
  .cp-hero__breadcrumb-item {
    font-size: 0.875rem;
    color: #8c8a85;
  }
}
.cp-hero__breadcrumb-item a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .cp-hero__breadcrumb-item a:hover {
    color: #ffffff;
  }
}
.cp-hero__breadcrumb-item.is-current {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .cp-hero__breadcrumb-item.is-current {
    color: #f4f2ee;
  }
}
.cp-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) {
  .cp-hero__breadcrumb-sep {
    font-size: 0.875rem;
    color: #c7c4bd;
  }
}
.cp-hero__tagline {
  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) {
  .cp-hero__tagline {
    font-size: 1rem;
  }
}
.cp-hero__scroll {
  position: absolute;
  right: min(3.75vw, 54px);
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.9722222222vw, 14px);
}
@media screen and (max-width: 768px) {
  .cp-hero__scroll {
    display: none;
  }
}
.cp-hero__scroll-text {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.7638888889vw, 11px);
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.5);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.cp-hero__scroll-line {
  width: 1px;
  height: min(4.8611111111vw, 70px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  -webkit-animation: cp-scroll 2.2s ease-in-out infinite;
          animation: cp-scroll 2.2s ease-in-out infinite;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

@-webkit-keyframes cp-scroll {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
  }
  35% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
  }
}

@keyframes cp-scroll {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
  }
  35% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
  }
}
.lower-cta {
  padding: min(11.1111111111vw, 160px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower-cta {
    padding: 6rem 0;
  }
}
.lower-cta__heading {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(3.0555555556vw, 44px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .lower-cta__heading {
    font-size: 1.6875rem;
    line-height: 1.7;
  }
}
.lower-cta__link {
  margin-top: min(3.75vw, 54px);
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .lower-cta__link {
    margin-top: 2.375rem;
  }
}
.lower-cta__arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .lower-cta .btn__link:hover .lower-cta__arrow {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.ph {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: -webkit-repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.015) 10px, rgba(255, 255, 255, 0.04) 10px, rgba(255, 255, 255, 0.04) 20px);
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.015) 10px, rgba(255, 255, 255, 0.04) 10px, rgba(255, 255, 255, 0.04) 20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
}
.ph__label {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9027777778vw, 13px);
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 768px) {
  .ph__label {
    font-size: 0.75rem;
  }
}
.ph--main {
  aspect-ratio: 4/3;
}
.ph--thumb {
  aspect-ratio: 1/1;
}
.ph--wide {
  aspect-ratio: 16/7;
}
.ph--gallery {
  aspect-ratio: 4/3;
}
.ph--card {
  aspect-ratio: 4/3;
}
.ph--21x9 {
  aspect-ratio: 21/9;
}
.ph--4x3 {
  aspect-ratio: 4/3;
}
.ph--3x4 {
  aspect-ratio: 3/4;
}
.ph--drawing {
  aspect-ratio: 4/3;
}

.craft-anchor__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.3888888889vw, 20px);
  padding: 0 min(3.75vw, 54px);
}
@media screen and (max-width: 1220px) {
  .craft-anchor__list {
    gap: min(1.1111111111vw, 16px);
    padding: 0 min(2.7777777778vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .craft-anchor__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
    padding: 0 1.5rem;
  }
}
.craft-anchor__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.craft-anchor__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(1.1111111111vw, 16px);
  min-height: min(4.1666666667vw, 60px);
  padding: min(0.8333333333vw, 12px) min(1.6666666667vw, 24px);
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  -webkit-transition: background 0.4s ease, border-color 0.4s ease;
  transition: background 0.4s ease, border-color 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .craft-anchor__link:hover {
    background: rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.28);
  }
  .craft-anchor__link:hover .craft-anchor__arrow {
    border-color: rgba(255, 255, 255, 0.55);
  }
  .craft-anchor__link:hover .craft-anchor__arrow svg {
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
}
@media screen and (max-width: 768px) {
  .craft-anchor__link {
    min-height: 3.625rem;
    padding: 0.75rem 1.125rem;
  }
}
.craft-anchor__label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(0.8333333333vw, 12px);
}
.craft-anchor__jp {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(1.25vw, 18px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .craft-anchor__jp {
    font-size: 1.0625rem;
  }
}
.craft-anchor__en {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.7638888889vw, 11px);
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.42);
}
@media screen and (max-width: 768px) {
  .craft-anchor__en {
    font-size: 0.6875rem;
  }
}
.craft-anchor__arrow {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(1.8055555556vw, 26px);
  height: min(1.8055555556vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.craft-anchor__arrow svg {
  width: min(0.625vw, 9px);
  height: min(0.625vw, 9px);
  fill: currentColor;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .craft-anchor__arrow {
    width: 1.625rem;
    height: 1.625rem;
  }
  .craft-anchor__arrow svg {
    width: 0.5625rem;
    height: 0.5625rem;
  }
}

.craft-item {
  position: relative;
  overflow: hidden;
  padding: min(10.4166666667vw, 150px) 0;
  scroll-margin-top: min(8.3333333333vw, 120px);
}
@media screen and (max-width: 768px) {
  .craft-item {
    padding: 5.625rem 0;
    scroll-margin-top: 6.875rem;
  }
}
.craft-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.craft-item__ghost {
  position: absolute;
  top: min(2.7777777778vw, 40px);
  right: min(-0.6944444444vw, -10px);
  z-index: 0;
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(29.1666666667vw, 420px);
  line-height: 0.8;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.028);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  .craft-item__ghost {
    font-size: 12.5rem;
    top: 1.5rem;
    right: -0.5rem;
  }
}
.craft-item__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(4.1666666667vw, 60px) min(5.5555555556vw, 80px);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1220px) {
  .craft-item__inner {
    gap: min(3.3333333333vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .craft-item__inner {
    gap: 2.25rem;
  }
}
.craft-item__head {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.craft-item__eyebrow {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9027777778vw, 13px);
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.6);
}
.craft-item__eyebrow span {
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .craft-item__eyebrow {
    font-size: 0.6875rem;
  }
}
.craft-item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(1.25vw, 18px);
  margin-top: min(1.25vw, 18px);
}
@media screen and (max-width: 768px) {
  .craft-item__title {
    gap: 0.75rem;
    margin-top: 0.875rem;
  }
}
.craft-item__title-jp {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(4.1666666667vw, 60px);
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .craft-item__title-jp {
    font-size: 2.25rem;
  }
}
.craft-item__title-en {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(1.3888888889vw, 20px);
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .craft-item__title-en {
    font-size: 0.9375rem;
  }
}
.craft-item__sub {
  margin-top: min(0.9722222222vw, 14px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(1.1111111111vw, 16px);
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.62);
}
@media screen and (max-width: 768px) {
  .craft-item__sub {
    margin-top: 0.625rem;
    font-size: 0.8125rem;
  }
}
.craft-item__gallery {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 52%;
      -ms-flex: 1 1 52%;
          flex: 1 1 52%;
  min-width: 0;
}
@media screen and (max-width: 1220px) {
  .craft-item__gallery {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.craft-item__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 36%;
      -ms-flex: 1 1 36%;
          flex: 1 1 36%;
  min-width: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media screen and (max-width: 1220px) {
  .craft-item__body {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.craft-item__lead {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(1.8055555556vw, 26px);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .craft-item__lead {
    font-size: 1.25rem;
  }
}
.craft-item__specs {
  margin-top: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 768px) {
  .craft-item__specs {
    margin-top: 1.75rem;
  }
}
.craft-item__spec-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.6666666667vw, 24px);
  padding: min(1.25vw, 18px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.craft-item__spec-row:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 768px) {
  .craft-item__spec-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.375rem;
    padding: 0.875rem 0;
  }
}
.craft-item__spec-row dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 min(10.4166666667vw, 150px);
      -ms-flex: 0 0 min(10.4166666667vw, 150px);
          flex: 0 0 min(10.4166666667vw, 150px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(0.9722222222vw, 14px);
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 768px) {
  .craft-item__spec-row dt {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    font-size: 0.75rem;
  }
}
.craft-item__spec-row dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(1.0416666667vw, 15px);
  line-height: 1.85;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.82);
}
@media screen and (max-width: 768px) {
  .craft-item__spec-row dd {
    font-size: 0.875rem;
  }
}

.cp-num {
  position: absolute;
  top: min(-2.0833333333vw, -30px);
  left: min(-0.9722222222vw, -14px);
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: min(0.4166666667vw, 6px);
  pointer-events: none;
  mix-blend-mode: difference;
}
@media screen and (max-width: 768px) {
  .cp-num {
    top: -1.25rem;
    left: -0.25rem;
  }
}
.cp-num__cur {
  display: inline-block;
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(5.2777777778vw, 76px);
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cp-num__cur {
    font-size: 3rem;
  }
}
.cp-num__total {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(1.3888888889vw, 20px);
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .cp-num__total {
    font-size: 0.9375rem;
  }
}

.cp-gallery {
  width: 100%;
  overflow: hidden;
}
.cp-gallery .swiper-slide {
  height: auto;
}
.cp-gallery .ph--gallery {
  width: 100%;
  height: min(32.6388888889vw, 470px);
  aspect-ratio: auto;
}
@media screen and (max-width: 1220px) {
  .cp-gallery .ph--gallery {
    height: min(36.1111111111vw, 520px);
  }
}
@media screen and (max-width: 768px) {
  .cp-gallery .ph--gallery {
    height: 15rem;
  }
}
.cp-gallery__pagination.swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(0.6944444444vw, 10px);
  margin-top: min(1.5277777778vw, 22px);
}
@media screen and (max-width: 768px) {
  .cp-gallery__pagination.swiper-pagination {
    gap: 0.5rem;
    margin-top: 1rem;
  }
}
.cp-gallery__pagination.swiper-pagination .swiper-pagination-bullet {
  width: min(0.5555555556vw, 8px);
  height: min(0.5555555556vw, 8px);
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .cp-gallery__pagination.swiper-pagination .swiper-pagination-bullet {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
.cp-gallery__pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.cp-craft {
  position: relative;
  height: 200vh;
  height: 200svh;
}
@media screen and (max-width: 768px) {
  .cp-craft {
    height: auto;
  }
}
.cp-craft__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cp-craft__sticky {
    position: relative;
    height: auto;
    padding: 4rem 0;
  }
}
.cp-craft__frame {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-calc(100% - min(7.5vw, 108px));
  width: calc(100% - min(7.5vw, 108px));
  height: 65vh;
  height: 65svh;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1220px) {
  .cp-craft__frame {
    width: -webkit-calc(100% - min(5.5555555556vw, 80px));
    width: calc(100% - min(5.5555555556vw, 80px));
  }
}
@media screen and (max-width: 768px) {
  .cp-craft__frame {
    display: block;
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
    height: auto;
    min-height: 30rem;
    padding: 4.5rem 0;
  }
}
.cp-craft__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.cp-craft__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  will-change: transform, filter, opacity;
}
.cp-craft__gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(17, 18, 17, 0.9)), color-stop(32%, rgba(17, 18, 17, 0.55)), color-stop(62%, rgba(17, 18, 17, 0.2)), to(rgba(17, 18, 17, 0.4))), -webkit-gradient(linear, left bottom, left top, from(rgba(17, 18, 17, 0.55)), color-stop(45%, rgba(17, 18, 17, 0.05)));
  background: -webkit-linear-gradient(left, rgba(17, 18, 17, 0.9) 0%, rgba(17, 18, 17, 0.55) 32%, rgba(17, 18, 17, 0.2) 62%, rgba(17, 18, 17, 0.4) 100%), -webkit-linear-gradient(bottom, rgba(17, 18, 17, 0.55) 0%, rgba(17, 18, 17, 0.05) 45%);
  background: linear-gradient(to right, rgba(17, 18, 17, 0.9) 0%, rgba(17, 18, 17, 0.55) 32%, rgba(17, 18, 17, 0.2) 62%, rgba(17, 18, 17, 0.4) 100%), linear-gradient(to top, rgba(17, 18, 17, 0.55) 0%, rgba(17, 18, 17, 0.05) 45%);
}
@media screen and (max-width: 768px) {
  .cp-craft__gradient {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, rgba(17, 18, 17, 0.8)), color-stop(55%, rgba(17, 18, 17, 0.4)), to(rgba(17, 18, 17, 0.5)));
    background: -webkit-linear-gradient(bottom, rgba(17, 18, 17, 0.8) 6%, rgba(17, 18, 17, 0.4) 55%, rgba(17, 18, 17, 0.5) 100%);
    background: linear-gradient(to top, rgba(17, 18, 17, 0.8) 6%, rgba(17, 18, 17, 0.4) 55%, rgba(17, 18, 17, 0.5) 100%);
  }
}
.cp-craft__meta {
  position: absolute;
  left: min(5.5555555556vw, 80px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.9444444444vw, 28px);
}
@media screen and (max-width: 1220px) {
  .cp-craft__meta {
    left: min(3.3333333333vw, 48px);
    gap: min(1.3888888889vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .cp-craft__meta {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: auto;
    top: auto;
    padding: 0 1.5rem;
    margin-bottom: 2.5rem;
    gap: 1rem;
  }
}
.cp-craft__index {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9027777778vw, 13px);
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .cp-craft__index {
    font-size: 0.6875rem;
  }
}
.cp-craft__index-sep {
  margin: 0 0.2em;
  color: rgba(255, 255, 255, 0.3);
}
.cp-craft__kanji {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(3.1944444444vw, 46px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .cp-craft__kanji {
    font-size: 1.875rem;
  }
}
.cp-craft__name-en {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9027777778vw, 13px);
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .cp-craft__name-en {
    font-size: 0.6875rem;
  }
}
.cp-craft__content {
  position: relative;
  z-index: 2;
  margin-left: 34%;
  max-width: min(47.2222222222vw, 680px);
  padding-right: min(3.75vw, 54px);
}
@media screen and (max-width: 1220px) {
  .cp-craft__content {
    margin-left: 30%;
  }
}
@media screen and (max-width: 768px) {
  .cp-craft__content {
    margin-left: 0;
    max-width: 100%;
    padding: 0 1.5rem;
  }
}
.cp-craft__heading {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(2.7777777778vw, 40px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cp-craft__heading {
    font-size: 1.625rem;
    line-height: 1.6;
  }
}
.cp-craft__heading-inner {
  display: inline-block;
  will-change: transform;
}
.cp-craft__desc {
  margin-top: min(2.2222222222vw, 32px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(1.0416666667vw, 15px);
  line-height: 2.3;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.82);
}
@media screen and (max-width: 768px) {
  .cp-craft__desc {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 2.1;
  }
}

.cp-craft-detail {
  padding: min(10.4166666667vw, 150px) 0 min(13.1944444444vw, 190px);
}
@media screen and (max-width: 768px) {
  .cp-craft-detail {
    padding: 4.5rem 0 6rem;
  }
}
.cp-craft-detail__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(11.1111111111vw, 160px);
}
@media screen and (max-width: 1220px) {
  .cp-craft-detail__cols {
    gap: min(5.5555555556vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .cp-craft-detail__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.cp-craft-detail__col {
  min-width: 0;
}
.cp-craft-detail__col--left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41%;
      -ms-flex: 0 0 41%;
          flex: 0 0 41%;
  padding-top: min(4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .cp-craft-detail__col--left {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding-top: 0;
  }
}
.cp-craft-detail__col--right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41%;
      -ms-flex: 0 0 41%;
          flex: 0 0 41%;
}
@media screen and (max-width: 768px) {
  .cp-craft-detail__col--right {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
.cp-craft-detail__title {
  margin-bottom: min(3.0555555556vw, 44px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(1.5277777778vw, 22px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.24em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cp-craft-detail__title {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    letter-spacing: 0.18em;
  }
}
.cp-craft-detail__text p {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(1.0416666667vw, 15px);
  line-height: 2.35;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.82);
}
.cp-craft-detail__text p + p {
  margin-top: 1.9em;
}
@media screen and (max-width: 768px) {
  .cp-craft-detail__text p {
    font-size: 0.875rem;
    line-height: 2.1;
  }
}
.cp-craft-detail__media {
  margin: 0;
  overflow: hidden;
}
.cp-craft-detail__media--landscape {
  width: 88%;
  margin-top: min(10.4166666667vw, 150px);
  aspect-ratio: 3/2;
}
@media screen and (max-width: 768px) {
  .cp-craft-detail__media--landscape {
    width: 100%;
    margin-top: 2.25rem;
  }
}
.cp-craft-detail__media--portrait {
  aspect-ratio: 7/10;
}
.cp-craft-detail__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp-craft-detail__col--right .cp-craft-detail__text {
  margin-top: min(11.8055555556vw, 170px);
}
@media screen and (max-width: 768px) {
  .cp-craft-detail__col--right .cp-craft-detail__text {
    margin-top: 2.25rem;
  }
}
.cp-craft-detail__quote {
  margin-top: min(3.3333333333vw, 48px);
  padding-left: min(1.5277777778vw, 22px);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 768px) {
  .cp-craft-detail__quote {
    margin-top: 1.75rem;
    padding-left: 1rem;
  }
}
.cp-craft-detail__quote p {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(0.9722222222vw, 14px);
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.65);
}
@media screen and (max-width: 768px) {
  .cp-craft-detail__quote p {
    font-size: 0.8125rem;
  }
}
.cp-craft-detail__quote cite {
  display: block;
  margin-top: min(0.9722222222vw, 14px);
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.8333333333vw, 12px);
  font-style: normal;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
}
@media screen and (max-width: 768px) {
  .cp-craft-detail__quote cite {
    margin-top: 0.625rem;
    font-size: 0.6875rem;
  }
}

.dp-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  padding: min(16.6666666667vw, 240px) 0 min(4.1666666667vw, 60px);
}
@media screen and (max-width: 1220px) {
  .dp-hero {
    padding: min(15.2777777778vw, 220px) 0 min(4.1666666667vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .dp-hero {
    min-height: 88vh;
    min-height: 88svh;
    padding: 8.75rem 0 3.5rem;
  }
}
.dp-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.dp-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;
}
.dp-hero__bg-gradient {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#111211), color-stop(60%, rgba(17, 18, 17, 0)));
  background: -webkit-linear-gradient(bottom, #111211 0%, rgba(17, 18, 17, 0) 60%);
  background: linear-gradient(to top, #111211 0%, rgba(17, 18, 17, 0) 60%);
  pointer-events: none;
}
.dp-hero__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dp-hero__eyebrow {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9722222222vw, 14px);
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.55);
}
.dp-hero__eyebrow span {
  margin: 0 0.2em;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .dp-hero__eyebrow {
    font-size: 0.75rem;
  }
}
.dp-hero__title {
  margin-top: min(2.3611111111vw, 34px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(3.8888888889vw, 56px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .dp-hero__title {
    margin-top: 1.5rem;
    font-size: 2.125rem;
    line-height: 1.55;
  }
}
.dp-hero .cp-line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.16em;
  margin-bottom: -0.16em;
}
.dp-hero .cp-line__inner {
  display: inline-block;
}

.dp-visual {
  position: relative;
}
.dp-visual__wrap {
  position: relative;
  width: 50%;
  height: min(62.5vw, 900px);
  margin-left: auto;
  margin-right: min(3.75vw, 54px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .dp-visual__wrap {
    width: 100%;
    height: 30rem;
    margin-right: 0;
  }
}
.dp-visual__media {
  position: absolute;
  inset: 0;
}
.dp-visual__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-visual__mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.dp-visual__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: min(5vw, 72px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .dp-visual__caption {
    bottom: 1.75rem;
  }
}
.dp-visual__eyebrow {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9722222222vw, 14px);
  font-weight: 500;
  letter-spacing: 0.28em;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .dp-visual__eyebrow {
    font-size: 0.75rem;
  }
}
.dp-visual__title {
  margin-top: min(1.3888888889vw, 20px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(2.7777777778vw, 40px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .dp-visual__title {
    margin-top: 0.75rem;
    font-size: 1.625rem;
  }
}
.dp-visual__title-sub {
  font-size: min(1.5277777778vw, 22px);
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 768px) {
  .dp-visual__title-sub {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.9375rem;
  }
}
.dp-visual__text {
  margin-top: min(1.9444444444vw, 28px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(1.0416666667vw, 15px);
  line-height: 2.2;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 768px) {
  .dp-visual__text {
    margin-top: 1rem;
    font-size: 0.8125rem;
    line-height: 2;
  }
}

.dp-material {
  padding: min(11.1111111111vw, 160px) 0 min(12.5vw, 180px);
}
@media screen and (max-width: 768px) {
  .dp-material {
    padding: 6rem 0 6.5rem;
  }
}
.dp-material__eyebrow {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9722222222vw, 14px);
  font-weight: 500;
  letter-spacing: 0.28em;
  color: rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 768px) {
  .dp-material__eyebrow {
    font-size: 0.75rem;
  }
}
.dp-material__title {
  margin-top: min(1.6666666667vw, 24px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(2.7777777778vw, 40px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .dp-material__title {
    margin-top: 1rem;
    font-size: 1.625rem;
  }
}
.dp-material__title-sub {
  font-size: min(1.5277777778vw, 22px);
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .dp-material__title-sub {
    display: block;
    margin-top: 0.375rem;
    font-size: 0.9375rem;
  }
}
.dp-material__lead {
  margin-top: min(2.5vw, 36px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(1.0416666667vw, 15px);
  line-height: 2.2;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.72);
}
@media screen and (max-width: 768px) {
  .dp-material__lead {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}
.dp-material__list {
  margin-top: min(5.5555555556vw, 80px);
}
@media screen and (max-width: 768px) {
  .dp-material__list {
    margin-top: 3rem;
  }
}
.dp-material__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(4.4444444444vw, 64px);
  padding: min(3.3333333333vw, 48px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.dp-material__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 1220px) {
  .dp-material__item {
    gap: min(3.0555555556vw, 44px);
  }
}
@media screen and (max-width: 768px) {
  .dp-material__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.25rem;
    padding: 2rem 0;
  }
}
.dp-material__media {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(20.8333333333vw, 300px);
}
@media screen and (max-width: 768px) {
  .dp-material__media {
    width: 100%;
  }
}
.dp-material__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-material__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(3.8888888889vw, 56px);
}
@media screen and (max-width: 1220px) {
  .dp-material__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: min(1.3888888889vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .dp-material__body {
    gap: 0.875rem;
  }
}
.dp-material__name {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(13.8888888889vw, 200px);
}
@media screen and (max-width: 1220px) {
  .dp-material__name {
    width: auto;
  }
}
.dp-material__name-kanji {
  display: block;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(3.3333333333vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .dp-material__name-kanji {
    font-size: 2rem;
  }
}
.dp-material__name-sub {
  display: block;
  margin-top: min(0.9722222222vw, 14px);
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9027777778vw, 13px);
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 768px) {
  .dp-material__name-sub {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
}
.dp-material__specs {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.dp-material__spec-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.6666666667vw, 24px);
}
.dp-material__spec-row + .dp-material__spec-row {
  margin-top: min(0.9722222222vw, 14px);
}
.dp-material__spec-row dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(7.6388888889vw, 110px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(0.9027777778vw, 13px);
  line-height: 2;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
}
.dp-material__spec-row dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(0.9722222222vw, 14px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 768px) {
  .dp-material__spec-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.125rem;
  }
  .dp-material__spec-row + .dp-material__spec-row {
    margin-top: 0.75rem;
  }
  .dp-material__spec-row dt {
    width: auto;
    font-size: 0.75rem;
  }
  .dp-material__spec-row dd {
    font-size: 0.875rem;
  }
}
.dp-material__no {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9027777778vw, 13px);
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .dp-material__no {
    position: absolute;
    top: 2.25rem;
    right: 0;
    font-size: 0.75rem;
  }
}

.dp-process {
  padding: min(11.1111111111vw, 160px) 0 min(13.8888888889vw, 200px);
}
@media screen and (max-width: 768px) {
  .dp-process {
    padding: 6rem 0 6.5rem;
  }
}
.dp-process__eyebrow {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9722222222vw, 14px);
  font-weight: 500;
  letter-spacing: 0.28em;
  color: rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 768px) {
  .dp-process__eyebrow {
    font-size: 0.75rem;
  }
}
.dp-process__title {
  margin-top: min(1.6666666667vw, 24px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(2.7777777778vw, 40px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .dp-process__title {
    margin-top: 1rem;
    font-size: 1.625rem;
  }
}
.dp-process__title-sub {
  font-size: min(1.5277777778vw, 22px);
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .dp-process__title-sub {
    display: block;
    margin-top: 0.375rem;
    font-size: 0.9375rem;
  }
}
.dp-process__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(5.5555555556vw, 80px);
  margin-top: min(6.1111111111vw, 88px);
}
@media screen and (max-width: 1220px) {
  .dp-process__main {
    gap: min(3.3333333333vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .dp-process__main {
    display: block;
    margin-top: 3rem;
  }
}
.dp-process__left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.dp-process__counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: min(0.9722222222vw, 14px);
}
@media screen and (max-width: 768px) {
  .dp-process__counter {
    display: none;
  }
}
.dp-process__num {
  display: block;
  overflow: hidden;
  height: 1em;
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(5vw, 72px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
.dp-process__num-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.dp-process__num-col span {
  display: block;
  height: 1em;
  line-height: 1;
}
.dp-process__num-total {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(1.25vw, 18px);
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.1em;
}
.dp-process__steps {
  display: grid;
  margin-top: min(3.0555555556vw, 44px);
}
@media screen and (max-width: 768px) {
  .dp-process__steps {
    display: block;
    margin-top: 0;
  }
}
.dp-process__step {
  grid-area: 1/1;
  opacity: 0;
  -webkit-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
  transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition: opacity 0.55s ease, transform 0.55s ease, -webkit-transform 0.55s ease;
  pointer-events: none;
}
.dp-process__step.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .dp-process__step {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    pointer-events: auto;
  }
  .dp-process__step + .dp-process__step {
    margin-top: 3.5rem;
  }
}
.dp-process__step-title {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(2.0833333333vw, 30px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .dp-process__step-title {
    font-size: 1.3125rem;
  }
}
.dp-process__step-no {
  display: none;
}
@media screen and (max-width: 768px) {
  .dp-process__step-no {
    display: inline-block;
    margin-right: 0.625rem;
    font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.1em;
  }
}
.dp-process__step-en {
  display: block;
  margin-top: min(0.5555555556vw, 8px);
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9027777778vw, 13px);
  font-weight: 400;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .dp-process__step-en {
    margin-top: 0.375rem;
    font-size: 0.75rem;
  }
}
.dp-process__step-text {
  margin-top: min(1.9444444444vw, 28px);
  max-width: min(30.5555555556vw, 440px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(1.0416666667vw, 15px);
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.78);
}
@media screen and (max-width: 768px) {
  .dp-process__step-text {
    margin-top: 1rem;
    max-width: 100%;
    font-size: 0.875rem;
    line-height: 2;
  }
}
.dp-process__step-media {
  display: none;
}
@media screen and (max-width: 768px) {
  .dp-process__step-media {
    display: block;
    margin-top: 1.25rem;
  }
}
.dp-process__gallery {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(41.6666666667vw, 600px);
  height: min(29.8611111111vw, 430px);
  overflow: hidden;
}
@media screen and (max-width: 1220px) {
  .dp-process__gallery {
    width: min(34.7222222222vw, 500px);
    height: min(25vw, 360px);
  }
}
@media screen and (max-width: 768px) {
  .dp-process__gallery {
    display: none;
  }
}
.dp-process__image {
  position: absolute;
  inset: 0;
  will-change: transform;
}
.dp-process__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-process__step-media .dp-process__img {
  height: auto;
  aspect-ratio: 4/3;
}

.dp-hero__foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: min(3.3333333333vw, 48px);
  margin-top: auto;
  padding-top: min(6.6666666667vw, 96px);
}
@media screen and (max-width: 768px) {
  .dp-hero__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
    padding-top: 4rem;
  }
}
.dp-hero__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.dp-hero__lead 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) {
  .dp-hero__lead {
    width: 100%;
  }
  .dp-hero__lead p {
    font-size: 0.9375rem;
    color: #c7c4bd;
    letter-spacing: 0.047em;
    line-height: 2;
  }
}
.dp-hero__left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(2.7777777778vw, 40px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .dp-hero__left-block {
    gap: 1.25rem;
  }
}
.dp-hero__breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.8333333333vw, 12px);
}
@media screen and (max-width: 768px) {
  .dp-hero__breadcrumb {
    gap: 0.75rem;
  }
}
.dp-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;
}
@media screen and (max-width: 768px) {
  .dp-hero__breadcrumb-item {
    font-size: 0.875rem;
    color: #8c8a85;
  }
}
.dp-hero__breadcrumb-item a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .dp-hero__breadcrumb-item a:hover {
    color: #ffffff;
  }
}
.dp-hero__breadcrumb-item.is-current {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .dp-hero__breadcrumb-item.is-current {
    color: #f4f2ee;
  }
}
.dp-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) {
  .dp-hero__breadcrumb-sep {
    font-size: 0.875rem;
    color: #c7c4bd;
  }
}
.dp-hero__tagline {
  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) {
  .dp-hero__tagline {
    font-size: 1rem;
  }
}

.archive-hero {
  padding: min(15.2777777778vw, 220px) 0 min(5.5555555556vw, 80px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .archive-hero {
    padding: 8.75rem 0 3.5rem;
  }
}
.archive-hero__eyebrow {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9722222222vw, 14px);
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 768px) {
  .archive-hero__eyebrow {
    font-size: 0.6875rem;
  }
}
.archive-hero__title {
  margin-top: min(1.5277777778vw, 22px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(5vw, 72px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .archive-hero__title {
    margin-top: 1rem;
    font-size: 2.5rem;
  }
}
.archive-hero__subtitle {
  margin-top: min(1.1111111111vw, 16px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(1.1111111111vw, 16px);
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .archive-hero__subtitle {
    margin-top: 0.75rem;
    font-size: 0.8125rem;
  }
}
.archive-hero__lead {
  margin: min(2.3611111111vw, 34px) auto 0;
  max-width: min(47.2222222222vw, 680px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(1.0416666667vw, 15px);
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.68);
}
@media screen and (max-width: 768px) {
  .archive-hero__lead {
    margin-top: 1.5rem;
    font-size: 0.8125rem;
    line-height: 2;
  }
}

.archive-filter {
  padding: min(0.5555555556vw, 8px) 0 min(3.8888888889vw, 56px);
}
@media screen and (max-width: 768px) {
  .archive-filter {
    padding: 0 0 2.5rem;
  }
}
.archive-filter__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(1.9444444444vw, 28px);
}
@media screen and (max-width: 768px) {
  .archive-filter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.875rem;
  }
}
.archive-filter__label {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.8333333333vw, 12px);
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .archive-filter__label {
    font-size: 0.6875rem;
  }
}
.archive-filter__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(1.9444444444vw, 28px);
}
@media screen and (max-width: 768px) {
  .archive-filter__list {
    gap: 1rem 1.25rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    scrollbar-width: none;
  }
  .archive-filter__list::-webkit-scrollbar {
    display: none;
  }
}
.archive-filter__link {
  position: relative;
  display: inline-block;
  padding-bottom: min(0.4166666667vw, 6px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(1.0416666667vw, 15px);
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .archive-filter__link {
    font-size: 0.8125rem;
    padding-bottom: 0.25rem;
  }
}
.archive-filter__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) and (pointer: fine) {
  .archive-filter__link:hover {
    color: #fff;
  }
}
.archive-filter__link.is-active {
  color: #fff;
}
.archive-filter__link.is-active::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3.3333333333vw, 48px) min(2.7777777778vw, 40px);
}
@media screen and (max-width: 1220px) {
  .archive-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: min(3.0555555556vw, 44px) min(2.2222222222vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .archive-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.archive-grid--related {
  margin-top: min(3.4722222222vw, 50px);
}
@media screen and (max-width: 768px) {
  .archive-grid--related {
    margin-top: 2rem;
  }
}

.archive-card {
  display: block;
  color: inherit;
}
.archive-card__media {
  position: relative;
  overflow: hidden;
}
.archive-card__media .ph,
.archive-card__media .archive-card__img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.archive-card__media .archive-card__img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-card__body {
  padding-top: min(1.3888888889vw, 20px);
}
@media screen and (max-width: 768px) {
  .archive-card__body {
    padding-top: 0.875rem;
  }
}
.archive-card__title {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(1.3194444444vw, 19px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .archive-card__title {
    font-size: 1rem;
  }
}
.archive-card__meta {
  margin-top: min(0.5555555556vw, 8px);
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9027777778vw, 13px);
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .archive-card__meta {
    margin-top: 0.375rem;
    font-size: 0.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .archive-card:hover .archive-card__media .ph,
  .archive-card:hover .archive-card__media .archive-card__img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .archive-card:hover .archive-card__title {
    color: rgba(255, 255, 255, 0.72);
  }
}

.archive-pagination {
  margin-top: min(6.25vw, 90px);
}
@media screen and (max-width: 768px) {
  .archive-pagination {
    margin-top: 3.5rem;
  }
}
.archive-pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(0.6944444444vw, 10px);
}
@media screen and (max-width: 768px) {
  .archive-pagination__list {
    gap: 0.5rem;
  }
}
.archive-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: min(2.7777777778vw, 40px);
  height: min(2.7777777778vw, 40px);
  padding: 0 min(0.5555555556vw, 8px);
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9722222222vw, 14px);
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .archive-pagination .page-numbers {
    min-width: 2.25rem;
    height: 2.25rem;
    font-size: 0.8125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .archive-pagination .page-numbers:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.15);
  }
}
.archive-pagination .page-numbers.current {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.archive-pagination .page-numbers.dots {
  border-color: transparent;
}

.archive-empty {
  padding: min(5.5555555556vw, 80px) 0;
  text-align: center;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: rgba(255, 255, 255, 0.6);
}

.archive-grid-sec {
  padding-bottom: min(9.7222222222vw, 140px);
}
@media screen and (max-width: 768px) {
  .archive-grid-sec {
    padding-bottom: 5.625rem;
  }
}

.archive-single {
  overflow-x: hidden;
}

.archive-single__label-en {
  display: block;
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9027777778vw, 13px);
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .archive-single__label-en {
    font-size: 0.6875rem;
  }
}
.archive-single__label-ja {
  display: block;
  margin-top: min(0.5555555556vw, 8px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(1.1111111111vw, 16px);
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.82);
}
@media screen and (max-width: 768px) {
  .archive-single__label-ja {
    font-size: 0.8125rem;
  }
}
.archive-single__label--center {
  text-align: center;
}

.archive-single__breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.6944444444vw, 10px);
  padding-top: min(8.8888888889vw, 128px);
  padding-bottom: min(1.9444444444vw, 28px);
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.8333333333vw, 12px);
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .archive-single__breadcrumb {
    padding-top: 6rem;
    gap: 0.5rem;
    font-size: 0.6875rem;
  }
}
.archive-single__breadcrumb a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .archive-single__breadcrumb a:hover {
    color: #fff;
  }
}
.archive-single__breadcrumb .sep {
  color: rgba(255, 255, 255, 0.3);
}
.archive-single__breadcrumb .is-current {
  color: rgba(255, 255, 255, 0.8);
}

.archive-single__hero {
  width: 100%;
}
.archive-single__hero-img,
.archive-single__hero .ph--hero {
  display: block;
  width: 100%;
  height: 74vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .archive-single__hero-img,
  .archive-single__hero .ph--hero {
    height: 56vh;
  }
}
.archive-single__hero .ph--hero {
  aspect-ratio: auto;
}

.archive-single__head {
  padding: min(5.5555555556vw, 80px) 0 min(4.4444444444vw, 64px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .archive-single__head {
    padding: 3rem 0 2.5rem;
  }
}

.archive-single__category {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9027777778vw, 13px);
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 768px) {
  .archive-single__category {
    font-size: 0.6875rem;
  }
}

.archive-single__title {
  margin-top: min(1.5277777778vw, 22px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(3.3333333333vw, 48px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .archive-single__title {
    margin-top: 0.875rem;
    font-size: 1.75rem;
  }
}

.archive-single__meta {
  margin-top: min(1.5277777778vw, 22px);
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: min(0.9722222222vw, 14px);
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .archive-single__meta {
    margin-top: 0.875rem;
    font-size: 0.75rem;
  }
}

.archive-single__story {
  padding: min(2.7777777778vw, 40px) 0 min(7.6388888889vw, 110px);
}
@media screen and (max-width: 768px) {
  .archive-single__story {
    padding: 1.5rem 0 4.5rem;
  }
}
.archive-single__story .archive-single__label, .archive-single__story-body {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}
.archive-single__story-body {
  margin-top: min(2.0833333333vw, 30px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2.15;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.82);
}
@media screen and (max-width: 768px) {
  .archive-single__story-body {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}
.archive-single__story-body p + p {
  margin-top: 1.6em;
}

.archive-gallery {
  padding-bottom: min(2.7777777778vw, 40px);
}
.archive-gallery__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #1a1a1a;
}
.archive-gallery__img--1 {
  -o-object-position: 50% 48%;
     object-position: 50% 48%;
}
.archive-gallery__img--2 {
  -o-object-position: 34% 52%;
     object-position: 34% 52%;
}
.archive-gallery__img--3 {
  -o-object-position: 68% 50%;
     object-position: 68% 50%;
}
.archive-gallery__img--4 {
  -o-object-position: 44% 42%;
     object-position: 44% 42%;
}
.archive-gallery__img--5 {
  -o-object-position: 62% 58%;
     object-position: 62% 58%;
}
.archive-gallery__img--6 {
  -o-object-position: 50% 54%;
     object-position: 50% 54%;
}
.archive-gallery__full {
  width: 100vw;
  margin-left: -webkit-calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: min(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .archive-gallery__full {
    margin-bottom: 1rem;
  }
}
.archive-gallery__full .archive-gallery__img {
  aspect-ratio: 21/9;
}
.archive-gallery__pair {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: min(2.7777777778vw, 40px);
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: min(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .archive-gallery__pair {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.archive-gallery__pair-r {
  margin-top: min(6.1111111111vw, 88px);
}
.archive-gallery__pair-l .archive-gallery__img {
  aspect-ratio: 4/3;
}
.archive-gallery__pair-r .archive-gallery__img {
  aspect-ratio: 3/4;
}
@media screen and (max-width: 768px) {
  .archive-gallery__pair-r {
    margin-top: 0;
  }
}

.archive-spec {
  padding: min(7.6388888889vw, 110px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 768px) {
  .archive-spec {
    padding: 4.5rem 0;
  }
}
.archive-spec__body {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: min(5vw, 72px);
  margin-top: min(3.3333333333vw, 48px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1220px) {
  .archive-spec__body {
    grid-template-columns: 1fr;
    gap: min(2.7777777778vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .archive-spec__body {
    margin-top: 1.875rem;
  }
}
.archive-spec__body.is-single {
  grid-template-columns: 1fr;
  max-width: 47.5rem;
}
.archive-spec__table {
  width: 100%;
}
.archive-spec__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.0833333333vw, 30px);
  padding: min(1.3888888889vw, 20px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.archive-spec__row:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
@media screen and (max-width: 768px) {
  .archive-spec__row {
    gap: 1.25rem;
    padding: 0.875rem 0;
  }
}
.archive-spec__row dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 min(8.3333333333vw, 120px);
      -ms-flex: 0 0 min(8.3333333333vw, 120px);
          flex: 0 0 min(8.3333333333vw, 120px);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(0.9722222222vw, 14px);
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 768px) {
  .archive-spec__row dt {
    -webkit-flex-basis: 5rem;
        -ms-flex-preferred-size: 5rem;
            flex-basis: 5rem;
    font-size: 0.75rem;
  }
}
.archive-spec__row dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(1.0416666667vw, 15px);
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 768px) {
  .archive-spec__row dd {
    font-size: 0.8125rem;
  }
}

.archive-related {
  padding: min(7.6388888889vw, 110px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 768px) {
  .archive-related {
    padding: 4.5rem 0;
  }
}

.archive-cta {
  padding: min(10.4166666667vw, 150px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .archive-cta {
    padding: 5.625rem 0;
  }
}
.archive-cta__copy {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: min(2.3611111111vw, 34px);
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .archive-cta__copy {
    font-size: 1.375rem;
  }
}
.archive-cta__link {
  margin-top: min(3.1944444444vw, 46px);
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .archive-cta__link {
    margin-top: 2rem;
  }
}
.archive-cta__arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .archive-cta .btn__link:hover .archive-cta__arrow {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}

body.lang-en .detail__item-text,
body.lang-ko .detail__item-text {
  letter-spacing: normal;
}
body.lang-en .concept__inner,
body.lang-ko .concept__inner {
  max-width: min(91.6666666667vw, 1320px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.lang-en .concept__heading,
body.lang-ko .concept__heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}
@media screen and (max-width: 768px) {
  body.lang-en .concept__heading,
  body.lang-ko .concept__heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body.lang-en .concept__heading-text,
body.lang-ko .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,
  body.lang-ko .concept__heading-text {
    font-size: 1.625rem;
    text-align: center;
    margin-bottom: 6.125rem;
  }
}
body.lang-en .concept__body,
body.lang-ko .concept__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: min(16.6666666667vw, 240px);
  gap: min(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  body.lang-en .concept__body,
  body.lang-ko .concept__body {
    padding-top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
body.lang-en .concept__link-wrap,
body.lang-ko .concept__link-wrap {
  margin-top: min(5.5555555556vw, 80px);
}
body.lang-en .concept__text,
body.lang-ko .concept__text {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-text-orientation: initial;
          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,
  body.lang-ko .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--text,
body.lang-ko .craft__logo--text {
  font-size: min(4.4444444444vw, 64px);
}
@media screen and (max-width: 768px) {
  body.lang-en .craft__logo--text,
  body.lang-ko .craft__logo--text {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  body.lang-en .craft-detail__heading-en,
  body.lang-ko .craft-detail__heading-en {
    display: none;
  }
}
body.lang-en .order__body,
body.lang-ko .order__body {
  top: min(18.3333333333vw, 264px);
  left: auto;
  right: min(11.4583333333vw, 165px);
  width: min(29.4444444444vw, 424px);
}
@media screen and (max-width: 768px) {
  body.lang-en .order__body,
  body.lang-ko .order__body {
    width: 100%;
    right: auto;
  }
}
body.lang-en .order__cta,
body.lang-ko .order__cta {
  top: min(38.4722222222vw, 554px);
  right: min(27.5vw, 396px);
  width: min(13.4027777778vw, 193px);
}
@media screen and (max-width: 768px) {
  body.lang-en .order__cta,
  body.lang-ko .order__cta {
    width: 12.5rem;
    right: auto;
  }
}
body.lang-en .order__cta-link,
body.lang-ko .order__cta-link {
  font-family: "EB Garamond", "Times New Roman", serif;
  font-weight: 400;
  font-size: min(1.25vw, 18px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body.lang-en .order__cta-link,
  body.lang-ko .order__cta-link {
    font-size: 1rem;
  }
}
body.lang-en .order__text,
body.lang-ko .order__text {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-text-orientation: initial;
          text-orientation: initial;
  font-family: "EB Garamond", "Times New Roman", serif;
  font-weight: 400;
  font-size: min(1.1805555556vw, 17px);
  line-height: 1.75;
  letter-spacing: 0;
}
body.lang-en .order__heading,
body.lang-ko .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;
  -webkit-text-orientation: initial;
          text-orientation: initial;
  font-size: min(4.1666666667vw, 60px);
  line-height: 1.25;
  letter-spacing: 0;
  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,
  body.lang-ko .order__heading {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-text-orientation: initial;
            text-orientation: initial;
    font-size: 1.375rem;
    top: 3.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    width: 17.5rem;
    text-align: center;
  }
}
body.lang-en .order__heading-offset,
body.lang-ko .order__heading-offset {
  display: inline;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media screen and (max-width: 768px) {
  body.lang-en .order__heading-offset,
  body.lang-ko .order__heading-offset {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
body.lang-en .company-hero__catch,
body.lang-ko .company-hero__catch {
  width: min(27.7777777778vw, 400px);
}
@media screen and (max-width: 768px) {
  body.lang-en .company-hero__catch,
  body.lang-ko .company-hero__catch {
    width: -webkit-calc(100% - 2.5rem);
    width: calc(100% - 2.5rem);
  }
}
body.lang-en .company-hero__catch-text,
body.lang-ko .company-hero__catch-text {
  display: block;
  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,
  body.lang-ko .company-hero__catch-text {
    font-size: 1rem;
    line-height: 1.75;
  }
}
body.lang-en .company-hero__right-text p,
body.lang-ko .company-hero__right-text p {
  letter-spacing: normal;
}
body.lang-en .company-info__message-para,
body.lang-ko .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,
body.lang-ko .company-info__row-label,
body.lang-ko .company-info__row-value {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  body.lang-en .company-info__row,
  body.lang-ko .company-info__row {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  body.lang-en .company-info__row-label,
  body.lang-ko .company-info__row-label {
    width: 8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.lang-en .company-info__row-value,
  body.lang-ko .company-info__row-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body.lang-en .contact-hero__desc,
body.lang-ko .contact-hero__desc {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  body.lang-en .contact-hero__title,
  body.lang-ko .contact-hero__title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-text-orientation: initial;
            text-orientation: initial;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.35;
  }
}
@media screen and (max-width: 768px) {
  body.lang-en .contact-hero__title-block,
  body.lang-ko .contact-hero__title-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: min(20.625rem, 100% - 2.5rem);
  }
}
body.lang-en .contact-hero__title-en,
body.lang-ko .contact-hero__title-en {
  display: none;
}

body.lang-zh-cn .header__nav-link,
body.lang-zh-cn .header__sp-nav-link,
body.lang-zh-cn .concept__link-text {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
}
body.lang-zh-cn .header__lang-button {
  height: min(2.5vw, 36px);
  min-height: 36px;
}
body.lang-zh-cn .header__lang-current {
  line-height: 1.25;
}
body.lang-zh-cn .concept__heading-text--zh {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 500;
  font-size: min(3.1944444444vw, 46px);
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .concept__heading-text--zh {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 6.125rem;
  }
}
body.lang-zh-cn .concept__text {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
}
body.lang-zh-cn .craft__logo--cn {
  width: min(19.0972222222vw, 275px);
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .craft__logo--cn {
    width: 13.125rem;
  }
}
body.lang-zh-cn .craft__logo--zh {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 500;
  font-size: min(3.8888888889vw, 56px);
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .craft__logo--zh {
    font-size: 2.125rem;
  }
}
body.lang-zh-cn .craft__desc {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
body.lang-zh-cn .craft__item-text {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: rgba(244, 242, 238, 0.2);
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .craft__item-text {
    font-size: 0.875rem;
  }
}
body.lang-zh-cn .craft__item--kajiya .craft__item-text {
  width: min(19.7916666667vw, 285px);
  white-space: nowrap;
}
body.lang-zh-cn .craft__item--shodo .craft__item-text {
  width: min(18.6111111111vw, 268px);
  white-space: nowrap;
}
body.lang-zh-cn .craft__item--miyadaiku .craft__item-text,
body.lang-zh-cn .craft__item--resin .craft__item-text {
  width: min(49.2361111111vw, 709px);
}
body.lang-zh-cn .craft-detail__heading-en {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 500;
  font-size: min(1.6666666667vw, 24px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #f4f2ee;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .craft-detail__heading-en {
    font-size: 1.375rem;
  }
}
body.lang-zh-cn .craft-detail--miyadaiku .craft-detail__heading-en {
  bottom: -webkit-calc(min(7.6388888889vw, 110px) + min(2.2222222222vw, 32px) + min(8.8888888889vw, 128px));
  bottom: calc(min(7.6388888889vw, 110px) + min(2.2222222222vw, 32px) + min(8.8888888889vw, 128px));
}
body.lang-zh-cn .craft-detail--kajiya .craft-detail__heading-en,
body.lang-zh-cn .craft-detail--shodo .craft-detail__heading-en,
body.lang-zh-cn .craft-detail--resin .craft-detail__heading-en {
  bottom: -webkit-calc(min(7.6388888889vw, 110px) + min(2.2222222222vw, 32px) + min(6.6666666667vw, 96px));
  bottom: calc(min(7.6388888889vw, 110px) + min(2.2222222222vw, 32px) + min(6.6666666667vw, 96px));
}
body.lang-zh-cn .craft-detail__text {
  width: min(44.4444444444vw, 640px);
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #f4f2ee;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .craft-detail__text {
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
    font-size: 0.875rem;
  }
}
body.lang-zh-cn .detail__intro-text {
  width: min(44.9305555556vw, 647px);
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #c7c4bd;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .detail__intro-text {
    width: auto;
    font-size: 0.875rem;
  }
}
body.lang-zh-cn .detail__item-text {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0;
  color: #c7c4bd;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .detail__item-text {
    font-size: 0.875rem;
    line-height: 1.85;
    letter-spacing: 0.04em;
  }
}
body.lang-zh-cn .order__text {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
  color: #c7c4bd;
}
body.lang-zh-cn .order__heading {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 500;
}
body.lang-zh-cn .order__heading-offset {
  padding-right: 20px;
  -webkit-transform: translateY(120px);
      -ms-transform: translateY(120px);
          transform: translateY(120px);
}
body.lang-zh-cn .order__cta {
  width: min(13.8888888889vw, 200px);
  border-bottom-color: #5a5955;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .order__cta {
    width: 12.5rem;
  }
}
body.lang-zh-cn .order__cta-link {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 500;
  font-size: min(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .order__cta-link {
    font-size: 1rem;
  }
}
body.lang-zh-cn .company-hero__catch {
  width: min(6.6666666667vw, 96px);
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .company-hero__catch {
    width: 5.875rem;
  }
}
body.lang-zh-cn .company-hero__right-text {
  width: min(34.7222222222vw, 500px);
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .company-hero__right-text {
    width: 100%;
  }
}
body.lang-zh-cn .company-hero__right-text p {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.1em;
  color: #f4f2ee;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .company-hero__right-text p {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    color: #c7c4bd;
  }
}
body.lang-zh-cn .company-info__heading-ja,
body.lang-zh-cn .company-info__message-para,
body.lang-zh-cn .company-info__row-label,
body.lang-zh-cn .company-info__row-value {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
  color: #c7c4bd;
}
body.lang-zh-cn .company-info__heading-ja {
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .company-info__heading-ja {
    font-size: 0.875rem;
  }
}
body.lang-zh-cn .company-info__message-body {
  width: min(36.0416666667vw, 519px);
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .company-info__message-body {
    width: 100%;
  }
}
body.lang-zh-cn .company-info__message-para {
  font-size: min(1.25vw, 18px);
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .company-info__message-para {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
  }
}
body.lang-zh-cn .company-info__row-label,
body.lang-zh-cn .company-info__row-value {
  font-size: min(1.1111111111vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.05em;
  border-bottom-color: #2a2b2a;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .company-info__row-label,
  body.lang-zh-cn .company-info__row-value {
    font-size: 0.9375rem;
  }
}
body.lang-zh-cn .contact-hero__head {
  width: min(31.5972222222vw, 455px);
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .contact-hero__head {
    width: auto;
  }
}
body.lang-zh-cn .contact-hero__title-block {
  width: min(31.5972222222vw, 455px);
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .contact-hero__title-block {
    width: auto;
  }
}
body.lang-zh-cn .contact-hero__title {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
  font-size: min(2.9166666667vw, 42px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #f4f2ee;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .contact-hero__title {
    font-size: 2.25rem;
  }
}
body.lang-zh-cn .contact-hero__desc {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.1em;
  color: #c7c4bd;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .contact-hero__desc {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
  }
}
body.lang-zh-cn .contact-form__label,
body.lang-zh-cn .contact-form__input,
body.lang-zh-cn .contact-form__textarea,
body.lang-zh-cn .contact-form__select,
body.lang-zh-cn .contact-form__checkbox-label,
body.lang-zh-cn .contact-form__checkbox-wrap .wpcf7-list-item-label,
body.lang-zh-cn .contact-form .wpcf7-not-valid-tip,
body.lang-zh-cn .contact-form .wpcf7-response-output {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
}
body.lang-zh-cn .contact-form__label,
body.lang-zh-cn .contact-form__input,
body.lang-zh-cn .contact-form__textarea,
body.lang-zh-cn .contact-form__select {
  font-size: min(1.1111111111vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .contact-form__label,
  body.lang-zh-cn .contact-form__input,
  body.lang-zh-cn .contact-form__textarea,
  body.lang-zh-cn .contact-form__select {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
  }
}
body.lang-zh-cn .contact-form__label {
  color: #f4f2ee;
}
body.lang-zh-cn .contact-form__input,
body.lang-zh-cn .contact-form__textarea,
body.lang-zh-cn .contact-form__select {
  color: #f4f2ee;
}
body.lang-zh-cn .contact-form__input::-webkit-input-placeholder, body.lang-zh-cn .contact-form__textarea::-webkit-input-placeholder, body.lang-zh-cn .contact-form__select::-webkit-input-placeholder {
  color: #5a5955;
}
body.lang-zh-cn .contact-form__input::-moz-placeholder, body.lang-zh-cn .contact-form__textarea::-moz-placeholder, body.lang-zh-cn .contact-form__select::-moz-placeholder {
  color: #5a5955;
}
body.lang-zh-cn .contact-form__input:-ms-input-placeholder, body.lang-zh-cn .contact-form__textarea:-ms-input-placeholder, body.lang-zh-cn .contact-form__select:-ms-input-placeholder {
  color: #5a5955;
}
body.lang-zh-cn .contact-form__input::-ms-input-placeholder, body.lang-zh-cn .contact-form__textarea::-ms-input-placeholder, body.lang-zh-cn .contact-form__select::-ms-input-placeholder {
  color: #5a5955;
}
body.lang-zh-cn .contact-form__input::placeholder,
body.lang-zh-cn .contact-form__textarea::placeholder,
body.lang-zh-cn .contact-form__select::placeholder {
  color: #5a5955;
}
body.lang-zh-cn .contact-form__checkbox-wrap .wpcf7-list-item-label,
body.lang-zh-cn .contact-form__checkbox-label {
  font-size: min(1.0416666667vw, 15px);
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #f4f2ee;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .contact-form__checkbox-wrap .wpcf7-list-item-label,
  body.lang-zh-cn .contact-form__checkbox-label {
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
  }
}
body.lang-zh-cn .contact-form__submit {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
  font-size: min(1.25vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .contact-form__submit {
    font-size: 1.125rem;
  }
}
body.lang-zh-cn .privacy__page-title {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
  font-size: min(2.9166666667vw, 42px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #f4f2ee;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .privacy__page-title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.75rem;
    color: #f4f2ee;
  }
}
body.lang-zh-cn .privacy__page-subtitle {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(1.1111111111vw, 16px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #c7c4bd;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .privacy__page-subtitle {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1rem;
    line-height: 1;
    color: #c7c4bd;
  }
}
body.lang-zh-cn .privacy__intro,
body.lang-zh-cn .privacy__section-title,
body.lang-zh-cn .privacy__section-text,
body.lang-zh-cn .privacy__date {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
}
body.lang-zh-cn .privacy__intro,
body.lang-zh-cn .privacy__section-text,
body.lang-zh-cn .privacy__date {
  font-size: min(1.0416666667vw, 15px);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .privacy__intro,
  body.lang-zh-cn .privacy__section-text,
  body.lang-zh-cn .privacy__date {
    font-size: 0.8125rem;
  }
}
body.lang-zh-cn .privacy__section-title {
  font-size: min(1.25vw, 18px);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .privacy__section-title {
    font-size: 1rem;
  }
}
body.lang-zh-cn .thanks__title,
body.lang-zh-cn .thanks__text {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 400;
}
body.lang-zh-cn .thanks__title {
  font-size: min(2.9166666667vw, 42px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #f4f2ee;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .thanks__title {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
  }
}
body.lang-zh-cn .thanks__text {
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #c7c4bd;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .thanks__text {
    font-size: 0.9375rem;
  }
}
body.lang-zh-cn .thanks .concept__link {
  width: min(13.8888888889vw, 200px);
  border-bottom-color: #5a5955;
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .thanks .concept__link {
    width: 12.5rem;
  }
}
body.lang-zh-cn .thanks .concept__link-text {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 500;
  font-size: min(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  body.lang-zh-cn .thanks .concept__link-text {
    font-size: 1rem;
  }
}

body.lang-zh-tw .header__nav-link,
body.lang-zh-tw .header__sp-nav-link,
body.lang-zh-tw .concept__link-text {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
}
body.lang-zh-tw .header__lang-button {
  height: min(2.5vw, 36px);
  min-height: 36px;
}
body.lang-zh-tw .header__lang-current {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 500;
  font-size: min(0.9722222222vw, 14px);
  line-height: 1.25;
}
body.lang-zh-tw .concept__heading-text--zh {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 500;
  font-size: min(3.1944444444vw, 46px);
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .concept__heading-text--zh {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 6.125rem;
  }
}
body.lang-zh-tw .concept__text {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
}
body.lang-zh-tw .craft__logo--tw {
  width: min(20.1388888889vw, 290px);
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .craft__logo--tw {
    width: 13.75rem;
  }
}
body.lang-zh-tw .craft__logo-label {
  display: block;
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: min(1.25vw, 18px);
  line-height: 2;
  color: #f4f2ee;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .craft__logo-label {
    font-size: 1rem;
  }
}
body.lang-zh-tw .craft__desc {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #c7c4bd;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .craft__desc {
    font-size: 0.875rem;
  }
}
body.lang-zh-tw .craft__item-text {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: rgba(244, 242, 238, 0.2);
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .craft__item-text {
    font-size: 0.875rem;
  }
}
body.lang-zh-tw .craft__item--kajiya .craft__item-text {
  width: min(19.7916666667vw, 285px);
  white-space: nowrap;
}
body.lang-zh-tw .craft__item--shodo .craft__item-text {
  width: min(19.8611111111vw, 286px);
  white-space: nowrap;
}
body.lang-zh-tw .craft__item--miyadaiku .craft__item-text,
body.lang-zh-tw .craft__item--resin .craft__item-text {
  width: min(49.2361111111vw, 709px);
}
body.lang-zh-tw .craft-detail__heading-en {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 500;
  font-size: min(1.6666666667vw, 24px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #f4f2ee;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .craft-detail__heading-en {
    font-size: 1.375rem;
  }
}
body.lang-zh-tw .craft-detail--miyadaiku .craft-detail__heading-en {
  bottom: -webkit-calc(min(7.6388888889vw, 110px) + min(2.2222222222vw, 32px) + min(8.8888888889vw, 128px));
  bottom: calc(min(7.6388888889vw, 110px) + min(2.2222222222vw, 32px) + min(8.8888888889vw, 128px));
}
body.lang-zh-tw .craft-detail--kajiya .craft-detail__heading-en,
body.lang-zh-tw .craft-detail--shodo .craft-detail__heading-en,
body.lang-zh-tw .craft-detail--resin .craft-detail__heading-en {
  bottom: -webkit-calc(min(7.6388888889vw, 110px) + min(2.2222222222vw, 32px) + min(6.6666666667vw, 96px));
  bottom: calc(min(7.6388888889vw, 110px) + min(2.2222222222vw, 32px) + min(6.6666666667vw, 96px));
}
body.lang-zh-tw .craft-detail__text {
  width: min(45.8333333333vw, 660px);
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #f4f2ee;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .craft-detail__text {
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
    font-size: 0.875rem;
  }
}
body.lang-zh-tw .detail__intro-text {
  width: min(44.9305555556vw, 647px);
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #c7c4bd;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .detail__intro-text {
    width: auto;
    font-size: 0.875rem;
  }
}
body.lang-zh-tw .detail__item-text {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #c7c4bd;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .detail__item-text {
    font-size: 0.875rem;
    line-height: 1.85;
    letter-spacing: 0.04em;
  }
}
body.lang-zh-tw .order__text {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
  color: #c7c4bd;
}
body.lang-zh-tw .order__heading {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 500;
}
body.lang-zh-tw .order__heading-offset {
  padding-right: 20px;
  -webkit-transform: translateY(120px);
      -ms-transform: translateY(120px);
          transform: translateY(120px);
}
body.lang-zh-tw .order__cta {
  width: min(13.8888888889vw, 200px);
  border-bottom-color: #5a5955;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .order__cta {
    width: 12.5rem;
  }
}
body.lang-zh-tw .order__cta-link {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 500;
  font-size: min(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .order__cta-link {
    font-size: 1rem;
  }
}
body.lang-zh-tw .contact-hero__head {
  width: min(31.5972222222vw, 455px);
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .contact-hero__head {
    width: auto;
  }
}
body.lang-zh-tw .contact-hero__title-block {
  width: min(31.5972222222vw, 455px);
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .contact-hero__title-block {
    width: auto;
  }
}
body.lang-zh-tw .contact-hero__title {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
  font-size: min(2.9166666667vw, 42px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #f4f2ee;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .contact-hero__title {
    font-size: 2.25rem;
  }
}
body.lang-zh-tw .contact-hero__desc {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.1em;
  color: #c7c4bd;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .contact-hero__desc {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
  }
}
body.lang-zh-tw .contact-form__label,
body.lang-zh-tw .contact-form__input,
body.lang-zh-tw .contact-form__textarea,
body.lang-zh-tw .contact-form__select,
body.lang-zh-tw .contact-form__checkbox-label,
body.lang-zh-tw .contact-form__checkbox-wrap .wpcf7-list-item-label,
body.lang-zh-tw .contact-form .wpcf7-not-valid-tip,
body.lang-zh-tw .contact-form .wpcf7-response-output {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
}
body.lang-zh-tw .contact-form__label,
body.lang-zh-tw .contact-form__input,
body.lang-zh-tw .contact-form__textarea,
body.lang-zh-tw .contact-form__select {
  font-size: min(1.1111111111vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .contact-form__label,
  body.lang-zh-tw .contact-form__input,
  body.lang-zh-tw .contact-form__textarea,
  body.lang-zh-tw .contact-form__select {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
  }
}
body.lang-zh-tw .contact-form__label {
  color: #f4f2ee;
}
body.lang-zh-tw .contact-form__input,
body.lang-zh-tw .contact-form__textarea,
body.lang-zh-tw .contact-form__select {
  color: #f4f2ee;
}
body.lang-zh-tw .contact-form__input::-webkit-input-placeholder, body.lang-zh-tw .contact-form__textarea::-webkit-input-placeholder, body.lang-zh-tw .contact-form__select::-webkit-input-placeholder {
  color: #5a5955;
}
body.lang-zh-tw .contact-form__input::-moz-placeholder, body.lang-zh-tw .contact-form__textarea::-moz-placeholder, body.lang-zh-tw .contact-form__select::-moz-placeholder {
  color: #5a5955;
}
body.lang-zh-tw .contact-form__input:-ms-input-placeholder, body.lang-zh-tw .contact-form__textarea:-ms-input-placeholder, body.lang-zh-tw .contact-form__select:-ms-input-placeholder {
  color: #5a5955;
}
body.lang-zh-tw .contact-form__input::-ms-input-placeholder, body.lang-zh-tw .contact-form__textarea::-ms-input-placeholder, body.lang-zh-tw .contact-form__select::-ms-input-placeholder {
  color: #5a5955;
}
body.lang-zh-tw .contact-form__input::placeholder,
body.lang-zh-tw .contact-form__textarea::placeholder,
body.lang-zh-tw .contact-form__select::placeholder {
  color: #5a5955;
}
body.lang-zh-tw .contact-form__checkbox-wrap .wpcf7-list-item-label,
body.lang-zh-tw .contact-form__checkbox-label {
  font-size: min(1.0416666667vw, 15px);
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #f4f2ee;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .contact-form__checkbox-wrap .wpcf7-list-item-label,
  body.lang-zh-tw .contact-form__checkbox-label {
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
  }
}
body.lang-zh-tw .contact-form__submit {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
  font-size: min(1.25vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .contact-form__submit {
    font-size: 1.125rem;
  }
}
body.lang-zh-tw .privacy__page-title {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
  font-size: min(2.9166666667vw, 42px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #f4f2ee;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .privacy__page-title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.75rem;
    color: #f4f2ee;
  }
}
body.lang-zh-tw .privacy__page-subtitle {
  font-family: "Optima", "Optima Nova", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: min(1.1111111111vw, 16px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #c7c4bd;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .privacy__page-subtitle {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1rem;
    line-height: 1;
    color: #c7c4bd;
  }
}
body.lang-zh-tw .privacy__intro,
body.lang-zh-tw .privacy__section-title,
body.lang-zh-tw .privacy__section-text,
body.lang-zh-tw .privacy__date {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
}
body.lang-zh-tw .privacy__intro,
body.lang-zh-tw .privacy__section-text,
body.lang-zh-tw .privacy__date {
  font-size: min(1.0416666667vw, 15px);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .privacy__intro,
  body.lang-zh-tw .privacy__section-text,
  body.lang-zh-tw .privacy__date {
    font-size: 0.8125rem;
  }
}
body.lang-zh-tw .privacy__section-title {
  font-size: min(1.25vw, 18px);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .privacy__section-title {
    font-size: 1rem;
  }
}
body.lang-zh-tw .thanks__title,
body.lang-zh-tw .thanks__text {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
}
body.lang-zh-tw .thanks__title {
  font-size: min(2.9166666667vw, 42px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #f4f2ee;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .thanks__title {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
  }
}
body.lang-zh-tw .thanks__text {
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #c7c4bd;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .thanks__text {
    font-size: 0.9375rem;
  }
}
body.lang-zh-tw .thanks .concept__link {
  width: min(13.8888888889vw, 200px);
  border-bottom-color: #5a5955;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .thanks .concept__link {
    width: 12.5rem;
  }
}
body.lang-zh-tw .thanks .concept__link-text {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 500;
  font-size: min(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .thanks .concept__link-text {
    font-size: 1rem;
  }
}
body.lang-zh-tw .company-hero__catch {
  width: min(6.6666666667vw, 96px);
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .company-hero__catch {
    width: 5.875rem;
  }
}
body.lang-zh-tw .company-hero__right-text {
  width: min(34.7222222222vw, 500px);
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .company-hero__right-text {
    width: 100%;
  }
}
body.lang-zh-tw .company-hero__right-text p {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.1em;
  color: #f4f2ee;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .company-hero__right-text p {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    color: #c7c4bd;
  }
}
body.lang-zh-tw .company-info__heading-ja,
body.lang-zh-tw .company-info__message-para,
body.lang-zh-tw .company-info__row-label,
body.lang-zh-tw .company-info__row-value {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
  color: #c7c4bd;
}
body.lang-zh-tw .company-info__heading-ja {
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .company-info__heading-ja {
    font-size: 0.875rem;
  }
}
body.lang-zh-tw .company-info__message-body {
  width: min(36.0416666667vw, 519px);
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .company-info__message-body {
    width: 100%;
  }
}
body.lang-zh-tw .company-info__message-para {
  font-size: min(1.25vw, 18px);
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .company-info__message-para {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
  }
}
body.lang-zh-tw .company-info__row-label,
body.lang-zh-tw .company-info__row-value {
  font-size: min(1.1111111111vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.05em;
  border-bottom-color: #2a2b2a;
}
@media screen and (max-width: 768px) {
  body.lang-zh-tw .company-info__row-label,
  body.lang-zh-tw .company-info__row-value {
    font-size: 0.9375rem;
  }
}

body.lang-ko .header__nav-link,
body.lang-ko .header__sp-nav-link,
body.lang-ko .concept__link-text {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 500;
}
body.lang-ko .header__lang-button {
  height: min(2.5vw, 36px);
  min-height: 36px;
}
body.lang-ko .header__lang-current {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 500;
  font-size: min(0.9722222222vw, 14px);
  line-height: 1.25;
}
body.lang-ko .company-hero__catch-text {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 500;
}
body.lang-ko .concept__heading-text {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 500;
  font-size: min(3.0555555556vw, 44px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body.lang-ko .concept__heading-text {
    font-size: 1.5rem;
  }
}
body.lang-ko .concept__text {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
body.lang-ko .craft__logo--text {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 500;
}
body.lang-ko .craft__desc {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
body.lang-ko .craft__item-text {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  body.lang-ko .craft__item-text {
    font-size: 0.875rem;
  }
}
body.lang-ko .craft-detail__heading-en {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 500;
}
body.lang-ko .craft-detail__text {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 400;
  line-height: 1.75;
}
body.lang-ko .detail__intro-text,
body.lang-ko .detail__item-text {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
body.lang-ko .detail__item-label-ko {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 500;
}
body.lang-ko .order__body {
  top: min(20.4166666667vw, 294px);
}
body.lang-ko .order__cta {
  top: min(36.3194444444vw, 523px);
}
body.lang-ko .order__heading {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 500;
  font-size: min(4.1666666667vw, 60px);
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  body.lang-ko .order__heading {
    font-size: 1.625rem;
  }
}
body.lang-ko .order__text {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 400;
  font-size: min(1.1805555556vw, 17px);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
body.lang-ko .order__cta-link {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 500;
}
body.lang-ko .company-hero__right-text {
  width: min(34.7222222222vw, 500px);
}
body.lang-ko .company-hero__right-text p {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
body.lang-ko .company-info__heading-ja,
body.lang-ko .company-info__row-label,
body.lang-ko .company-info__row-value {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
body.lang-ko .company-info__message-body {
  width: min(36.0416666667vw, 519px);
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  body.lang-ko .company-info__message-body {
    width: 100%;
  }
}
body.lang-ko .company-info__message-para {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 400;
  font-size: min(1.1805555556vw, 17px);
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  body.lang-ko .company-info__message-para {
    font-size: 0.9375rem;
  }
}
body.lang-ko .contact-hero__title {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 500;
  font-size: min(3.1944444444vw, 46px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #f4f2ee;
}
@media screen and (max-width: 768px) {
  body.lang-ko .contact-hero__title {
    font-size: 2rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
body.lang-ko .contact-hero__desc {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
body.lang-ko .contact-form__label,
body.lang-ko .contact-form__input,
body.lang-ko .contact-form__textarea,
body.lang-ko .contact-form__select,
body.lang-ko .contact-form__checkbox-label,
body.lang-ko .contact-form__checkbox-wrap .wpcf7-list-item-label,
body.lang-ko .contact-form .wpcf7-not-valid-tip,
body.lang-ko .contact-form .wpcf7-response-output {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 400;
}
body.lang-ko .contact-form__submit {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 500;
}
body.lang-ko .privacy__page-title {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 500;
}
body.lang-ko .privacy__intro,
body.lang-ko .privacy__section-title,
body.lang-ko .privacy__section-text,
body.lang-ko .privacy__date {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
body.lang-ko .thanks__title,
body.lang-ko .thanks__text {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 400;
}
body.lang-ko .thanks__title {
  font-weight: 500;
}
body.lang-ko .thanks .concept__link-text {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  body.lang-zh-cn .craft-detail--miyadaiku .craft-detail__heading-en,
  body.lang-zh-cn .craft-detail--kajiya .craft-detail__heading-en,
  body.lang-zh-cn .craft-detail--shodo .craft-detail__heading-en,
  body.lang-zh-cn .craft-detail--resin .craft-detail__heading-en,
  body.lang-zh-tw .craft-detail--miyadaiku .craft-detail__heading-en,
  body.lang-zh-tw .craft-detail--kajiya .craft-detail__heading-en,
  body.lang-zh-tw .craft-detail--shodo .craft-detail__heading-en,
  body.lang-zh-tw .craft-detail--resin .craft-detail__heading-en {
    bottom: -webkit-calc(3.75rem + 2rem + 8.75rem);
    bottom: calc(3.75rem + 2rem + 8.75rem);
  }
}
