@font-face {
  font-family: "WOODY Gen Mincho";
  src: url("/assets/fonts/source-han-serif-jp/WOODY-GenMincho-ExtraLight.woff2") format("woff2");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "WOODY Gen Mincho";
  src: url("/assets/fonts/source-han-serif-jp/WOODY-GenMincho-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "WOODY Gen Mincho";
  src: url("/assets/fonts/source-han-serif-jp/WOODY-GenMincho-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --woody-bg: #ffffff;
  --woody-ink: #111111;
  --woody-muted: #66635f;
  --woody-soft: #f5f5f5;
  --woody-line: rgba(17, 17, 17, 0.16);
  --woody-line-strong: rgba(17, 17, 17, 0.34);
  --woody-max: 1180px;
  --woody-reading: 720px;
  --woody-font: "WOODY Gen Mincho", "Source Han Serif JP", "源ノ明朝 JP",
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --woody-font-display: var(--woody-font);
  --woody-font-latin: var(--woody-font);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--woody-bg);
}

body.home-luxury {
  margin: 0;
  overflow-x: hidden;
  background: var(--woody-bg);
  color: var(--woody-ink);
  font-family: var(--woody-font);
  font-size: 15px;
  font-weight: 200;
  font-synthesis: none;
  letter-spacing: 0.055em;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.site-brand,
.eyebrow,
.section-kicker,
.proof-bar dt,
.location-card small,
.hero-caption,
.footer-brand {
  font-family: var(--woody-font-latin);
}

.hero h1,
.section h2,
.location-card strong {
  font-family: var(--woody-font-display);
  font-weight: 200;
}

body.home-luxury img {
  display: block;
  width: 100%;
  max-width: 100%;
}

body.home-luxury a {
  color: inherit;
  text-decoration: none;
}

body.home-luxury button,
body.home-luxury input,
body.home-luxury select,
body.home-luxury textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  transform: translateY(-160%);
  border: 1px solid var(--woody-ink);
  background: #fff;
  font-size: 12px;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 clamp(22px, 4vw, 64px);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.site-brand {
  justify-self: start;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.32em;
  line-height: 1;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.8vw, 38px);
}

.site-nav a,
.header-action {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
  white-space: nowrap;
}

.site-nav a {
  padding: 12px 0;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: var(--woody-ink);
}

.header-action {
  justify-self: end;
  padding: 14px 20px;
  border: 1px solid var(--woody-ink);
}

.header-action:hover,
.header-action:focus-visible {
  background: var(--woody-ink);
  color: #fff;
}

.hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 780px;
  min-width: 0;
  padding-top: 76px;
  border-bottom: 1px solid var(--woody-line);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  padding: clamp(72px, 10vw, 150px) clamp(36px, 8vw, 132px);
  text-align: center;
}

.hero-copy > * {
  max-width: 100%;
}

.eyebrow {
  margin: 0 0 32px;
  color: var(--woody-muted);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.27em;
  line-height: 1.7;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(44px, 4.7vw, 64px);
  letter-spacing: 0.045em;
  line-height: 1.4;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  margin: 28px 0 0;
  color: var(--woody-ink);
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 2;
  column-gap: 18px;
  row-gap: 4px;
}

.hero-features span {
  white-space: nowrap;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 18px 0 0;
  color: var(--woody-muted);
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.hero-facts span {
  white-space: nowrap;
}

.hero-facts span + span {
  margin-left: 18px;
  padding-left: 18px;
  border-left: 1px solid var(--woody-line);
}

.hero-lead {
  max-width: 600px;
  margin: 24px 0 0;
  color: #3f3d3a;
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 2.15;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
}

.hero-actions {
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid var(--woody-line-strong);
  background: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button-primary {
  border-color: var(--woody-ink);
  background: var(--woody-ink);
  color: #fff !important;
}

.button:hover,
.button:focus-visible {
  border-color: var(--woody-ink);
  background: var(--woody-ink);
  color: #fff;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #fff;
  color: var(--woody-ink) !important;
}

.hero-note {
  margin: 22px 0 0;
  color: var(--woody-muted);
  font-size: 11px;
  line-height: 1.8;
  text-align: center;
}

.hero-media {
  position: relative;
  min-height: 704px;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--woody-soft);
}

.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: 55% 42%;
}

.hero-caption {
  position: absolute;
  right: 22px;
  bottom: 18px;
  margin: 0;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.88);
  color: #3f3d3a;
  font-size: 9px;
  letter-spacing: 0.16em;
  line-height: 1.5;
}

.proof-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(calc(100% - 48px), var(--woody-max));
  margin: 0 auto;
  padding: 38px 0;
  border-bottom: 1px solid var(--woody-line);
}

