body {
  background: #f5f2ec;
  color: #23383e;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.035em;
}

a { color: inherit; }
a:focus-visible { outline: 3px solid #b96f5b; outline-offset: 4px; }

.scroll-progress {
  background: transparent;
  height: 3px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.scroll-progress i {
  background: #b96f5b;
  display: block;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  width: 100%;
}

html.is-motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1);
}

html.is-motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-header {
  background: rgba(244, 240, 232, 0.96);
  border-bottom: 1px solid #132d37;
  position: sticky;
  top: 0;
  z-index: 50;
}

.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(35, 56, 62, 0.08); }

.site-header .inner,
.site-footer .inner,
.home .inner,
.product-detail .inner,
.release-index .inner,
.legal-page .inner,
.contact-page .inner {
  margin: 0 auto;
  max-width: 1140px;
  width: 88%;
}

.site-header .inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 72px;
}

.site-header p a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.site-header p i { color: #b96f5b; font-style: normal; }
.site-header nav ul { display: flex; flex-wrap: wrap; }
.site-header nav li { margin: 0 0 0 32px; }
.site-header nav a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; }
.site-header nav a:hover { color: #b96f5b; }

.site-footer { background: #23383e; color: #f5f2ec; padding: 50px 0 28px; }
.site-footer .inner { display: flex; flex-wrap: wrap; justify-content: space-between; }
.site-footer h2 { font-family: Arial, Helvetica, sans-serif; font-size: 30px; letter-spacing: -0.05em; margin: 0 40px 24px 0; }
.site-footer ul { display: flex; flex-wrap: wrap; }
.site-footer li { margin: 0 0 16px 28px; }
.site-footer a { font-size: 13px; }
.site-footer small { border-top: 1px solid #49606a; display: block; font-size: 11px; letter-spacing: 0.13em; margin: 28px 0 0; padding: 22px 0 0; width: 100%; }

.eyebrow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.home .hero {
  background: #2c4248;
  background-image:
    repeating-linear-gradient(60deg, rgba(207, 136, 116, 0.09) 0, rgba(207, 136, 116, 0.09) 1px, transparent 1px, transparent 118px),
    repeating-linear-gradient(-60deg, rgba(217, 221, 215, 0.08) 0, rgba(217, 221, 215, 0.08) 1px, transparent 1px, transparent 118px),
    repeating-linear-gradient(0deg, rgba(217, 221, 215, 0.05) 0, rgba(217, 221, 215, 0.05) 1px, transparent 1px, transparent 102px);
  color: #fbf9f4;
  min-height: 690px;
  overflow: hidden;
  position: relative;
}

.home .hero .inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 690px;
  position: relative;
}

.home .hero .text { padding: 40px 0; position: relative; width: 62%; z-index: 4; }
.home .hero .eyebrow { color: #d9ddd7; margin: 0 0 34px; }
.home .hero h1 { font-size: 65px; font-weight: 900; letter-spacing: -0.055em; line-height: 1.15; }
.home .hero h1 em { color: #cf8874; font-style: normal; }
.home .hero .text > p:not(.eyebrow):not(.hero-links) { border-left: 1px solid #6e8992; font-size: 16px; line-height: 2; margin: 38px 0 0; padding: 0 0 0 24px; width: 570px; }
.home .hero .hero-links { display: flex; margin: 42px 0 0; }
.home .hero .hero-links a { border: 1px solid #fbf9f4; font-size: 13px; font-weight: bold; margin: 0 12px 0 0; padding: 16px 24px; text-decoration: none; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.home .hero .hero-links a:first-child { background: #f5f2ec; border-color: #f5f2ec; color: #23383e; }
.home .hero .hero-links a:hover { background: #b96f5b; border-color: #b96f5b; color: #f5f2ec; transform: translateY(-4px); }

.home .hero figure { height: 470px; position: absolute; right: -24px; top: 110px; width: 470px; z-index: 2; }
.home .hero figure:before,
.home .hero figure:after { border: 1px solid #bdcbbb; border-radius: 50%; content: ""; position: absolute; transition: transform 700ms ease; z-index: 0; }
.home .hero figure:before { height: 440px; left: 15px; top: 15px; width: 440px; }
.home .hero figure:after { border-color: #b96f5b; height: 350px; left: 60px; top: 60px; width: 350px; }
.home .hero figure img { height: 330px; left: 70px; object-fit: contain; position: absolute; top: 72px; transition: opacity 220ms ease, transform 600ms cubic-bezier(.2,.8,.2,1); width: 330px; z-index: 1; }
.home .hero figure img:last-child { opacity: 0; transform: translateY(30px) rotate(-10deg) scale(0.88); }
.home .hero figure:hover img:first-child { opacity: 0; transform: translateY(-20px) rotate(8deg) scale(0.9); }
.home .hero figure:hover img:last-child { opacity: 1; transform: translateY(-18px) rotate(5deg) scale(1.08); }
.home .hero figure:hover:before { transform: rotate(28deg) scale(1.08); }
.home .hero figure:hover:after { transform: rotate(-22deg) scale(0.92); }
.home .hero .side-note { bottom: 24px; color: #71909a; font-family: Arial, Helvetica, sans-serif; font-size: 10px; letter-spacing: 0.2em; line-height: 1.8; position: absolute; right: 0; text-align: right; }

.home .ticker { background: #e9e5dd; color: #23383e; overflow: hidden; padding: 13px 0; white-space: nowrap; }
.home .ticker p { animation: ticker 20s linear infinite; display: inline-block; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 900; letter-spacing: 0.16em; min-width: 120%; padding-left: 100%; }
.home .ticker i { color: #b96f5b; font-size: 9px; font-style: normal; margin: 0 16px; }

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

.home .products {
  background-color: #f5f2ec;
  background-image:
    repeating-linear-gradient(60deg, rgba(155, 135, 176, 0.12) 0, rgba(155, 135, 176, 0.12) 1px, transparent 1px, transparent 132px),
    repeating-linear-gradient(-60deg, rgba(185, 111, 91, 0.11) 0, rgba(185, 111, 91, 0.11) 1px, transparent 1px, transparent 132px),
    repeating-linear-gradient(0deg, rgba(155, 135, 176, 0.07) 0, rgba(155, 135, 176, 0.07) 1px, transparent 1px, transparent 114px);
  padding: 110px 0 120px;
}
.home .products > .inner > header,
.home .development header { display: flex; justify-content: space-between; margin: 0 0 68px; }
.home .products header .eyebrow,
.home .development header .eyebrow { padding: 13px 0 0; width: 34%; }
.home .products header h2,
.home .development header h2,
.home .track-record h2,
.home .contact h2 { font-size: 51px; font-weight: 900; letter-spacing: -0.055em; line-height: 1.12; width: 62%; }
.home .product-list { display: flex; flex-wrap: wrap; border-top: 1px solid #132d37; }
.home .product-list > li { border-bottom: 1px solid #132d37; width: 50%; }
.home .product-list > li:first-child { border-right: 1px solid #132d37; }
.home .product-list article { min-height: 540px; padding: 28px 40px 42px; position: relative; }
.home .product-list .number { color: #b96f5b; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 900; }
.home .product-list figure { align-items: flex-end; display: flex; justify-content: space-between; margin: 36px 0 34px; }
.home .product-list img { height: 150px; object-fit: cover; transition: transform 300ms ease; width: 150px; }
.home .product-list article:hover img { transform: rotate(-4deg) scale(1.06); }
.home .product-list figcaption { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 0.16em; }
.home .product-list .status { background: #b96f5b; color: #f5f2ec; display: inline-block; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 900; letter-spacing: 0.15em; margin: 0 0 14px; padding: 6px 10px; }
.home .product-list h3 { font-size: 30px; font-weight: 900; letter-spacing: -0.045em; margin: 0 0 18px; }
.home .product-list h3 + p { line-height: 1.9; min-height: 92px; }
.home .product-list .product-links { bottom: 42px; display: flex; justify-content: space-between; left: 40px; position: absolute; right: 40px; }
.home .product-list .product-links a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 900; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; }
.home .product-list .product-links i { color: #b96f5b; font-size: 18px; font-style: normal; margin: 0 0 0 8px; }

.home .development { background: #2c4248; color: #f5f2ec; padding: 110px 0 118px; }
.home .development .eyebrow { color: #d9ddd7; }
.home .development .inner > .text { margin-left: 38%; width: 62%; }
.home .development .lead { font-size: 19px; line-height: 1.9; margin: 0 0 46px; }
.home .service-list { border-top: 1px solid #637b83; }
.home .service-list li { align-items: center; border-bottom: 1px solid #637b83; display: flex; padding: 22px 0; }
.home .service-list i { color: #cf8874; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; width: 10%; }
.home .service-list strong { font-family: Arial, Helvetica, sans-serif; font-size: 18px; width: 34%; }
.home .service-list span { color: #cbd3d2; font-size: 14px; line-height: 1.7; width: 56%; }

.home .technology {
  background-color: #e9e5dd;
  background-image:
    repeating-linear-gradient(60deg, rgba(185, 111, 91, 0.09) 0, rgba(185, 111, 91, 0.09) 1px, transparent 1px, transparent 118px),
    repeating-linear-gradient(-60deg, rgba(155, 135, 176, 0.08) 0, rgba(155, 135, 176, 0.08) 1px, transparent 1px, transparent 118px);
  padding: 78px 0 84px;
}
.home .technology .inner { align-items: flex-start; display: flex; flex-wrap: wrap; }
.home .technology header { width: 28%; }
.home .technology header h2 { font-size: 34px; margin: 12px 0 0; }
.home .technology ul { display: flex; flex-wrap: wrap; width: 52%; }
.home .technology li { border: 1px solid #132d37; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 900; margin: 0 8px 8px 0; padding: 10px 13px; }
.home .technology .inner > p { font-size: 13px; line-height: 1.8; width: 20%; }

.home .track-record {
  background-color: #f5f2ec;
  background-image:
    repeating-linear-gradient(60deg, rgba(155, 135, 176, 0.08) 0, rgba(155, 135, 176, 0.08) 1px, transparent 1px, transparent 148px),
    repeating-linear-gradient(-60deg, rgba(185, 111, 91, 0.08) 0, rgba(185, 111, 91, 0.08) 1px, transparent 1px, transparent 148px);
  padding: 110px 0;
}
.home .track-record .inner { align-items: flex-end; display: flex; flex-wrap: wrap; }
.home .track-record .eyebrow { margin: 0 0 60px; width: 100%; }
.home .track-record .figure { align-items: flex-end; display: flex; width: 45%; }
.home .track-record .figure strong { color: #b96f5b; font-family: Arial, Helvetica, sans-serif; font-size: 210px; letter-spacing: -0.08em; line-height: 0.7; }
.home .track-record .figure span { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 900; letter-spacing: 0.16em; margin: 0 0 4px 18px; text-transform: uppercase; }
.home .track-record .text { border-left: 1px solid #132d37; padding: 0 0 0 54px; width: 55%; }
.home .track-record h2 { font-size: 42px; width: 100%; }
.home .track-record .text p { line-height: 2; margin: 26px 0 0; }

.home .brand-sign { background: #fff; border-bottom: 1px solid #d2cbc0; border-top: 1px solid #d2cbc0; padding: 58px 0; }
.home .brand-sign .inner { align-items: center; display: flex; justify-content: center; }
.home .brand-sign .inner > p:first-child { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; }
.home .brand-sign figure { align-items: center; display: flex; margin: 0 36px; }
.home .brand-sign figure img:first-child { height: 68px; object-fit: contain; width: 121px; }
.home .brand-sign figure img:last-child { height: 54px; object-fit: contain; width: 162px; }
.home .brand-sign .inner > p:last-child { color: #6d7679; font-size: 12px; }

.home .contact {
  background-color: #e9e5dd;
  background-image:
    repeating-linear-gradient(60deg, rgba(155, 135, 176, 0.13) 0, rgba(155, 135, 176, 0.13) 1px, transparent 1px, transparent 126px),
    repeating-linear-gradient(-60deg, rgba(185, 111, 91, 0.12) 0, rgba(185, 111, 91, 0.12) 1px, transparent 1px, transparent 126px),
    repeating-linear-gradient(0deg, rgba(155, 135, 176, 0.07) 0, rgba(155, 135, 176, 0.07) 1px, transparent 1px, transparent 109px);
  color: #23383e;
  padding: 105px 0 112px;
}
.home .contact .inner { align-items: center; display: flex; justify-content: space-between; }
.home .contact .text { width: 48%; }
.home .contact h2 { font-size: 52px; margin: 26px 0 30px; width: 100%; }
.home .contact .text > p:not(.eyebrow):not(.location) { font-size: 17px; line-height: 1.9; }
.home .contact .text > p.location { border-left: 1px solid #23383e; font-size: 13px; line-height: 1.8; margin: 28px 0 0; padding: 0 0 0 18px; }
.home .contact .location strong { display: block; font-family: Arial, Helvetica, sans-serif; font-size: 11px; letter-spacing: 0.16em; margin: 0 0 6px; text-transform: uppercase; }
.home .contact a { background: #23383e; color: #f5f2ec; display: inline-block; font-size: 14px; font-weight: 800; margin: 40px 0 0; padding: 20px 28px; text-decoration: none; transition: transform 180ms ease, background 180ms ease; }
.home .contact a:hover { background: #b96f5b; color: #f5f2ec; transform: translateX(8px); }
.home .contact a i { font-size: 18px; font-style: normal; margin: 0 0 0 20px; }
.home .contact figure { box-shadow: 22px 22px 0 #b96f5b; overflow: hidden; width: 44%; }
.home .contact figure img { height: 430px; object-fit: cover; width: 100%; }

.product-detail .product-hero { background: #2c4248; color: #f5f2ec; padding: 84px 0 90px; }
.product-detail .product-hero .inner { align-items: center; display: flex; justify-content: space-between; }
.product-detail .product-hero .text { width: 52%; }
.product-detail .eyebrow,
.release-index .eyebrow,
.legal-page .eyebrow { color: #b96f5b; margin: 0 0 20px; }
.product-detail .product-hero h1 { font-size: 54px; font-weight: 900; letter-spacing: -0.05em; line-height: 1.2; }
.product-detail .product-hero h1 i { color: #bdcbbb; display: block; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; letter-spacing: 0.16em; margin: 14px 0 0; }
.product-detail .product-hero .lead { font-size: 18px; line-height: 2; margin: 30px 0 0; }
.product-detail .product-hero .actions { margin: 28px 0 0; }
.product-detail .product-hero .actions a { border: 1px solid #f5f2ec; display: inline-block; font-size: 13px; font-weight: 800; padding: 15px 19px; text-decoration: none; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.product-detail .product-hero .actions a:hover { background: #f5f2ec; color: #23383e; transform: translateX(6px); }
.product-detail .product-hero .actions i { color: #cf8874; font-style: normal; margin: 0 0 0 16px; }
.product-detail .product-hero figure { width: 40%; }
.product-detail .product-hero figure img { height: 430px; object-fit: cover; width: 100%; }
.product-detail .product-hero figure.icon img { background: #f5f2ec; height: 400px; object-fit: contain; padding: 36px; }
.product-detail .product-hero figcaption { color: #aebdc0; font-size: 11px; line-height: 1.7; margin: 12px 0 0; }
.product-detail .notice { background: #bdcbbb; color: #23383e; display: inline-block; font-size: 12px; font-weight: 900; margin: 28px 0 0; padding: 10px 14px; }
.product-detail .points { padding: 94px 0; }
.product-detail .points h2,
.product-detail .screens h2 { font-size: 42px; font-weight: 900; letter-spacing: -0.05em; margin: 0 0 42px; }
.product-detail .point-list { border-top: 1px solid #132d37; display: flex; flex-wrap: wrap; }
.product-detail .point-list li { border-bottom: 1px solid #132d37; width: 33.33%; }
.product-detail .point-list li:not(:nth-child(3n)) { border-right: 1px solid #132d37; }
.product-detail .point-list section { min-height: 240px; padding: 28px; }
.product-detail .point-list h3 { font-size: 19px; margin: 0 0 18px; }
.product-detail .point-list p { color: #52636a; line-height: 1.9; }
.product-detail .screens { background: #e9e5dd; padding: 90px 0; }
.product-detail .screens .inner { align-items: center; display: flex; justify-content: space-between; }
.product-detail .screens .text { width: 48%; }
.product-detail .screens .text p { line-height: 2; margin: 22px 0 0; }
.product-detail .screens figure { background: #2c4248; border-radius: 42px; padding: 14px; transform: rotate(3deg); width: 330px; }
.product-detail .screens figure img { border-radius: 30px; height: auto; width: 100%; }
.product-detail .app-sign { background: #fff; border-bottom: 1px solid #d2cbc0; padding: 58px 0; }
.product-detail .app-sign .inner { align-items: center; display: flex; justify-content: center; }
.product-detail .app-sign .inner > p:first-child { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 900; letter-spacing: 0.18em; }
.product-detail .app-sign figure { align-items: center; display: flex; margin: 0 34px; }
.product-detail .app-sign figure img:first-child { height: 60px; object-fit: contain; width: 107px; }
.product-detail .app-sign figure img:last-child { height: 54px; object-fit: contain; width: 162px; }
.product-detail .app-sign .inner > p:last-child { color: #52636a; font-size: 12px; line-height: 1.7; width: 300px; }
.product-detail .support { padding: 78px 0; }
.product-detail .support .inner { background: #e9e5dd; border-left: 8px solid #b96f5b; padding: 48px 56px; }
.product-detail .support h2 { font-size: 32px; }
.product-detail .support p { line-height: 1.9; margin: 16px 0 0; }
.product-detail .support a { font-weight: bold; }

.release-index,
.legal-page { padding: 76px 0 105px; }
.release-index > .inner > header,
.legal-page > .inner > header { border-bottom: 1px solid #132d37; margin: 0 0 48px; padding: 0 0 32px; }
.release-index h1,
.legal-page h1 { font-size: 48px; font-weight: 900; letter-spacing: -0.05em; line-height: 1.2; }
.release-index .release-list > h2 { font-size: 0; }
.release-index .release-list article { border-bottom: 1px solid #132d37; padding: 28px 0; }
.release-index time { color: #b96f5b; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 900; }
.release-index article > i { background: #e9e5dd; display: inline-block; font-size: 10px; font-style: normal; margin: 0 0 0 12px; padding: 4px 8px; }
.release-index article h2 { font-size: 22px; margin: 10px 0 12px; }
.release-index article p { line-height: 1.9; }

.legal-page .summary { background: #e7e0d5; border-left: 6px solid #b96f5b; line-height: 2; margin: 0 0 46px; padding: 24px 28px; }
.legal-page section { margin: 0 0 42px; }
.legal-page section h2 { border-left: 5px solid #b96f5b; font-size: 23px; margin: 0 0 18px; padding: 0 0 0 16px; }
.legal-page section h3 { font-size: 18px; margin: 24px 0 10px; }
.legal-page section p { line-height: 1.95; margin: 0 0 14px; }
.legal-page section ol { counter-reset: item; }
.legal-page section ol > li { line-height: 1.9; margin: 0 0 12px; padding: 0 0 0 30px; position: relative; }
.legal-page section ol > li:before { color: #b96f5b; content: counter(item) "."; counter-increment: item; font-family: Arial, Helvetica, sans-serif; font-weight: 900; left: 0; position: absolute; }
.legal-page section ul { list-style: disc; padding: 0 0 0 24px; }
.legal-page section ul li { line-height: 1.9; margin: 0 0 8px; }
.legal-page table { background: #fff; border: 1px solid #cfc7bb; width: 100%; }
.legal-page th,
.legal-page td { border-bottom: 1px solid #dcd4c9; line-height: 1.8; padding: 16px; text-align: left; vertical-align: top; }
.legal-page th { background: #e7e0d5; width: 24%; }
.legal-page .date { border-top: 1px solid #132d37; color: #52636a; font-size: 13px; margin: 55px 0 0; padding: 24px 0 0; }

.cookie-consent { align-items: center; background: #f5f2ec; border: 1px solid #23383e; bottom: 24px; box-shadow: 12px 12px 0 rgba(35, 56, 62, 0.16); display: flex; justify-content: space-between; left: 50%; padding: 18px 20px; position: fixed; transform: translateX(-50%); width: 760px; z-index: 200; }
.cookie-consent > p:first-child { font-size: 13px; line-height: 1.8; padding: 0 24px 0 0; }
.cookie-consent a { color: #b96f5b; font-weight: bold; }
.cookie-consent .actions { display: flex; flex: 0 0 auto; }
.cookie-consent button { background: transparent; border: 1px solid #23383e; color: #23383e; cursor: pointer; font: inherit; font-size: 12px; font-weight: bold; margin: 0 0 0 8px; padding: 11px 15px; }
.cookie-consent button.accept { background: #23383e; color: #f5f2ec; }

.not-found {
  background-color: #23383e;
  background-image:
    repeating-linear-gradient(60deg, rgba(207, 136, 116, 0.11) 0, rgba(207, 136, 116, 0.11) 1px, transparent 1px, transparent 126px),
    repeating-linear-gradient(-60deg, rgba(217, 221, 215, 0.08) 0, rgba(217, 221, 215, 0.08) 1px, transparent 1px, transparent 126px);
  color: #f5f2ec;
  min-height: 620px;
  padding: 92px 0;
}
.not-found .inner { margin: 0 auto; max-width: 1140px; position: relative; width: 88%; }
.not-found .code { color: #cf8874; font-family: Arial, Helvetica, sans-serif; font-size: 190px; font-weight: 900; letter-spacing: -0.08em; line-height: 0.8; opacity: 0.25; position: absolute; right: 0; top: 0; }
.not-found h1 { font-size: 52px; letter-spacing: -0.05em; line-height: 1.2; margin: 28px 0; width: 650px; }
.not-found h1 + p { color: #d9ddd7; line-height: 1.9; }
.not-found a { border: 1px solid #f5f2ec; display: inline-block; font-weight: bold; margin: 42px 0 0; padding: 17px 22px; text-decoration: none; }
.not-found a i { color: #cf8874; font-style: normal; margin: 0 0 0 18px; }

.contact-page {
  background-color: #f7f5f0;
  background-image:
    repeating-linear-gradient(60deg, rgba(155, 135, 176, 0.14) 0, rgba(155, 135, 176, 0.14) 1px, transparent 1px, transparent 126px),
    repeating-linear-gradient(-60deg, rgba(185, 111, 91, 0.13) 0, rgba(185, 111, 91, 0.13) 1px, transparent 1px, transparent 126px),
    repeating-linear-gradient(0deg, rgba(155, 135, 176, 0.08) 0, rgba(155, 135, 176, 0.08) 1px, transparent 1px, transparent 109px);
  padding: 82px 0 110px;
}
.contact-page > .inner > header { border-bottom: 1px solid #23383e; padding: 0 0 52px; }
.contact-page header h1 { font-size: 58px; font-weight: 900; letter-spacing: -0.055em; line-height: 1.15; margin: 20px 0 26px; }
.contact-page header > p:last-child { font-size: 17px; line-height: 2; }
.contact-page .contact-guide { display: flex; border-bottom: 1px solid #23383e; }
.contact-page .contact-guide section { padding: 42px 44px 48px 0; width: 50%; }
.contact-page .contact-guide section + section { border-left: 1px solid #23383e; padding-left: 44px; }
.contact-page .number { color: #b96f5b; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 900; margin: 0 0 30px; }
.contact-page .contact-guide h2 { font-size: 25px; margin: 0 0 18px; }
.contact-page .contact-guide section > p:last-child { color: #52636a; line-height: 1.9; }
.contact-page .form-notice { background: #2c4248; color: #f5f2ec; margin: 70px 0 0; padding: 54px 60px; }
.contact-page .form-notice .eyebrow { color: #cf8874; }
.contact-page .form-notice h2 { font-size: 36px; margin: 18px 0; }
.contact-page .form-notice > p { color: #d9ddd7; line-height: 1.9; }
.contact-page .form-notice iframe { background: #fff; border: 0; display: block; height: 1100px; margin: 34px 0 0; width: 100%; }
.contact-page .form-notice .form-link { margin: 18px 0 0; text-align: right; }
.contact-page .form-notice .form-link a { color: #f5f2ec; font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.contact-page .form-notice .form-link i { color: #cf8874; font-style: normal; margin: 0 0 0 8px; }
.contact-page aside { align-items: baseline; border-top: 1px solid #23383e; display: flex; margin: 60px 0 0; padding: 24px 0 0; }
.contact-page aside strong { font-family: Arial, Helvetica, sans-serif; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; width: 28%; }
.contact-page aside p { line-height: 1.9; width: 72%; }

@media screen and (max-width: 999px) {
  body { font-size: 15px; }
  .site-header .inner,
  .site-footer .inner,
  .home .inner,
  .product-detail .inner,
  .release-index .inner,
  .legal-page .inner,
  .contact-page .inner,
  .not-found .inner { width: 88%; }
  .site-header .inner { display: block; min-height: 0; padding: 11px 0 9px; }
  .site-header p { text-align: center; }
  .site-header p a { font-size: 20px; }
  .site-header nav { border-top: 1px solid rgba(35, 56, 62, 0.18); margin: 9px 0 0; padding: 7px 0 0; }
  .site-header nav ul { flex-wrap: wrap; }
  .site-header nav li { margin: 0; text-align: center; width: 33.333%; }
  .site-header nav a { display: block; font-size: 9px; line-height: 2.1; }
  .home .hero { min-height: 0; }
  .home .hero .inner { align-items: flex-start; display: block; min-height: 0; padding: 48px 0 30px; }
  .home .hero .text { padding: 0; width: 100%; }
  .home .hero .eyebrow { line-height: 1.7; margin: 0 0 22px; }
  .home .hero h1 { font-size: 32px; line-height: 1.22; }
  .home .hero h1 span,
  .home .hero h1 em { display: block; white-space: nowrap; }
  .home .hero .text > p:not(.eyebrow):not(.hero-links) { font-size: 14px; line-height: 1.9; margin: 28px 0 0; padding: 0 0 0 16px; width: 100%; }
  .home .hero .hero-links { display: block; margin: 30px 0 0; }
  .home .hero .hero-links a { display: block; margin: 0 0 10px; padding: 14px 16px; text-align: center; width: 100%; }
  .home .hero figure { bottom: auto; height: 270px; margin: 28px auto 0; position: relative; right: auto; top: auto; transform: none; width: 270px; z-index: 5; }
  .home .hero figure:before { height: 250px; left: 10px; top: 10px; width: 250px; }
  .home .hero figure:after { height: 194px; left: 38px; top: 38px; width: 194px; }
  .home .hero figure img { height: 190px; left: 40px; top: 40px; width: 190px; }
  .home .hero .side-note { color: #91a3a7; margin: 12px 0 0; position: static; text-align: center; }
  .home .ticker p { text-align: left; }
  .home .products,
  .home .development,
  .home .track-record,
  .home .contact { padding: 72px 0; }
  .home .products > .inner > header,
  .home .development header { display: block; margin: 0 0 42px; }
  .home .products header .eyebrow,
  .home .development header .eyebrow,
  .home .products header h2,
  .home .development header h2,
  .home .track-record h2,
  .home .contact h2 { width: 100%; }
  .home .products header h2,
  .home .development header h2,
  .home .contact h2 { font-size: 36px; line-height: 1.2; margin: 18px 0 0; }
  .home .product-list { display: block; }
  .home .product-list > li { width: 100%; }
  .home .product-list > li:first-child { border-right: 0; }
  .home .product-list article { min-height: 0; padding: 24px 8px 36px; }
  .home .product-list img { height: 115px; width: 115px; }
  .home .product-list h3 + p { min-height: 0; }
  .home .product-list .product-links { display: block; margin: 28px 0 0; position: static; }
  .home .product-list .product-links a { display: block; margin: 0 0 14px; }
  .home .development .inner > .text { margin-left: 0; width: 100%; }
  .home .service-list li { align-items: flex-start; flex-wrap: wrap; }
  .home .service-list i { width: 15%; }
  .home .service-list strong { width: 85%; }
  .home .service-list span { margin: 10px 0 0 15%; width: 85%; }
  .home .technology { padding: 56px 0; }
  .home .technology .inner { display: block; }
  .home .technology header,
  .home .technology ul,
  .home .technology .inner > p { width: 100%; }
  .home .technology ul { margin: 28px 0 20px; }
  .home .track-record .eyebrow { margin: 0 0 45px; }
  .home .track-record .figure,
  .home .track-record .text { width: 100%; }
  .home .track-record .figure strong { font-size: 150px; }
  .home .track-record .text { border-left: 0; border-top: 1px solid #132d37; margin: 44px 0 0; padding: 38px 0 0; }
  .home .track-record h2 { font-size: 36px; }
  .home .brand-sign .inner { display: block; text-align: center; }
  .home .brand-sign figure { justify-content: center; margin: 18px 0 8px; }
  .home .brand-sign figure img:first-child { height: 55px; width: 98px; }
  .home .contact .inner { display: block; }
  .home .contact .text,
  .home .contact figure { width: 100%; }
  .home .contact figure { box-shadow: 12px 12px 0 #b96f5b; margin: 54px 0 12px; }
  .home .contact figure img { height: 300px; }
  .home .contact a { display: block; text-align: center; width: 100%; }
  .product-detail .product-hero { padding: 60px 0; }
  .product-detail .product-hero .inner,
  .product-detail .screens .inner { display: block; }
  .product-detail .product-hero .text,
  .product-detail .product-hero figure,
  .product-detail .screens .text { width: 100%; }
  .product-detail .product-hero h1 { font-size: 40px; }
  .product-detail .product-hero figure { margin: 38px 0 0; }
  .product-detail .product-hero figure img,
  .product-detail .product-hero figure.icon img { height: auto; }
  .product-detail .points,
  .product-detail .screens,
  .product-detail .support { padding: 62px 0; }
  .product-detail .points h2,
  .product-detail .screens h2 { font-size: 34px; }
  .product-detail .point-list { display: block; }
  .product-detail .point-list li { width: 100%; }
  .product-detail .point-list li:not(:nth-child(3n)) { border-right: 0; }
  .product-detail .point-list section { min-height: 0; }
  .product-detail .screens figure { margin: 40px auto 0; width: 280px; }
  .product-detail .app-sign .inner { display: block; text-align: center; }
  .product-detail .app-sign figure { justify-content: center; margin: 18px 0; }
  .product-detail .app-sign .inner > p:last-child { margin: 0 auto; width: 90%; }
  .product-detail .support .inner { padding: 34px 24px; }
  .release-index,
  .legal-page,
  .contact-page { padding: 52px 0 74px; }
  .release-index h1,
  .legal-page h1 { font-size: 37px; }
  .legal-page table,
  .legal-page tbody,
  .legal-page tr,
  .legal-page th,
  .legal-page td { display: block; width: 100%; }
  .legal-page th { border-bottom: 0; }
  .cookie-consent { bottom: 14px; display: block; padding: 16px; width: 90%; }
  .cookie-consent > p:first-child { padding: 0; }
  .cookie-consent .actions { margin: 14px 0 0; }
  .cookie-consent button { margin: 0 8px 0 0; }
  .not-found { min-height: 560px; padding: 68px 0; }
  .not-found .code { font-size: 110px; opacity: 0.16; }
  .not-found h1 { font-size: 39px; width: 100%; }
  .contact-page header h1 { font-size: 39px; }
  .contact-page .contact-guide { display: block; }
  .contact-page .contact-guide section { padding: 34px 0; width: 100%; }
  .contact-page .contact-guide section + section { border-left: 0; border-top: 1px solid #23383e; padding-left: 0; }
  .contact-page .form-notice { margin: 52px 0 0; padding: 36px 24px; }
  .contact-page .form-notice iframe { height: 1220px; margin: 26px 0 0; }
  .contact-page aside { display: block; }
  .contact-page aside strong,
  .contact-page aside p { width: 100%; }
  .contact-page aside p { margin: 10px 0 0; }
  .site-footer .inner { display: block; }
  .site-footer ul { display: block; }
  .site-footer li { margin: 0 0 12px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
  html.is-motion-ready [data-reveal] { opacity: 1; transform: none; }
}
