html body.home .site-header,
  html body.home .page-header,
  html body.home .breadcrumb,
  html body.home .sub-section--col--two,
  html body.home .site-body-bottom,
  html body.home .site-footer,
  html body.home #vk-mobile-nav-menu-btn,
  html body.home .vk-mobile-nav,
  html body.home #page_top,
  html body.home > .skip-link {
    display: none !important;
  }

  html body.home .site-body,
  html body.home .site-body-container.container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.home .site-body-container.container {
    display: block !important;
  }

  html body.home #main.main-section,
  html body.home #main.main-section--col--two,
  html body.home .entry,
  html body.home .entry-body {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #axia-v3 {
    --axia-deep: #102d23;
    --axia-pine: #183d2e;
    --axia-forest: #24523d;
    --axia-ivory: #f5f0e6;
    --axia-paper: #fbf9f4;
    --axia-white: #fffdf8;
    --axia-stone: #ddd4c5;
    --axia-gold: #b69a62;
    --axia-gold-dark: #80642e;
    --axia-ink: #27322d;
    --axia-muted: #5d665f;
    --axia-line: rgba(16, 45, 35, 0.18);
    --axia-serif: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
      "Hiragino Mincho Pro", serif;
    --axia-sans: "Noto Sans JP", "Yu Gothic", YuGothic,
      "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }

  #axia-v3,
  #axia-v3 * {
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }

  html body.home {
    margin: 0;
    overflow-x: hidden !important;
    color: #27322d;
    background: #fbf9f4 !important;
  }

  #axia-v3 button,
  #axia-v3 a {
    font: inherit;
  }

  #axia-v3 button {
    color: inherit;
  }

  #axia-v3 a {
    text-decoration: none;
  }

  #axia-v3 img {
    display: block;
    max-width: 100%;
  }

  #axia-v3 {
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--axia-ink);
    background: var(--axia-paper);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.035em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  #axia-v3 [id] {
    scroll-margin-top: 84px;
  }

  .axia-shell {
    width: min(1240px, calc(100% - 80px));
    margin-inline: auto;
  }

  .section-space {
    padding-block: clamp(104px, 9vw, 144px);
  }

  .axia-skip {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 12px 20px;
    color: var(--axia-deep);
    background: var(--axia-white);
    border: 1px solid var(--axia-gold);
    transform: translateY(-160%);
  }

  .axia-skip:focus {
    transform: translateY(0);
  }

  .axia-header {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    height: 92px;
    color: var(--axia-deep);
    background: rgba(251, 249, 244, 0.88);
    border-bottom: 1px solid rgba(16, 45, 35, 0.1);
    backdrop-filter: blur(16px);
  }

  .axia-header__inner {
    display: flex;
    width: min(1380px, calc(100% - 64px));
    height: 100%;
    margin-inline: auto;
    align-items: center;
    justify-content: space-between;
  }

  .axia-logo {
    position: relative;
    z-index: 102;
    display: inline-flex;
    width: 138px;
    align-items: center;
  }

  .axia-logo img {
    width: 100%;
    height: auto;
  }

  .axia-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.2vw, 38px);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.075em;
  }

  .axia-nav > a:not(.axia-nav__contact) {
    position: relative;
    display: inline-flex;
    min-height: 48px;
    align-items: center;
  }

  .axia-nav > a:not(.axia-nav__contact)::after {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 1px;
    content: "";
    background: var(--axia-gold-dark);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s ease;
  }

  .axia-nav > a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .axia-nav__contact {
    display: inline-flex;
    min-height: 48px;
    padding-inline: 24px;
    align-items: center;
    justify-content: center;
    color: var(--axia-white);
    background: var(--axia-deep);
    border: 1px solid var(--axia-deep);
    transition:
      color 0.2s ease,
      background-color 0.2s ease;
  }

  .axia-nav__contact:hover {
    color: var(--axia-deep);
    background: transparent;
  }

  .axia-menu {
    display: none;
  }

  .axia-hero {
    position: relative;
    min-height: min(920px, 100svh);
    padding-top: 92px;
    overflow: hidden;
    background: #edf4f1;
  }

  .axia-hero__media,
  .axia-hero__media img,
  .axia-hero__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .axia-hero__media img {
    object-fit: cover;
    object-position: center center;
  }

  .axia-hero__veil {
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(252, 251, 247, 0.98) 0%,
        rgba(252, 251, 247, 0.93) 32%,
        rgba(252, 251, 247, 0.54) 49%,
        rgba(252, 251, 247, 0.09) 67%,
        rgba(252, 251, 247, 0) 78%
      ),
      linear-gradient(0deg, rgba(16, 45, 35, 0.05), transparent 34%);
  }

  .axia-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: calc(min(920px, 100svh) - 92px);
    align-items: center;
  }

  .axia-hero__copy {
    width: min(730px, 58%);
    padding-block: 70px 92px;
  }

  .axia-eyebrow,
  .axia-kicker {
    display: flex;
    margin: 0 0 28px;
    align-items: center;
    gap: 16px;
    color: var(--axia-gold-dark);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.19em;
    text-transform: uppercase;
  }

  .axia-eyebrow::before,
  .axia-kicker::before {
    width: 40px;
    height: 1px;
    content: "";
    background: var(--axia-gold);
  }

  .axia-hero h1,
  .axia-section-copy h2,
  .axia-values h2,
  .axia-life h2,
  .axia-company h2,
  .axia-guide h2,
  .axia-closing h2 {
    margin: 0;
    font-family: var(--axia-serif);
    font-weight: 500;
    letter-spacing: 0.055em;
  }

  .axia-heading-line {
    display: block;
  }

  .axia-hero h1 {
    max-width: 740px;
    color: var(--axia-deep);
    font-size: clamp(46px, 4.45vw, 62px);
    line-height: 1.48;
  }

  .axia-hero__lead {
    margin: 34px 0 0;
    color: #3f4e46;
    font-size: 18px;
    line-height: 2;
  }

  .axia-actions {
    display: flex;
    margin-top: 42px;
    align-items: center;
    gap: 32px;
  }

  .axia-button {
    display: inline-flex;
    min-width: 208px;
    min-height: 58px;
    padding: 14px 28px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 1px solid var(--axia-deep);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    transition:
      color 0.2s ease,
      background-color 0.2s ease,
      transform 0.2s ease;
  }

  .axia-button:hover {
    transform: translateY(-2px);
  }

  .axia-button--solid {
    color: var(--axia-white);
    background: var(--axia-deep);
  }

  .axia-button--solid:hover {
    background: var(--axia-forest);
  }

  .axia-button--brand {
    min-width: 188px;
    color: var(--axia-white);
    background: var(--axia-deep);
    border-color: var(--axia-deep);
    box-shadow: 0 14px 34px rgba(16, 45, 35, 0.14);
  }

  .axia-button--brand:hover {
    background: var(--axia-forest);
  }

  .axia-button--brand .axia-button__label {
    font-family: Georgia, "Times New Roman", var(--axia-serif);
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.16em;
  }

  .axia-button--brand > span:last-child {
    color: #d9c392;
  }

  .axia-text-link {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    gap: 24px;
    color: var(--axia-deep);
    border-bottom: 1px solid rgba(16, 45, 35, 0.35);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    transition:
      gap 0.22s ease,
      border-color 0.22s ease;
  }

  .axia-text-link:hover {
    gap: 32px;
    border-color: var(--axia-gold-dark);
  }

  .axia-text-link--dark {
    color: var(--axia-deep);
  }

  .axia-philosophy {
    background: var(--axia-paper);
  }

  .axia-philosophy__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(72px, 8vw, 108px);
  }

  .axia-section-copy h2,
  .axia-company h2 {
    color: var(--axia-deep);
    font-size: clamp(40px, 3.75vw, 52px);
    line-height: 1.55;
  }

  .axia-company h2 {
    font-size: clamp(40px, 3.5vw, 48px);
  }

  .axia-section-copy > p:not(.axia-kicker) {
    margin: 24px 0 0;
    color: var(--axia-muted);
    line-height: 2.1;
  }

  .axia-section-copy > .axia-lead {
    margin-top: 38px;
    color: var(--axia-ink);
    font-size: 18px;
  }

  .axia-section-copy > .axia-text-link {
    margin-top: 36px;
  }

  .axia-philosophy__visual {
    position: relative;
    margin: 0;
    padding: 0 0 0 42px;
  }

  .axia-philosophy__visual::before {
    position: absolute;
    z-index: 0;
    top: -34px;
    right: -34px;
    width: 42%;
    height: 54%;
    content: "";
    border: 1px solid rgba(182, 154, 98, 0.65);
  }

  .axia-philosophy__visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center center;
    box-shadow: 0 28px 72px rgba(16, 45, 35, 0.12);
  }

  .axia-values {
    color: var(--axia-white);
    background: linear-gradient(135deg, #15372b 0%, #234d3b 100%);
  }

  .axia-kicker--light {
    color: #d9c392;
  }

  .axia-values__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
    align-items: end;
    gap: 80px;
  }

  .axia-values h2,
  .axia-guide h2 {
    color: var(--axia-white);
    font-size: clamp(40px, 4vw, 54px);
    line-height: 1.5;
  }

  .axia-values__head > p {
    margin: 0 0 8px;
    color: rgba(255, 253, 248, 0.82);
    line-height: 2;
  }

  .axia-values__grid {
    display: grid;
    margin-top: clamp(64px, 7vw, 102px);
    border-top: 1px solid rgba(255, 253, 248, 0.22);
    grid-template-columns: repeat(3, 1fr);
  }

  .axia-values__grid article {
    position: relative;
    min-height: 320px;
    padding: 50px 38px 40px;
    border-right: 1px solid rgba(255, 253, 248, 0.18);
  }

  .axia-values__grid article:first-child {
    border-left: 1px solid rgba(255, 253, 248, 0.18);
  }

  .axia-values__number {
    margin: 0;
    color: #d9c392;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
  }

  .axia-values__grid h3 {
    margin: 42px 0 0;
    font-family: var(--axia-serif);
    font-size: 25px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }

  .axia-values__grid article > p:not(.axia-values__number) {
    margin: 22px 0 0;
    color: rgba(255, 253, 248, 0.8);
    font-size: 16px;
    line-height: 2;
  }

  .axia-life {
    position: relative;
    min-height: 740px;
    overflow: hidden;
    color: var(--axia-ink);
    background: var(--axia-paper);
  }

  .axia-life__media,
  .axia-life__media img,
  .axia-life__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .axia-life__media img {
    object-fit: cover;
    object-position: 72% 35%;
  }

  .axia-life__veil {
    background: linear-gradient(
        90deg,
        rgba(251, 249, 244, 0.98) 0%,
        rgba(251, 249, 244, 0.95) 30%,
        rgba(251, 249, 244, 0.78) 42%,
        rgba(251, 249, 244, 0.38) 56%,
        rgba(251, 249, 244, 0.08) 68%,
        rgba(251, 249, 244, 0.02) 82%
      ),
      linear-gradient(0deg, rgba(251, 249, 244, 0.18), transparent 38%);
  }

  .axia-life__inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 740px;
    align-items: center;
  }

  .axia-life__copy {
    width: min(680px, 54%);
  }

  .axia-life h2 {
    color: var(--axia-deep);
    font-size: clamp(40px, 3.8vw, 52px);
    line-height: 1.55;
  }

  .axia-life__copy > p:last-child {
    margin: 34px 0 0;
    color: #48554e;
    line-height: 2.1;
  }

  .axia-quality {
    background: var(--axia-white);
  }

  .axia-quality__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(72px, 8vw, 110px);
  }

  .axia-quality__visual {
    position: relative;
    margin: 0;
    padding: 0 42px 48px 0;
  }

  .axia-quality__visual::after {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    width: 76%;
    height: 72%;
    content: "";
    background: var(--axia-ivory);
  }

  .axia-quality__visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 65% center;
  }

  .axia-quality__list {
    margin: 44px 0 0;
    border-top: 1px solid var(--axia-line);
  }

  .axia-quality__list > div {
    display: grid;
    padding: 22px 0;
    border-bottom: 1px solid var(--axia-line);
    grid-template-columns: 160px 1fr;
    gap: 24px;
  }

  .axia-quality__list dt {
    color: var(--axia-deep);
    font-family: var(--axia-serif);
    font-weight: 600;
    letter-spacing: 0.06em;
  }

  .axia-quality__list dd {
    margin: 0;
    color: var(--axia-muted);
    font-size: 15px;
    line-height: 1.8;
  }

  .axia-link-pair {
    display: flex;
    margin-top: 34px;
    flex-wrap: wrap;
    gap: 18px 32px;
  }

  .axia-company {
    background: var(--axia-ivory);
  }

  .axia-company__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
    align-items: end;
    gap: clamp(72px, 8vw, 110px);
  }

  .axia-company__intro > div:last-child > p {
    margin: 0;
    color: var(--axia-muted);
    line-height: 2.1;
  }

  .axia-company__intro .axia-text-link {
    margin-top: 32px;
  }

  .axia-company__facts {
    display: grid;
    margin-top: clamp(64px, 7vw, 100px);
    border-top: 1px solid var(--axia-line);
    border-left: 1px solid var(--axia-line);
    grid-template-columns: repeat(4, 1fr);
  }

  .axia-company__facts article {
    min-height: 220px;
    padding: 36px 28px;
    border-right: 1px solid var(--axia-line);
    border-bottom: 1px solid var(--axia-line);
  }

  .axia-company__facts article > p {
    margin: 0;
    color: var(--axia-gold-dark);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
  }

  .axia-company__facts h3 {
    margin: 42px 0 0;
    color: var(--axia-deep);
    font-family: var(--axia-serif);
    font-size: 23px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.06em;
  }

  .axia-company__facts span {
    display: block;
    margin-top: 14px;
    color: var(--axia-muted);
    font-size: 13px;
    line-height: 1.8;
  }

  .axia-guide {
    color: var(--axia-white);
    background: linear-gradient(135deg, #214839 0%, #17382c 100%);
  }

  .axia-guide__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.64fr);
    align-items: end;
    gap: 70px;
  }

  .axia-guide__head .axia-kicker {
    grid-column: 1 / -1;
    margin-bottom: -28px;
  }

  .axia-guide__head > p:last-child {
    margin: 0 0 10px;
    color: rgba(255, 253, 248, 0.84);
    line-height: 2;
  }

  .axia-guide__grid {
    display: grid;
    margin-top: 76px;
    border-top: 1px solid rgba(255, 253, 248, 0.24);
    grid-template-columns: repeat(3, 1fr);
  }

  .axia-guide__grid > a {
    position: relative;
    min-height: 270px;
    padding: 42px 38px;
    border-right: 1px solid rgba(255, 253, 248, 0.18);
    transition:
      color 0.2s ease,
      background-color 0.2s ease;
  }

  .axia-guide__grid > a:first-child {
    border-left: 1px solid rgba(255, 253, 248, 0.18);
  }

  .axia-guide__grid > a:hover {
    color: var(--axia-deep);
    background: var(--axia-ivory);
  }

  .axia-guide__grid > a > span {
    color: #d9c392;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.17em;
  }

  .axia-guide__grid h3 {
    margin: 44px 0 0;
    font-family: var(--axia-serif);
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.06em;
  }

  .axia-guide__grid p {
    margin: 20px 0 0;
    color: rgba(255, 253, 248, 0.8);
    font-size: 15px;
    line-height: 1.9;
  }

  .axia-guide__grid > a:hover p,
  .axia-guide__grid > a:hover > span {
    color: var(--axia-muted);
  }

  .axia-guide__grid > a > span:last-child {
    position: absolute;
    right: 32px;
    bottom: 28px;
    color: #d9c392;
    font-size: 18px;
  }

  .axia-closing {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background: #dadad3;
  }

  .axia-closing__media,
  .axia-closing__media img,
  .axia-closing__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .axia-closing__media img {
    object-fit: cover;
    object-position: center;
    filter: saturate(0.78);
  }

  .axia-closing__veil {
    background: linear-gradient(
      90deg,
      rgba(248, 244, 235, 0.98),
      rgba(248, 244, 235, 0.9) 44%,
      rgba(248, 244, 235, 0.18) 72%
    );
  }

  .axia-closing__inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 620px;
    padding-block: 78px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .axia-closing h2 {
    color: var(--axia-deep);
    font-size: clamp(42px, 4.3vw, 58px);
    line-height: 1.5;
  }

  .axia-closing__inner > p:not(.axia-kicker) {
    margin: 30px 0 0;
    color: #455149;
    line-height: 2;
  }

  .axia-footer {
    padding-block: 76px 32px;
    color: rgba(255, 253, 248, 0.72);
    background: #0b231b;
  }

  .axia-footer__main {
    display: grid;
    grid-template-columns: minmax(280px, 1.6fr) repeat(3, 1fr);
    gap: 60px;
  }

  .axia-logo--footer {
    width: 158px;
    filter: brightness(0) invert(1);
    opacity: 0.92;
  }

  .axia-footer__brand > p {
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 2;
  }

  .axia-footer__heading {
    margin: 0 0 24px;
    color: #d9c392;
    font-family: var(--axia-serif);
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .axia-footer nav {
    display: flex;
    flex-direction: column;
    gap: 13px;
    font-size: 13px;
  }

  .axia-footer nav a,
  .axia-footer__legal a {
    transition: color 0.2s ease;
  }

  .axia-footer nav a:hover,
  .axia-footer__legal a:hover {
    color: var(--axia-white);
  }

  .axia-footer__legal {
    display: flex;
    margin-top: 60px;
    padding-top: 28px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    border-top: 1px solid rgba(255, 253, 248, 0.16);
    color: rgba(255, 253, 248, 0.72);
    font-size: 12px;
    line-height: 1.9;
  }

  .axia-footer__legal > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
  }

  .axia-footer__legal p {
    margin: 0;
    white-space: nowrap;
  }

  #axia-v3 a.axia-skip,
  #axia-v3 a.axia-skip:visited {
    color: var(--axia-deep) !important;
  }

  #axia-v3 .axia-nav > a:not(.axia-nav__contact),
  #axia-v3 .axia-nav > a:not(.axia-nav__contact):visited {
    color: var(--axia-deep) !important;
  }

  #axia-v3 a.axia-nav__contact,
  #axia-v3 a.axia-nav__contact:visited {
    flex: 0 0 auto;
    white-space: nowrap;
    color: var(--axia-white) !important;
    background-color: var(--axia-deep) !important;
  }

  #axia-v3 a.axia-nav__contact:hover {
    color: var(--axia-deep) !important;
    background-color: var(--axia-paper) !important;
  }

  #axia-v3 a.axia-nav__contact:focus-visible {
    color: var(--axia-white) !important;
    background-color: var(--axia-deep) !important;
  }

  #axia-v3 a.axia-nav__contact:active {
    color: var(--axia-white) !important;
    background-color: var(--axia-forest) !important;
  }

  #axia-v3 a.axia-button--solid,
  #axia-v3 a.axia-button--solid:visited {
    color: var(--axia-white) !important;
    background-color: var(--axia-deep) !important;
  }

  #axia-v3 a.axia-button--solid:hover,
  #axia-v3 a.axia-button--solid:active {
    color: var(--axia-white) !important;
    background-color: var(--axia-forest) !important;
  }

  #axia-v3 a.axia-button--solid:focus-visible {
    color: var(--axia-white) !important;
    background-color: var(--axia-deep) !important;
  }

  #axia-v3 a.axia-button--brand,
  #axia-v3 a.axia-button--brand:visited {
    color: var(--axia-white) !important;
    background-color: var(--axia-deep) !important;
  }

  #axia-v3 a.axia-button--brand:hover,
  #axia-v3 a.axia-button--brand:active {
    color: var(--axia-white) !important;
    background-color: var(--axia-forest) !important;
  }

  #axia-v3 a.axia-button--brand:focus-visible {
    color: var(--axia-white) !important;
    background-color: var(--axia-deep) !important;
  }

  #axia-v3 a.axia-button--brand > span:last-child,
  #axia-v3 a.axia-button--brand:visited > span:last-child,
  #axia-v3 a.axia-button--brand:hover > span:last-child,
  #axia-v3 a.axia-button--brand:focus-visible > span:last-child,
  #axia-v3 a.axia-button--brand:active > span:last-child {
    color: #d9c392 !important;
  }

  #axia-v3 a.axia-text-link,
  #axia-v3 a.axia-text-link:visited,
  #axia-v3 a.axia-text-link:hover,
  #axia-v3 a.axia-text-link:focus-visible,
  #axia-v3 a.axia-text-link:active {
    color: var(--axia-deep) !important;
  }

  #axia-v3 .axia-guide__grid > a,
  #axia-v3 .axia-guide__grid > a:visited {
    color: var(--axia-white) !important;
    background-color: transparent !important;
  }

  #axia-v3 .axia-guide__grid > a h3 {
    color: var(--axia-white) !important;
  }

  #axia-v3 .axia-guide__grid > a:hover,
  #axia-v3 .axia-guide__grid > a:focus-visible,
  #axia-v3 .axia-guide__grid > a:active {
    color: var(--axia-deep) !important;
    background-color: var(--axia-ivory) !important;
  }

  #axia-v3 .axia-guide__grid > a:hover h3,
  #axia-v3 .axia-guide__grid > a:focus-visible h3,
  #axia-v3 .axia-guide__grid > a:active h3 {
    color: var(--axia-deep) !important;
  }

  #axia-v3 .axia-guide__grid > a:hover p,
  #axia-v3 .axia-guide__grid > a:focus-visible p,
  #axia-v3 .axia-guide__grid > a:active p,
  #axia-v3 .axia-guide__grid > a:hover > span,
  #axia-v3 .axia-guide__grid > a:focus-visible > span,
  #axia-v3 .axia-guide__grid > a:active > span {
    color: var(--axia-muted) !important;
  }

  #axia-v3 .axia-guide__grid > a:hover > span:last-child,
  #axia-v3 .axia-guide__grid > a:focus-visible > span:last-child,
  #axia-v3 .axia-guide__grid > a:active > span:last-child {
    color: var(--axia-gold-dark) !important;
  }

  #axia-v3 .axia-footer nav a,
  #axia-v3 .axia-footer nav a:visited {
    color: rgba(255, 253, 248, 0.72) !important;
  }

  #axia-v3 .axia-footer__legal a,
  #axia-v3 .axia-footer__legal a:visited {
    color: rgba(255, 253, 248, 0.78) !important;
  }

  #axia-v3 .axia-footer nav a:hover,
  #axia-v3 .axia-footer nav a:focus-visible,
  #axia-v3 .axia-footer nav a:active,
  #axia-v3 .axia-footer__legal a:hover,
  #axia-v3 .axia-footer__legal a:focus-visible,
  #axia-v3 .axia-footer__legal a:active {
    color: var(--axia-white) !important;
  }

  #axia-v3 a:focus-visible,
  #axia-v3 button:focus-visible {
    outline: 3px solid #c79636;
    outline-offset: 4px;
  }

  @media (min-width: 1180px) {
    .axia-heading-line {
      white-space: nowrap;
    }
  }

  @media (max-width: 1120px) {
    .axia-header__inner {
      width: min(100% - 40px, 1040px);
    }

    .axia-nav {
      gap: 18px;
      font-size: 13px;
    }

    .axia-nav__contact {
      padding-inline: 18px;
    }

    .axia-values__grid article {
      padding-inline: 30px;
    }

    .axia-company__facts {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 900px) {
    .axia-shell {
      width: min(100% - 48px, 760px);
    }

    .axia-header,
    .axia-header__inner {
      height: 76px;
    }

    #axia-v3 .axia-header {
      -webkit-backdrop-filter: none !important;
      backdrop-filter: none !important;
      filter: none !important;
      transform: none !important;
      perspective: none !important;
      contain: none !important;
    }

    .axia-header__inner {
      width: calc(100% - 40px);
    }

    .axia-logo {
      width: 124px;
    }

    .axia-menu {
      position: relative;
      z-index: 102;
      display: flex;
      width: 50px;
      height: 50px;
      padding: 0;
      align-items: center;
      justify-content: center;
      background: transparent;
      border: 0;
    }

    .axia-menu span {
      position: absolute;
      width: 28px;
      height: 1px;
      background: var(--axia-deep);
      transition:
        top 0.2s ease,
        transform 0.2s ease;
    }

    .axia-menu span:first-child {
      top: 20px;
    }

    .axia-menu span:last-child {
      top: 29px;
    }

    .axia-header.is-open .axia-menu span:first-child {
      top: 25px;
      transform: rotate(45deg);
    }

    .axia-header.is-open .axia-menu span:last-child {
      top: 25px;
      transform: rotate(-45deg);
    }

    #axia-v3 .axia-nav {
      position: fixed !important;
      z-index: 101 !important;
      inset: 0 !important;
      display: flex !important;
      width: 100% !important;
      min-width: 0 !important;
      height: 100vh !important;
      height: 100dvh !important;
      max-height: none !important;
      margin: 0 !important;
      padding: 112px 28px calc(48px + env(safe-area-inset-bottom)) !important;
      flex-direction: column !important;
      align-items: stretch !important;
      gap: 0 !important;
      overflow-x: hidden !important;
      overflow-y: auto !important;
      overscroll-behavior: contain;
      visibility: hidden !important;
      background: #fbf9f4 !important;
      box-shadow: none !important;
      opacity: 0 !important;
      transform: translateY(-16px) !important;
      -webkit-overflow-scrolling: touch;
      transition:
        visibility 0.25s,
        opacity 0.25s ease,
        transform 0.25s ease;
    }

    #axia-v3 .axia-header.is-open .axia-nav {
      visibility: visible !important;
      opacity: 1 !important;
      transform: translateY(0) !important;
    }

    #axia-v3 .axia-header.is-open .axia-nav > a:not(.axia-nav__contact),
    #axia-v3 .axia-header.is-open .axia-nav > a:not(.axia-nav__contact):visited {
      color: #102d23 !important;
      text-shadow: none !important;
    }

    .axia-nav > a:not(.axia-nav__contact) {
      min-height: 62px;
      padding-inline: 4px;
      border-bottom: 1px solid var(--axia-line);
      font-family: var(--axia-serif);
      font-size: 18px;
    }

    .axia-nav__contact {
      min-height: 58px;
      margin-top: 28px;
    }

    .axia-hero {
      min-height: 860px;
      padding-top: 76px;
    }

    .axia-hero__inner {
      min-height: 784px;
    }

    .axia-hero__copy {
      width: min(650px, 74%);
    }

    .axia-philosophy__grid,
    .axia-quality__grid {
      grid-template-columns: 1fr;
    }

    .axia-quality__visual {
      max-width: 620px;
    }

    .axia-philosophy__visual {
      max-width: 650px;
      margin-left: auto;
    }

    .axia-values__head,
    .axia-company__intro,
    .axia-guide__head {
      grid-template-columns: 1fr;
      gap: 34px;
    }

    .axia-values__grid,
    .axia-guide__grid {
      grid-template-columns: 1fr;
    }

    .axia-values__grid article,
    .axia-guide__grid > a {
      min-height: auto;
      border-left: 1px solid rgba(255, 253, 248, 0.18);
      border-bottom: 1px solid rgba(255, 253, 248, 0.18);
    }

    .axia-values__grid article {
      padding-block: 42px 60px;
    }

    .axia-values__grid h3 {
      margin-top: 28px;
    }

    .axia-life__copy {
      width: 62%;
    }

    .axia-guide__head .axia-kicker {
      grid-column: auto;
      margin-bottom: 0;
    }

    .axia-guide__grid > a {
      min-height: 250px;
    }

    .axia-footer__main {
      grid-template-columns: repeat(3, 1fr);
    }

    .axia-footer__brand {
      grid-column: 1 / -1;
    }
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    .axia-hero__media img {
      object-position: 60% center;
    }
  }

  @media (max-width: 767px) {
    #axia-v3 {
      font-size: 17px;
      line-height: 1.9;
    }

    .axia-shell {
      width: calc(100% - 40px);
    }

    .section-space {
      padding-block: 92px;
    }

    .desktop-only {
      display: none;
    }

    .axia-hero {
      display: block;
      min-height: 0;
      padding-top: 76px;
      overflow: hidden;
      background: var(--axia-paper);
    }

    /*
     * スマホでは写真と文章を上下に分離する。
     * 松葉・幹・海・砂丘を中央安全域に収めた専用画像を使い、
     * 機種の縦横比が変わっても主景が画面外へ逃げない構成に固定。
     */
    .axia-hero__media {
      position: relative;
      inset: auto;
      z-index: 0;
      display: block;
      width: 100%;
      height: clamp(400px, 60svh, 520px);
      overflow: hidden;
      background: #e5f0ed;
    }

    .axia-hero__media img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }

    .axia-hero__veil {
      top: 76px;
      right: 0;
      bottom: auto;
      left: 0;
      z-index: 1;
      height: clamp(400px, 60svh, 520px);
      background: linear-gradient(
        180deg,
        rgba(12, 35, 27, 0.025) 0%,
        rgba(12, 35, 27, 0) 62%,
        rgba(252, 251, 247, 0.12) 80%,
        rgba(248, 244, 235, 0.98) 100%
      );
      pointer-events: none;
    }

    .axia-hero__inner {
      min-height: 0;
      align-items: stretch;
    }

    .axia-hero__copy {
      position: relative;
      z-index: 2;
      width: 100%;
      margin-top: -34px;
      padding-block: 0 96px;
    }

    .axia-eyebrow,
    .axia-kicker {
      margin-bottom: 22px;
      font-size: 10px;
    }

    .axia-hero h1 {
      font-size: clamp(34px, 9vw, 42px);
      line-height: 1.55;
      letter-spacing: 0.045em;
    }

    .axia-hero__lead {
      margin-top: 24px;
      font-size: 16px;
      line-height: 1.95;
    }

    .axia-actions {
      margin-top: 30px;
      flex-direction: column;
      align-items: stretch;
      gap: 12px;
    }

    .axia-button {
      width: 100%;
      min-height: 58px;
    }

    .axia-text-link {
      align-self: flex-start;
    }

    .axia-section-copy h2,
    .axia-company h2,
    .axia-values h2,
    .axia-guide h2 {
      font-size: clamp(31px, 8.2vw, 39px);
      line-height: 1.6;
    }

    .axia-section-copy > .axia-lead {
      margin-top: 28px;
      font-size: 17px;
    }

    .axia-section-copy > p:not(.axia-kicker) {
      line-height: 2;
    }

    .axia-philosophy__grid,
    .axia-quality__grid {
      gap: 70px;
    }

    .axia-philosophy__visual {
      padding: 0 0 0 20px;
    }

    .axia-philosophy__visual::before {
      top: -20px;
      right: -16px;
    }

    .axia-values__head > p {
      font-size: 16px;
    }

    .axia-values__grid {
      margin-top: 54px;
    }

    .axia-values__grid article {
      padding: 38px 28px 58px;
    }

    .axia-values__grid h3 {
      font-size: 23px;
    }

    .axia-life,
    .axia-life__inner {
      min-height: 780px;
    }

    .axia-life__media img {
      object-position: 65% center;
    }

    .axia-life__veil {
      background: linear-gradient(
        180deg,
        rgba(251, 249, 244, 0.02) 0%,
        rgba(251, 249, 244, 0.12) 38%,
        rgba(251, 249, 244, 0.9) 72%,
        rgba(251, 249, 244, 0.98) 100%
      );
    }

    .axia-life__inner {
      align-items: flex-end;
    }

    .axia-life__copy {
      width: 100%;
      padding-bottom: 74px;
    }

    .axia-life h2 {
      font-size: clamp(31px, 8.2vw, 39px);
      line-height: 1.6;
    }

    .axia-life__copy > p:last-child {
      margin-top: 24px;
      line-height: 2;
    }

    .axia-quality__visual {
      padding: 0 26px 36px 0;
    }

    .axia-quality__list {
      margin-top: 34px;
    }

    .axia-quality__list > div {
      grid-template-columns: 1fr;
      gap: 6px;
    }

    .axia-link-pair {
      flex-direction: column;
      align-items: flex-start;
    }

    .axia-company__intro {
      gap: 28px;
    }

    .axia-company__facts {
      margin-top: 56px;
      grid-template-columns: 1fr;
    }

    .axia-company__facts article {
      min-height: auto;
      padding: 30px 26px;
    }

    .axia-company__facts h3 {
      margin-top: 24px;
    }

    .axia-guide__grid {
      margin-top: 52px;
    }

    .axia-guide__grid > a {
      min-height: 240px;
      padding: 34px 28px;
    }

    .axia-guide__grid h3 {
      margin-top: 34px;
      font-size: 22px;
    }

    .axia-closing,
    .axia-closing__inner {
      min-height: 670px;
    }

    .axia-closing__media img {
      object-position: center bottom;
    }

    .axia-closing__veil {
      background: linear-gradient(
        180deg,
        rgba(248, 244, 235, 0.62),
        rgba(248, 244, 235, 0.9) 55%,
        rgba(248, 244, 235, 0.98)
      );
    }

    .axia-closing__inner {
      padding-block: 76px;
      justify-content: flex-end;
    }

    .axia-closing h2 {
      font-size: clamp(34px, 9vw, 42px);
    }

    .axia-footer {
      padding-top: 74px;
    }

    .axia-footer__main {
      grid-template-columns: 1fr 1fr;
      gap: 48px 28px;
    }

    .axia-footer__brand {
      grid-column: 1 / -1;
    }

    .axia-footer__main > div:last-child {
      grid-column: 1 / -1;
    }

    .axia-footer__legal {
      margin-top: 58px;
      flex-direction: column;
    }

    .axia-footer__legal p {
      white-space: normal;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }

    #axia-v3 *,
    #axia-v3 *::before,
    #axia-v3 *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.001ms !important;
    }
  }