.proof-bar div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 24px;
  text-align: center;
}

.proof-bar div + div {
  border-left: 1px solid var(--woody-line);
}

.proof-bar dt {
  margin: 0 0 8px;
  color: var(--woody-muted);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.16em;
}

.proof-bar dd {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.section {
  width: min(calc(100% - 48px), var(--woody-max));
  margin: 0 auto;
  padding: clamp(104px, 11vw, 158px) 0;
  border-bottom: 1px solid var(--woody-line);
  text-align: center;
}

.section-narrow {
  width: min(calc(100% - 48px), var(--woody-reading));
  text-align: center;
}

.section-kicker {
  margin: 0 0 28px;
  color: var(--woody-muted);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section h2 {
  margin: 0;
  font-size: clamp(30px, 4.1vw, 52px);
  letter-spacing: 0.075em;
  line-height: 1.55;
}

.section-intro {
  max-width: 720px;
  margin: 34px auto 0;
  color: #4e4b47;
  font-size: 15px;
  line-height: 2.2;
}

.section > .section-kicker,
.section > h2,
.section > .section-intro {
  text-align: center;
}

.service-layout,
.instructor-layout,
.works-layout {
  display: grid;
  grid-template-columns: minmax(0, var(--woody-reading));
  justify-content: center;
  gap: clamp(48px, 6vw, 72px);
  align-items: start;
  text-align: center;
}

.service-photo,
.instructor-photo,
.works-photo {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--woody-soft);
  justify-self: center;
}

.service-photo img,
.instructor-photo img,
.works-photo img {
  height: auto;
}

.service-photo img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 48% center;
}

.instructor-photo {
  max-width: 520px;
}

.service-copy,
.instructor-copy,
.works-copy {
  width: 100%;
  max-width: var(--woody-reading);
  margin-inline: auto;
  text-align: center;
}

.service-copy h2,
.instructor-copy h2,
.works-copy h2 {
  font-size: clamp(29px, 3.6vw, 48px);
}

.service-copy > p:not(.section-kicker),
.instructor-copy > p:not(.section-kicker),
.works-copy > p:not(.section-kicker) {
  max-width: 680px;
  margin: 30px auto 0;
  color: #4e4b47;
  line-height: 2.2;
  text-align: center;
}

.service-list,
.trial-list,
.credentials {
  width: 100%;
  max-width: var(--woody-reading);
  margin: 42px auto 0;
  border-top: 1px solid var(--woody-line);
}

.service-list div,
.trial-list div,
.credentials li {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 8px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--woody-line);
  text-align: center;
}

.service-list dt,
.trial-list dt {
  color: var(--woody-muted);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.17em;
}

.service-list dd,
.trial-list dd {
  max-width: 620px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.9;
}

.trial-list {
  text-align: center;
}

.trial-list dt {
  padding-top: 2px;
}

.trial-list dd strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.09em;
}

.section-narrow .section-actions {
  justify-content: center;
}

.price-line {
  margin: 24px 0 0;
  color: var(--woody-muted);
  font-size: 11px;
  line-height: 2;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: 1040px;
  margin: 62px auto 0;
  border-top: 1px solid var(--woody-line);
  border-left: 1px solid var(--woody-line);
}

.location-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
  padding: clamp(28px, 4vw, 48px);
  border-right: 1px solid var(--woody-line);
  border-bottom: 1px solid var(--woody-line);
  text-align: center;
  transition: background 180ms ease;
}

.location-card:hover,
.location-card:focus-visible {
  background: var(--woody-soft);
}

.location-card small {
  color: var(--woody-muted);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.26em;
}

.location-card strong {
  margin-top: 24px;
  font-size: clamp(27px, 3vw, 40px);
  letter-spacing: 0.14em;
}

.location-card p {
  max-width: 390px;
  margin: 20px 0 0;
  color: #4e4b47;
  font-size: 13px;
  line-height: 2;
}

.location-price {
  margin-top: auto !important;
  padding-top: 28px;
  color: var(--woody-ink) !important;
  font-size: 12px !important;
  font-weight: 400;
}

.instructor-layout {
  grid-template-columns: minmax(0, var(--woody-reading));
}

.instructor-photo img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.credentials {
  padding: 0;
  list-style: none;
}

.credentials li {
  grid-template-columns: 1fr;
  padding: 17px 0;
  color: #3f3d3a;
  font-size: 13px;
  text-align: center;
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--woody-line-strong);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.text-link::after {
  content: "→";
  font-size: 12px;
}

.text-link:hover,
.text-link:focus-visible {
  border-color: var(--woody-ink);
}

.reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 62px;
  border-top: 1px solid var(--woody-line);
  border-bottom: 1px solid var(--woody-line);
}

.review {
  margin: 0;
  padding: 42px clamp(24px, 3vw, 38px);
  text-align: center;
}

.review + .review {
  border-left: 1px solid var(--woody-line);
}

.review blockquote {
  margin: 0;
  font-size: 14px;
  line-height: 2.15;
}

.review figcaption {
  margin-top: 26px;
  color: var(--woody-muted);
  font-size: 10px;
  letter-spacing: 0.13em;
}

.review-source {
  margin: 28px 0 0;
  color: var(--woody-muted);
  font-size: 10px;
  line-height: 1.8;
  text-align: center;
}

.review-source a {
  border-bottom: 1px solid var(--woody-line-strong);
}

.works-layout {
  grid-template-columns: minmax(0, var(--woody-reading));
}

.works-photo img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.works-links {
  width: 100%;
  max-width: var(--woody-reading);
  margin: 38px auto 0;
  border-top: 1px solid var(--woody-line);
}

.works-link {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--woody-line);
  text-align: center;
}

.works-link > span:first-child {
  grid-column: 2;
}

.works-link > span:last-child {
  grid-column: 3;
  justify-self: end;
}

.works-link strong {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.works-link small {
  display: block;
  margin-top: 4px;
  color: var(--woody-muted);
  font-size: 10px;
}

.works-link span {
  font-size: 13px;
}

.quiet-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 30px;
  margin-top: 36px;
}

.quiet-links a {
  padding-bottom: 4px;
  border-bottom: 1px solid var(--woody-line-strong);
  font-size: 12px;
  font-weight: 400;
}

.final-cta {
  padding-top: clamp(120px, 13vw, 180px);
  padding-bottom: clamp(120px, 13vw, 180px);
}

.site-footer {
  width: min(calc(100% - 48px), var(--woody-max));
  margin: 0 auto;
  padding: 56px 0 110px;
  text-align: center;
}

.footer-brand {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.32em;
}

.footer-name {
  margin: 14px 0 0;
  color: var(--woody-muted);
  font-size: 11px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 26px;
  margin-top: 30px;
}

.footer-links a,
.footer-legal a,
.footer-copy {
  color: var(--woody-muted);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.footer-legal {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.footer-copy {
  margin: 24px 0 0;
}

.mobile-action {
  display: none;
}

:focus-visible {
  outline: 1px solid var(--woody-ink);
  outline-offset: 4px;
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr 0.8fr;
  }

  .hero-copy {
    padding-right: 48px;
    padding-left: 48px;
  }

  .service-layout,
  .instructor-layout,
  .works-layout {
    gap: 48px;
  }

  .reviews {
    grid-template-columns: 1fr;
  }

  .review + .review {
    border-top: 1px solid var(--woody-line);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  body.home-luxury {
    padding-bottom: 64px;
    font-size: 14px;
    letter-spacing: 0.045em;
  }

  .site-header {
    min-height: 62px;
    padding: 0 18px;
  }

  .site-brand {
    min-width: 0;
    font-size: 9px;
    letter-spacing: 0.25em;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-action {
    display: none;
  }

  .hero {
    display: flex;
    min-height: 0;
    min-width: 0;
    padding-top: 62px;
    flex-direction: column-reverse;
  }

  .hero-copy {
    align-items: center;
    padding: 64px 22px 72px;
    text-align: center;
  }

  .eyebrow {
    margin-bottom: 24px;
    font-size: 8.5px;
    letter-spacing: 0.19em;
    overflow-wrap: anywhere;
  }

  .hero h1 {
    font-size: clamp(34px, 9.2vw, 40px);
    letter-spacing: 0.035em;
    line-height: 1.48;
  }

  .hero h1 span {
    white-space: nowrap;
  }

  .hero-features {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    margin-top: 22px;
    font-size: 12.5px;
    line-height: 2.1;
    column-gap: 16px;
    row-gap: 2px;
  }

  .hero-facts {
    max-width: 340px;
    margin-top: 16px;
    font-size: 10.5px;
    letter-spacing: 0.07em;
  }

  .hero-facts span + span {
    margin-left: 10px;
    padding-left: 10px;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 13px;
    line-height: 2.05;
  }

  .hero-actions {
    width: 100%;
    margin-top: 34px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-note {
    max-width: 320px;
    margin-top: 18px;
  }

  .hero-media {
    min-height: 0;
    aspect-ratio: 1 / 1.06;
  }

  .hero-media img {
    object-position: 53% 42%;
  }

  .hero-caption {
    display: none;
  }

  .proof-bar {
    grid-template-columns: 1fr;
    width: calc(100% - 36px);
    padding: 0;
  }

  .proof-bar div {
    min-height: 104px;
    padding: 24px 12px;
  }

  .proof-bar div + div {
    border-top: 1px solid var(--woody-line);
    border-left: 0;
  }

  .section,
  .section-narrow {
    width: calc(100% - 36px);
    padding: 90px 0;
  }

  .section h2,
  .service-copy h2,
  .instructor-copy h2,
  .works-copy h2 {
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.65;
  }

  .section-intro {
    margin-top: 26px;
    font-size: 13px;
    line-height: 2.15;
  }

  .service-layout,
  .instructor-layout,
  .works-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .service-copy,
  .instructor-copy,
  .works-copy {
    text-align: center;
  }

  .service-copy > p:not(.section-kicker),
  .instructor-copy > p:not(.section-kicker),
  .works-copy > p:not(.section-kicker) {
    font-size: 13px;
  }

  .service-list div,
  .credentials li {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }

  .credentials li {
    grid-template-columns: 1fr;
  }

  .trial-list div {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }

  .location-grid {
    grid-template-columns: 1fr;
    margin-top: 46px;
  }

  .location-card {
    min-height: 260px;
    padding: 34px 28px;
  }

  .location-card strong {
    font-size: 30px;
  }

  .reviews {
    margin-top: 46px;
  }

  .review {
    padding: 34px 24px;
  }

  .section-actions {
    width: 100%;
  }

  .section-actions .button {
    width: 100%;
  }

  .works-photo {
    grid-row: 1;
  }

  .works-copy {
    grid-row: 2;
  }

  .site-footer {
    width: calc(100% - 36px);
    padding-bottom: 54px;
  }

  .mobile-action {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 64px;
    border-top: 1px solid var(--woody-line);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .mobile-action a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0 8px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.11em;
    white-space: nowrap;
  }

  .mobile-action a + a {
    border-left: 1px solid var(--woody-line);
  }

  .mobile-action-primary {
    background: var(--woody-ink);
    color: #fff !important;
  }
}

.practice-tools-section {
  max-width: var(--woody-max);
}

.practice-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 1080px;
  margin: 58px auto 0;
  border: 1px solid var(--woody-line);
}

.practice-tool-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(28px, 4vw, 46px);
  text-align: center;
}

.practice-tool-card + .practice-tool-card {
  border-left: 1px solid var(--woody-line);
}

.practice-tool-media {
  display: block;
  margin-bottom: 32px;
  overflow: hidden;
  background: var(--woody-soft);
}

.practice-tool-media img {
  /* height属性がそのまま効いて、カードの画像が縦に伸びていた。autoに戻す。 */
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.practice-tool-media--app {
  display: grid;
  place-items: center;
  aspect-ratio: 3 / 2;
}

/* body.home-luxury img { width:100% } より強い指定にしないと効かない */
/* 枠は3:2。幅の34%なら高さは枠の51%になり、どの画面幅でもはみ出せない */
body.home-luxury .practice-tool-media--app img {
  width: 34%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.practice-tool-card small {
  color: var(--woody-muted);
  font-size: 9px;
  letter-spacing: 0.25em;
}

.practice-tool-card strong {
  margin-top: 12px;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 200;
  letter-spacing: 0.07em;
  line-height: 1.45;
}

.practice-tool-card p {
  margin: 20px 0 0;
  color: #4b4946;
  font-size: 13px;
  line-height: 2;
  text-align: left;
}

.practice-tool-link {
  margin-top: auto;
  padding-top: 28px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.practice-tool-card:is(:hover, :focus-visible) .practice-tool-link {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.practice-tools-actions {
  justify-content: center;
}

@media (max-width: 920px) {
  .practice-tools-grid {
    grid-template-columns: 1fr;
    max-width: var(--woody-reading);
  }

  .practice-tool-card + .practice-tool-card {
    border-top: 1px solid var(--woody-line);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .hero-copy {
    padding-top: 42px;
    padding-bottom: 56px;
  }

  .eyebrow {
    margin-bottom: 18px;
  }

  .hero-media {
    max-height: 260px;
    aspect-ratio: 16 / 9;
  }

  .hero-media img {
    object-position: 53% 34%;
  }

  .practice-tools-grid {
    margin-top: 44px;
  }

  .practice-tool-card {
    padding: 30px 24px 34px;
  }
}

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

  * {
    transition-duration: 0.01ms !important;
  }
}

/* アイコンを picture で置くときも、枠を基準に大きさが決まるようにする。 */
body.home-luxury .practice-tool-media--app picture {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.practice-tool-media--app img {
  border-radius: 22%;
  border: 1px solid var(--woody-line);
}

/* source をグリッドの行にしない（48pxの空行ができて中央がずれる） */
body.home-luxury .practice-tool-media--app picture source {
  display: none;
}
