/*
Theme Name: MYROAD GROUP Renewal
Theme URI: https://energy.homepagelab.site/
Author: MYROAD GROUP
Description: マイロードグループの美容事業・グループ会社・サロンブランドを紹介するオリジナルテーマ。
Version: 1.9.0
Text Domain: myroad-group
*/

:root {
  --red: #aaa075;
  --red-dark: #8d8563;
  --green: #3d403b;
  --green-soft: #6e7569;
  --ink: #343431;
  --gray: #77736c;
  --paper: #f8f2e8;
  --beige: #efdfca;
  --line: rgba(25, 25, 25, .16);
  --serif: "Avenir Next", "Helvetica Neue", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  --sans: "Avenir Next", "Helvetica Neue", "Yu Gothic", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; background: #fffdf9; color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-is-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.4; }
.content-shell { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.narrow-shell { width: min(1040px, calc(100% - 96px)); margin-inline: auto; }
.section-space { padding: 145px 0; }

.js .reveal { opacity: 0; transform: translateX(-72px); transition: opacity .9s cubic-bezier(.22,.61,.36,1), transform .9s cubic-bezier(.22,.61,.36,1); }
.js .reveal:nth-child(even) { transform: translateX(72px); }
.js .reveal.in-view { opacity: 1; transform: translateX(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 92px; display: flex; align-items: stretch; justify-content: space-between; background: rgba(239,223,202,.97); border-bottom: 1px solid rgba(52,52,49,.12); transition: height .3s, box-shadow .3s; }
.site-header.is-scrolled { height: 78px; box-shadow: 0 8px 32px rgba(25,25,25,.06); }
.logo { display: flex; align-items: center; padding: 0 34px; width: max-content; }
.logo img { display: block; width: 182px; height: auto; }
.global-nav { display: flex; align-items: stretch; margin-left: auto; }
.global-nav > a { position: relative; display: grid; place-items: center; padding: 0 19px; color: #363330; font-size: 11px; letter-spacing: .03em; white-space: nowrap; }
.global-nav > a::after { content: ""; position: absolute; left: 19px; right: 19px; bottom: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.global-nav > a:hover::after { transform: scaleX(1); }
.menu-button { display: none; }

.mobile-menu { position: fixed; z-index: 90; inset: 0; padding: 130px 38px 50px; overflow-y: auto; visibility: hidden; opacity: 0; transform: translateY(-10px); background: var(--ink); color: #fff; transition: opacity .35s, visibility .35s, transform .35s; }
.mobile-menu.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
.mobile-menu__brand { margin-bottom: 40px; }
.mobile-menu__brand img { display: block; width: 190px; height: auto; filter: brightness(0) invert(1); opacity: .52; }
.mobile-menu nav { border-top: 1px solid rgba(255,255,255,.2); }
.mobile-menu nav a { display: grid; grid-template-columns: 54px 1fr 35px; align-items: center; min-height: 78px; border-bottom: 1px solid rgba(255,255,255,.2); }
.mobile-menu nav a small { color: #c9bd93; font-size: 9px; }
.mobile-menu nav a span { font-family: var(--serif); font-size: 25px; }
.mobile-menu nav svg { width: 24px; }

.hero { position: relative; height: calc(100svh - 92px); min-height: 610px; margin-top: 92px; overflow: hidden; background: #efe1cf; }
.hero__media { position: absolute; inset: 0; background: url('assets/hero-myroad.png') center / cover no-repeat; }
.hero__media video { width: 100%; height: 100%; object-fit: cover; object-position: center center; filter: saturate(.76) contrast(.93) brightness(1.08); }
.hero__wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.82) 27%, rgba(255,255,255,.42) 65%, rgba(255,255,255,.22) 100%); }
.hero__copy { position: absolute; z-index: 3; top: 50%; left: clamp(45px, 8.2vw, 132px); transform: translateY(-54%); }
.hero__overline { margin: 0 0 31px; display: flex; align-items: center; gap: 15px; color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .23em; }
.hero__overline::before { content: ""; width: 45px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; color: #7f8277; font-family: var(--serif); font-size: clamp(53px, 5.7vw, 92px); font-weight: 500; line-height: 1.25; letter-spacing: -.06em; }
.hero h1 span { color: var(--red); }
.hero__lead { margin: 35px 0 0; padding-left: 0; font-family: var(--serif); font-size: 15px; letter-spacing: .08em; }
.hero__scroll { position: absolute; z-index: 4; left: 35px; bottom: 26px; display: flex; align-items: center; gap: 14px; color: #57534e; font-size: 8px; letter-spacing: .18em; }
.hero__scroll svg { width: 18px; height: 28px; }

.section-heading { text-align: center; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 3.4vw, 53px); font-weight: 400; letter-spacing: .04em; }
.section-heading p { position: relative; width: max-content; margin: 14px auto 0; color: var(--red); font-family: var(--sans); font-size: 11px; font-style: normal; font-weight: 500; letter-spacing: .16em; }
.section-heading p::before, .section-heading p::after { content: ""; position: absolute; top: 50%; width: 28px; height: 1px; background: currentColor; }
.section-heading p::before { right: calc(100% + 12px); }
.section-heading p::after { left: calc(100% + 12px); }
.section-heading.is-light { color: #fff; }
.section-heading.is-light p { color: #c9bd93; }

.about { position: relative; padding: 145px 0 180px; overflow: hidden; background: linear-gradient(180deg, #fffdf9 0%, #f6eddf 100%); }
.about__backdrop { position: absolute; left: -2vw; top: 230px; color: rgba(170,160,117,.08); font-family: Arial, sans-serif; font-size: 23vw; font-weight: 700; letter-spacing: -.08em; line-height: .75; }
.about__inner { position: relative; display: grid; grid-template-columns: .98fr 1.02fr; gap: clamp(55px, 6vw, 96px); align-items: center; margin-top: 86px; }
.about__copy { max-width: 600px; padding-left: clamp(0px, 2vw, 28px); }
.eyebrow { margin: 0 0 28px; color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.about__copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 3.45vw, 52px); font-weight: 400; line-height: 1.42; letter-spacing: -.04em; text-wrap: balance; }
.body-copy { margin: 38px 0 0; color: #625e59; font-size: 13px; line-height: 2.25; }
.button { width: 235px; height: 63px; display: flex; align-items: center; justify-content: space-between; margin-top: 45px; padding: 0 23px 0 28px; border: 1px solid currentColor; font-size: 11px; transition: background .3s, color .3s, padding .3s; }
.button:hover { padding-left: 35px; }
.button svg { width: 28px; }
.button--red { background: var(--red); border-color: var(--red); color: #fff; }
.button--red:hover { background: var(--red-dark); }
.button--white { background: #fff; border-color: #fff; color: var(--red); }
.button--white:hover { background: transparent; color: #fff; }
.about__image { position: relative; margin: 0; aspect-ratio: 1.35 / 1; overflow: hidden; box-shadow: 0 25px 70px rgba(36,28,20,.12); }
.about__image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.45); pointer-events: none; }
.about__image img { height: 100%; object-fit: cover; filter: saturate(.76) brightness(1.04); transition: transform 1.2s cubic-bezier(.22,.61,.36,1); }
.about__image:hover img { transform: scale(1.03); }
.about__image figcaption { position: absolute; left: 24px; bottom: 20px; padding: 8px 12px; background: rgba(255,255,255,.88); color: var(--green); font-size: 8px; letter-spacing: .15em; }

.news { background: #fffdf9; }
.news__head { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 65px; }
.news__head .section-heading { text-align: left; }
.news__head .section-heading p { margin-left: 0; }
.news__head .section-heading p::before { display: none; }
.news__tabs { display: flex; border-bottom: 1px solid var(--line); }
.news__tabs button { cursor: pointer; min-width: 105px; padding: 12px 18px; border: 0; border-right: 1px solid var(--line); background: transparent; color: #777; font-size: 10px; }
.news__tabs button:first-child { border-left: 1px solid var(--line); }
.news__tabs button.is-active { background: var(--red); color: #fff; }
.news__list { border-top: 1px solid #beb9b2; }
.news__list a { min-height: 112px; display: grid; grid-template-columns: 135px 120px 1fr 45px; align-items: center; gap: 20px; border-bottom: 1px solid #d7d2cb; transition: padding .3s, background .3s; }
.news__list a:hover { padding-inline: 18px; background: #f8f1e6; }
.news__list time { font-family: Georgia, serif; font-size: 13px; }
.news__list a > span { width: max-content; padding: 6px 12px; border: 1px solid #c7c2bc; color: #726e69; font-size: 9px; }
.news__list a > p { margin: 0; font-size: 13px; }
.news__list i { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--green); color: #fff; }
.news__list svg { width: 18px; }
.text-button { width: max-content; display: flex; align-items: center; gap: 20px; margin: 35px 0 0 auto; color: var(--red); font-size: 10px; letter-spacing: .05em; }
.text-button svg { width: 28px; transition: transform .3s; }
.text-button:hover svg { transform: translateX(5px); }

.business-detail { background: var(--paper); }
.business-detail .section-heading { margin-bottom: 75px; }
.business-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.business-cards article { position: relative; min-width: 0; padding-bottom: 35px; border-bottom: 2px solid var(--red); }
.business-cards article > span { display: block; margin-bottom: 18px; color: var(--red); font-size: 8px; letter-spacing: .18em; }
.business-cards figure { overflow: hidden; aspect-ratio: 1.2 / 1; margin: 0; background: #ddd; }
.business-cards figure img { height: 100%; object-fit: cover; filter: saturate(.8); transition: transform .7s; }
.business-cards article:hover img { transform: scale(1.035); }
.business-cards h3 { margin: 31px 0 20px; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.business-cards article > p { margin: 0; color: #68635d; font-size: 11px; line-height: 2; }

.feature-pair { display: grid; grid-template-columns: 1fr 1fr; }
.feature-panel { position: relative; isolation: isolate; min-height: 490px; display: flex; align-items: flex-end; justify-content: space-between; overflow: hidden; padding: 55px 60px; color: #fff; }
.feature-panel::before, .feature-panel::after { content: ""; position: absolute; inset: 0; z-index: -2; transition: transform .8s ease; }
.feature-panel::after { z-index: -1; background: linear-gradient(180deg, transparent 25%, rgba(0,0,0,.72) 100%); }
.feature-panel--graduate::before { background: url('assets/salon-reception.jpg') center / cover; }
.feature-panel--career::before { background: url('assets/salon-consultation.jpg') center / cover; }
.feature-panel:hover::before { transform: scale(1.035); }
.feature-panel div > p { margin: 0 0 17px; color: #d6c79a; font-size: 9px; letter-spacing: .2em; }
.feature-panel h2 { margin: 0; font-family: var(--serif); font-size: clamp(33px, 3.3vw, 50px); font-weight: 400; }
.feature-panel div > span { display: block; margin-top: 16px; color: rgba(255,255,255,.72); font-size: 11px; }
.feature-panel > i { flex: 0 0 auto; display: grid; place-items: center; width: 68px; height: 68px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; transition: background .3s, color .3s; }
.feature-panel:hover > i { background: #fff; color: var(--red); }
.feature-panel svg { width: 26px; }

.brands { position: relative; border-top: 12px solid #d5bd91; background: #fffdf9; }
.brands__lead { margin: 45px 0 55px; text-align: center; color: #6e6963; font-family: var(--serif); font-size: 15px; }
.salon-brand-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 30px; }
.salon-brand-card { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.salon-brand-card figure { position: relative; overflow: hidden; aspect-ratio: 1.55 / 1; margin: 0; background: #ded9d1; }
.salon-brand-card figure img { height: 100%; object-fit: cover; filter: saturate(.78) brightness(1.03); transition: transform .8s cubic-bezier(.22,.61,.36,1), filter .5s; }
.salon-brand-card:hover figure img { transform: scale(1.035); filter: saturate(.92) brightness(1.02); }
.salon-brand-card figure > span { position: absolute; top: 18px; left: 18px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,253,249,.92); color: var(--red-dark); font-family: Georgia, serif; font-size: 12px; }
.salon-brand-card__body { padding: 30px 34px 35px; }
.salon-brand-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.salon-brand-card__meta small { color: var(--red-dark); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.salon-brand-card__meta b { color: #615d56; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.salon-brand-card h3 { margin: 25px 0 17px; font-family: Arial, sans-serif; font-size: clamp(42px, 4.5vw, 66px); font-weight: 500; line-height: 1; letter-spacing: -.07em; }
.salon-brand-card h3 em { color: #c6a16d; font-style: normal; }
.salon-brand-card h3.is-serif { font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.salon-brand-card h3.is-bear { font-size: clamp(31px, 3.5vw, 50px); font-weight: 700; letter-spacing: -.05em; }
.salon-brand-card h3.is-bear em { color: inherit; font-weight: 300; }
.salon-brand-card__body > p { min-height: 3.8em; margin: 0; color: #57534d; font-size: 13px; font-weight: 500; line-height: 1.9; }

.company { overflow: hidden; border-top: 1px solid #ded7cd; background: #fffdf9; }
.company.section-space { padding-bottom: 0; }
.company__intro { position: relative; }
.company__intro::after { content: "04 GROUP COMPANIES"; position: absolute; right: 0; bottom: 33px; color: rgba(61,64,59,.55); font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.company .section-heading { margin-bottom: 45px; }
.company__lead { margin: 0 0 75px; text-align: center; color: #5d5953; font-size: 12px; }
.company-list { width: 100%; }
.company-panel { position: relative; isolation: isolate; min-height: 300px; display: flex; align-items: center; overflow: hidden; border-top: 1px solid #d8d2c9; color: var(--ink); background-position: center; background-size: cover; transform: translateZ(0); transition: transform .45s cubic-bezier(.22,.61,.36,1), box-shadow .45s ease; }
.company-panel::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(255,253,249,1) 0%, rgba(255,253,249,.97) 43%, rgba(255,253,249,.84) 72%, rgba(255,253,249,.68) 100%); box-shadow: inset 0 0 0 rgba(141,133,99,0); transition: background .45s ease, box-shadow .45s ease; }
.company-panel:hover { z-index: 2; transform: translateY(-6px) scale(1.012); box-shadow: 0 22px 48px rgba(52,52,49,.22); }
.company-panel:hover::before { background: linear-gradient(90deg, rgba(255,253,249,.98) 0%, rgba(255,253,249,.89) 40%, rgba(255,253,249,.58) 70%, rgba(255,253,249,.28) 100%); box-shadow: inset 8px 0 0 var(--red-dark); }
.company-panel--oek { background-image: url('assets/salon-mimosa-interior.jpg'); background-position: center 56%; }
.company-panel--mplus { background-image: url('assets/salon-reception.jpg'); background-position: center 45%; }
.company-panel--jbloom { background-image: url('assets/salon-consultation.jpg'); background-position: center 51%; }
.company-panel--ecg { background-image: url('assets/salon-chandelier.jpg'); background-position: center 55%; }
.company-panel__inner { display: grid; grid-template-columns: 58px minmax(0, 1fr); grid-template-areas: "number heading" ". business" ". established"; align-items: start; column-gap: 28px; row-gap: 10px; padding-block: 48px; transition: transform .35s; }
.company-panel:hover .company-panel__inner { transform: translateX(26px); }
.company-panel__inner > span { grid-area: number; padding-top: 4px; color: var(--red-dark); font-family: Georgia, serif; font-size: 18px; }
.company-panel__inner > div { grid-area: heading; display: flex; flex-direction: column; gap: 10px; }
.company-list small { color: var(--red-dark); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.company-list h3 { margin: 0; color: #2f302d; font-family: var(--serif); font-size: clamp(32px, 3.2vw, 46px); font-weight: 500; line-height: 1.25; letter-spacing: -.035em; white-space: nowrap; }
.company-panel__inner > p { grid-area: business; margin: 2px 0 0; color: #4e4b46; font-size: 15px; font-weight: 600; line-height: 1.8; }
.company-panel__inner > b { grid-area: established; justify-self: start; color: #625e57; font-size: 11px; font-weight: 700; letter-spacing: .13em; }

.contact-cta { position: relative; isolation: isolate; overflow: hidden; padding: 96px 0; border-top: 1px solid #d8d0c4; background: url('assets/salon-mimosa-interior.jpg') center 56% / cover no-repeat; }
.contact-cta::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(255,253,249,.84); }
.contact-cta__inner { position: relative; min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: 70px; padding-block: 28px; }
.contact-cta__copy > p { margin: 0 0 17px; color: var(--red-dark); font-size: 9px; font-weight: 700; letter-spacing: .21em; }
.contact-cta__copy h2 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(38px, 3.7vw, 54px); font-weight: 700; letter-spacing: -.035em; }
.contact-cta__copy > span { display: block; margin-top: 17px; color: #666159; font-size: 11px; line-height: 1.8; }
.contact-cta__button { flex: 0 0 auto; width: min(330px, 30vw); min-height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 27px 0 31px; border: 1px solid var(--green); background: var(--green); color: #fff; transition: background .35s, border-color .35s, padding .35s; }
.contact-cta__button:hover { padding-left: 40px; border-color: var(--red-dark); background: var(--red-dark); }
.contact-cta__button > span { display: flex; flex-direction: column; gap: 8px; font-family: var(--serif); font-size: 17px; font-weight: 700; }
.contact-cta__button small { color: #d8c69e; font-family: var(--sans); font-size: 7px; font-weight: 700; letter-spacing: .18em; }
.contact-cta__button svg { width: 26px; }


.footer { padding: 75px 0 27px; background: #30312e; color: #fff; }
.logo--footer { padding: 0; }
.logo--footer img { width: 210px; filter: brightness(0) invert(1); opacity: .86; }
.footer__main { display: grid; grid-template-columns: .8fr 1.2fr 1fr; gap: 65px; align-items: start; min-height: 190px; }
.footer__main nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.footer__main nav a { color: rgba(255,255,255,.65); font-size: 9px; }
.footer__main p { margin: 0; color: rgba(255,255,255,.42); font-size: 9px; line-height: 1.9; }
.footer__bottom { display: flex; gap: 40px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.35); font-size: 7px; letter-spacing: .1em; }
.footer__bottom a { margin-left: auto; }

.page-top { position: fixed; z-index: 70; right: 25px; bottom: 25px; width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: rgba(52,52,49,.94); color: #fff; box-shadow: 0 8px 30px rgba(0,0,0,.12); transition: transform .3s, background .3s, color .3s; }
.page-top:hover { transform: translateY(-4px); background: var(--red); color: #fff; }
.page-top span { font-size: 6px; letter-spacing: .13em; }
.page-top svg { width: 15px; height: 20px; transform: rotate(180deg); }

@media (max-width: 1120px) {
  .global-nav > a { padding-inline: 11px; font-size: 9px; }
  .logo { padding-inline: 24px; }
  .company-list h3 { font-size: 36px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 76px; }
  .content-shell, .narrow-shell { width: calc(100% - 56px); }
  .site-header, .site-header.is-scrolled { height: 76px; }
  .global-nav { display: none; }
  .menu-button { position: relative; display: flex; width: 82px; flex-direction: column; align-items: center; justify-content: center; gap: 7px; cursor: pointer; border: 0; border-left: 1px solid var(--line); background: var(--beige); }
  .menu-button span { width: 27px; height: 1px; background: var(--ink); transition: transform .3s; }
  .menu-button small { font-size: 6px; letter-spacing: .14em; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .hero { height: calc(100svh - 76px); margin-top: 76px; }
  .hero__wash { background: linear-gradient(90deg, rgba(248,239,226,.92), rgba(248,239,226,.35) 70%, rgba(248,239,226,.12)); }
  .about__inner { grid-template-columns: 1fr 1.1fr; gap: 45px; }
  .business-cards { grid-template-columns: 1fr 1fr; }
  .feature-panel { min-height: 400px; padding: 40px 35px; }
  .salon-brand-grid { gap: 24px 20px; }
  .salon-brand-card__body { padding: 25px 25px 29px; }
}

@media (max-width: 680px) {
  .js .reveal { transform: translateX(-36px); }
  .js .reveal:nth-child(even) { transform: translateX(36px); }
  .js .reveal.in-view { transform: translateX(0); }
  .content-shell, .narrow-shell { width: calc(100% - 36px); }
  .section-space { padding: 95px 0; }
  .logo { padding-inline: 17px; }
  .logo img { width: 148px; }
  .menu-button { width: 70px; }
  .hero { height: calc(100svh - 76px); min-height: 620px; }
  .hero__media video { object-position: right center; }
  .hero__wash { background: linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,.62) 86%); }
  .hero__copy { top: 43%; left: 27px; right: 20px; transform: translateY(-50%); }
  .hero__overline { margin-bottom: 23px; font-size: 7px; letter-spacing: .16em; }
  .hero__overline::before { width: 28px; }
  .hero h1 { font-size: clamp(21px, 6.4vw, 30px); line-height: 1.25; letter-spacing: -.06em; white-space: nowrap; }
  .hero h1 br { display: none; }
  .hero__lead { margin-top: 25px; padding-left: 0; font-size: 11px; line-height: 1.8; }
  .hero__scroll { display: none; }
  .section-heading h2 { font-size: 31px; }
  .section-heading p { font-size: 9px; }
  .about { padding: 95px 0 110px; }
  .about__backdrop { top: 190px; font-size: 40vw; }
  .about__inner { grid-template-columns: 1fr; gap: 58px; margin-top: 62px; }
  .about__copy { padding: 0; }
  .about__copy h3 { font-size: 37px; }
  .body-copy { font-size: 11px; }
  .about__image { aspect-ratio: 1 / .82; }
  .news__head { grid-template-columns: 1fr; gap: 38px; }
  .news__tabs { overflow-x: auto; }
  .news__tabs button { min-width: 96px; }
  .news__list a { min-height: 112px; grid-template-columns: 87px 1fr 34px; grid-template-rows: auto auto; gap: 10px; padding: 20px 0; }
  .news__list a > span { grid-column: 2; grid-row: 1; }
  .news__list a > p { grid-column: 1 / 3; grid-row: 2; font-size: 11px; }
  .news__list a > i { grid-column: 3; grid-row: 1 / 3; width: 32px; height: 32px; }
  .business-cards { grid-template-columns: 1fr; gap: 55px; }
  .business-cards figure { aspect-ratio: 1.35 / 1; }
  .feature-pair { grid-template-columns: 1fr; }
  .feature-panel { min-height: 360px; padding: 35px 25px; }
  .feature-panel > i { width: 54px; height: 54px; }
  .brands__lead { font-size: 12px; }
  .salon-brand-grid { grid-template-columns: 1fr; gap: 24px; }
  .salon-brand-card figure { aspect-ratio: 1.42 / 1; }
  .salon-brand-card figure > span { top: 14px; left: 14px; width: 39px; height: 39px; }
  .salon-brand-card__body { padding: 25px 23px 29px; }
  .salon-brand-card h3 { font-size: 47px; }
  .salon-brand-card h3.is-bear { font-size: 35px; }
  .salon-brand-card__body > p { min-height: 0; font-size: 12px; }
  .company-panel { min-height: 250px; }
  .company-panel::before { background: linear-gradient(90deg, rgba(255,253,249,.99), rgba(255,253,249,.90)); }
  .company-panel__inner { grid-template-columns: 38px minmax(0, 1fr); grid-template-areas: "number heading" ". business" ". established"; gap: 9px 14px; padding-block: 38px; }
  .company-panel:hover .company-panel__inner { transform: none; }
  .company-panel__inner > span { padding-top: 2px; }
  .company-panel__inner > p { margin: 0; }
  .company-list h3 { font-size: clamp(23px, 6.8vw, 28px); }
  .company-list small { font-size: 10px; }
  .company-panel__inner > p { font-size: 14px; }
  .company-panel__inner > b { font-size: 10px; }
  .contact-cta { padding: 58px 0; }
  .contact-cta::before { background: rgba(255,253,249,.88); }
  .contact-cta__inner { min-height: 0; align-items: stretch; flex-direction: column; gap: 30px; padding-block: 20px; }
  .contact-cta__copy h2 { font-size: 38px; }
  .contact-cta__button { width: 100%; min-height: 84px; }
  .footer__main { grid-template-columns: 1fr; gap: 45px; }
  .footer__main p { padding-bottom: 30px; }
  .footer__bottom { flex-wrap: wrap; gap: 18px; }
  .footer__bottom a { margin-left: 0; }
  .page-top { width: 62px; height: 62px; right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero__media video { display: none; }
  .reveal, .js .reveal:nth-child(even) { opacity: 1; transform: none; }
}


body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

/* ==========================================================================
   下層ページ（サブページ）
   ========================================================================== */

.br-pc { display: inline; }

/* ---- ヘッダーCTA ---- */
.header-cta { display: flex; align-items: center; gap: 12px; margin: 14px 20px 14px 12px; padding: 0 22px; background: var(--red); color: #fff; font-size: 11px; letter-spacing: .04em; white-space: nowrap; transition: background .3s; }
.header-cta svg { width: 22px; }
.header-cta:hover { background: var(--red-dark); }

/* ---- 下層ヒーロー ---- */
.page-hero { margin-top: 92px; padding: 96px 0 74px; background: var(--beige); }
.page-hero__en { margin: 0 0 18px; display: flex; align-items: center; gap: 15px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.page-hero__en::before { content: ""; width: 45px; height: 1px; background: currentColor; }
.page-hero h1 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.2; letter-spacing: .02em; }
.page-hero__lead { margin: 26px 0 0; color: #5f5b55; font-size: 15px; line-height: 1.9; }
.page-hero--404 { text-align: center; }
.page-hero--404 .page-hero__en { justify-content: center; }

/* ---- パンくず ---- */
.breadcrumb { border-bottom: 1px solid var(--line); background: #fffdf9; }
.breadcrumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: 0 10px; margin: 0; padding: 16px 0; list-style: none; font-size: 11px; color: var(--gray); }
.breadcrumb li + li::before { content: "／"; margin-right: 10px; color: rgba(52,52,49,.3); }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb [aria-current] { color: var(--ink); }

/* ---- 共通タイポ（下層は本文を大きく） ---- */
.pg-h2 { margin: 0 0 26px; font-family: var(--serif); font-size: clamp(27px, 2.6vw, 40px); font-weight: 400; line-height: 1.45; letter-spacing: .02em; }
.pg-h3 { margin: 0 0 16px; font-family: var(--serif); font-size: 21px; font-weight: 400; letter-spacing: .02em; }
.pg-intro { margin: 0; font-size: 16px; line-height: 2.15; color: #4c4842; }
.pg-lead { margin: 0 0 30px; font-family: var(--serif); font-size: clamp(19px, 2vw, 27px); line-height: 1.75; color: var(--green); }
.page-hero + .breadcrumb + .section-space .pg-intro { text-align: center; }
.pg-note { margin: 20px 0 0; padding: 14px 18px; background: var(--paper); color: #6b6760; font-size: 13px; line-height: 1.9; }
.is-pending { display: inline-block; padding: 2px 12px; border: 1px dashed rgba(52,52,49,.35); border-radius: 999px; color: var(--gray); font-size: 12px; }
.pg-pending { margin: 0; padding: 34px; border: 1px dashed rgba(52,52,49,.28); background: #fffdf9; color: #6b6760; font-size: 15px; line-height: 2; text-align: center; }

/* ---- 代表メッセージ ---- */
.pg-message { display: grid; grid-template-columns: 1fr .82fr; gap: 78px; align-items: start; }
.pg-message .body-copy { margin: 24px 0 0; font-size: 15px; line-height: 2.15; color: #4c4842; }
.pg-message__sign { margin: 38px 0 0; font-family: var(--serif); font-size: 17px; letter-spacing: .05em; }
.pg-message__image { margin: 0; }
.pg-message__image img { height: 620px; object-fit: cover; }

/* ---- 経営理念 ---- */
.pg-philosophy { padding: 128px 0; background: var(--green); color: #fff; }
.pg-philosophy__main { margin: 58px 0 0; font-family: var(--serif); font-weight: 400; line-height: 1.4; text-align: center; color: #fff; }
.pg-philosophy__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; margin-top: 82px; }
.pg-philosophy__grid small { display: block; color: #c9bd93; font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.pg-philosophy__grid h3 { margin: 16px 0 14px; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.pg-philosophy__grid p { margin: 0; font-size: 14px; line-height: 2; color: rgba(255,255,255,.78); }

/* ---- 表 ---- */
.pg-table { width: 100%; margin-top: 52px; border-collapse: collapse; }
.pg-table th, .pg-table td { padding: 24px 4px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 15px; line-height: 1.95; }
.pg-table th { width: 190px; color: var(--gray); font-weight: 500; letter-spacing: .04em; }
.pg-table td small { display: inline-block; margin-top: 8px; color: var(--gray); font-size: 13px; line-height: 1.9; }
.pg-table td b { color: var(--red-dark); font-size: 13px; letter-spacing: .06em; }
.pg-table a { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }
.pg-table--req th { width: 168px; }

/* ---- 沿革 ---- */
.pg-history-wrap { background: var(--paper); }
.pg-history { margin: 52px 0 0; padding: 0 0 0 8px; list-style: none; border-left: 1px solid rgba(170,160,117,.5); }
.pg-history li { position: relative; padding: 0 0 40px 34px; }
.pg-history li::before { content: ""; position: absolute; left: -5px; top: 7px; width: 9px; height: 9px; border-radius: 50%; background: var(--red); }
.pg-history time { display: block; color: var(--red-dark); font-size: 13px; font-weight: 700; letter-spacing: .1em; }
.pg-history p { margin: 8px 0 0; font-size: 15px; line-height: 1.95; }

/* ---- 事業内容 ---- */
.pg-biz { padding: 82px 0; }
.pg-biz:nth-child(odd) { background: #fffdf9; }
.pg-biz--rev { background: var(--paper); }
.pg-biz__inner { display: grid; grid-template-columns: .95fr 1fr; gap: 72px; align-items: center; }
.pg-biz--rev .pg-biz__inner { direction: rtl; }
.pg-biz--rev .pg-biz__inner > * { direction: ltr; }
.pg-biz__image { position: relative; margin: 0; }
.pg-biz__image img { height: 430px; object-fit: cover; }
.pg-biz__image b { position: absolute; left: -14px; top: -34px; color: rgba(170,160,117,.55); font-family: var(--serif); font-size: 78px; font-weight: 400; line-height: 1; }
.pg-biz__lead { margin: 0 0 22px; font-family: var(--serif); font-size: 18px; line-height: 1.85; color: var(--green); }
.pg-biz .body-copy { margin: 0; font-size: 15px; line-height: 2.15; }
.pg-points { margin: 30px 0 0; padding: 0; list-style: none; }
.pg-points li { position: relative; padding: 11px 0 11px 26px; border-bottom: 1px dotted rgba(52,52,49,.25); font-size: 14px; }
.pg-points li::before { content: ""; position: absolute; left: 4px; top: 21px; width: 10px; height: 1px; background: var(--red); }

/* ---- グループ会社 ---- */
.pg-structure { padding: 44px 30px; border: 1px solid var(--line); background: var(--paper); text-align: center; }
.pg-structure__top { margin: 0; display: inline-block; padding: 14px 34px; background: var(--green); color: #fff; font-size: 15px; letter-spacing: .05em; }
.pg-structure__line { width: 1px; height: 34px; margin: 0 auto; background: rgba(52,52,49,.3); }
.pg-structure__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 0; padding: 0; list-style: none; }
.pg-structure__row a { display: block; padding: 12px 22px; border: 1px solid var(--red); background: #fff; color: var(--red-dark); font-size: 13px; transition: background .3s, color .3s; }
.pg-structure__row a:hover { background: var(--red); color: #fff; }
.pg-companies { margin-top: 82px; }
.pg-company { border-top: 1px solid var(--line); }
.pg-company:last-child { border-bottom: 1px solid var(--line); }
.pg-company__inner { display: grid; grid-template-columns: .78fr 1fr; gap: 60px; padding: 62px 0; }
.pg-company__head span { display: block; color: rgba(170,160,117,.85); font-family: var(--serif); font-size: 40px; line-height: 1; }
.pg-company__head small { display: block; margin: 14px 0 10px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.pg-company__head h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.35; }
.pg-company__biz { margin: 0 0 16px; display: inline-block; padding: 6px 16px; background: var(--paper); color: var(--red-dark); font-size: 12px; letter-spacing: .05em; }
.pg-company .body-copy { margin: 0; font-size: 15px; line-height: 2.1; }
.pg-company__meta { margin: 26px 0 0; }
.pg-company__meta > div { display: flex; gap: 22px; padding: 12px 0; border-top: 1px dotted rgba(52,52,49,.25); font-size: 14px; }
.pg-company__meta dt { width: 92px; flex: none; color: var(--gray); }
.pg-company__meta dd { margin: 0; }
.pg-company__meta a { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }

/* ---- ブランド一覧 ---- */
.pg-brandlist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 54px 44px; }
.pg-brandcard > a { display: block; height: 100%; background: #fff; border: 1px solid var(--line); transition: box-shadow .35s, transform .35s; }
.pg-brandcard > a:hover { box-shadow: 0 22px 48px rgba(25,25,25,.09); transform: translateY(-5px); }
.pg-brandcard figure { position: relative; margin: 0; overflow: hidden; }
.pg-brandcard figure img { height: 268px; object-fit: cover; transition: transform .6s; }
.pg-brandcard > a:hover figure img { transform: scale(1.05); }
.pg-brandcard figure span { position: absolute; left: 0; top: 0; padding: 10px 18px; background: var(--red); color: #fff; font-size: 12px; letter-spacing: .1em; }
.pg-brandcard__body { padding: 34px 34px 38px; }
.pg-brandcard__body small { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.pg-brandcard__body h2 { margin: 12px 0 0; font-family: var(--serif); font-size: 34px; font-weight: 400; letter-spacing: .02em; white-space: nowrap; }
.pg-brandcard__body h2 em { font-style: normal; }
.pg-brandcard__reading { margin: 4px 0 0; color: var(--gray); font-size: 12px; letter-spacing: .1em; }
.pg-brandcard__catch { margin: 18px 0 0; font-size: 14px; line-height: 2; color: #4c4842; }
.pg-brandcard__areas { margin: 16px 0 0; padding-top: 16px; border-top: 1px dotted rgba(52,52,49,.25); color: var(--green-soft); font-size: 13px; letter-spacing: .04em; }
.pg-brandcard__more { display: flex; align-items: center; gap: 14px; margin-top: 22px; color: var(--red); font-size: 11px; letter-spacing: .05em; }
.pg-brandcard__more svg { width: 26px; }

/* ---- ブランド詳細ヒーロー ---- */
.brand-hero { position: relative; margin-top: 92px; min-height: 430px; display: flex; align-items: center; overflow: hidden; }
.brand-hero__media { position: absolute; inset: 0; }
.brand-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.brand-hero__wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.84) 34%, rgba(255,255,255,.4) 100%); }
.brand-hero__copy { position: relative; z-index: 2; padding: 76px 0; }
.brand-hero__en { margin: 0 0 16px; display: flex; align-items: center; gap: 15px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.brand-hero__en::before { content: ""; width: 45px; height: 1px; background: currentColor; }
.brand-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5.4vw, 78px); font-weight: 400; line-height: 1.1; letter-spacing: .01em; white-space: nowrap; }
.brand-hero h1 em { font-style: normal; color: var(--red); }
.brand-hero__reading { margin: 8px 0 0; color: var(--gray); font-size: 13px; letter-spacing: .16em; }
.brand-hero__catch { margin: 24px 0 0; max-width: 620px; font-family: var(--serif); font-size: clamp(16px, 1.6vw, 21px); line-height: 1.85; color: var(--green); }

/* ---- 特徴 ---- */
.pg-features { padding: 118px 0; background: var(--paper); }
.pg-features__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 72px; }
.pg-features__grid > div { padding: 40px 34px; background: #fff; border-top: 3px solid var(--red); }
.pg-features__grid small { color: rgba(170,160,117,.9); font-family: var(--serif); font-size: 30px; line-height: 1; }
.pg-features__grid h3 { margin: 16px 0 14px; font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 1.5; }
.pg-features__grid p { margin: 0; font-size: 14px; line-height: 2; color: #57534e; }

/* ---- 店舗リスト ---- */
.salon-list { margin-top: 52px; border-top: 1px solid var(--line); }
.salon-item { display: grid; grid-template-columns: .72fr 1fr; gap: 40px; padding: 40px 0; border-bottom: 1px solid var(--line); }
.salon-item__head small { display: block; margin-bottom: 10px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.salon-item__head h3 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 400; letter-spacing: .02em; }
.salon-item__body dl { margin: 0; }
.salon-item__body dl > div { display: flex; gap: 20px; padding: 9px 0; border-bottom: 1px dotted rgba(52,52,49,.22); font-size: 14px; line-height: 1.9; }
.salon-item__body dt { width: 78px; flex: none; color: var(--gray); }
.salon-item__body dd { margin: 0; }
.salon-item__body dd a { color: var(--red-dark); }
.salon-item .text-button { margin-top: 20px; }

/* ---- 運営会社バンド ---- */
.pg-operator { padding: 74px 0; background: var(--green); color: #fff; }
.pg-operator__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.pg-operator small { color: #c9bd93; font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.pg-operator p { margin: 10px 0 6px; font-size: 13px; color: rgba(255,255,255,.7); }
.pg-operator h2 { margin: 0; font-family: var(--serif); font-size: clamp(23px, 2.4vw, 33px); font-weight: 400; }
.pg-operator .button { margin-top: 0; }

/* ---- ほかのブランド／ほかの店舗 ---- */
.pg-otherbrands { background: var(--paper); }
.pg-otherbrands__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 60px; }
.pg-otherbrands__grid a { display: block; background: #fff; border: 1px solid var(--line); text-align: center; padding-bottom: 30px; transition: transform .35s, box-shadow .35s; }
.pg-otherbrands__grid a:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(25,25,25,.08); }
.pg-otherbrands__grid figure { margin: 0 0 24px; overflow: hidden; }
.pg-otherbrands__grid img { height: 172px; object-fit: cover; }
.pg-otherbrands__grid small { display: block; color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.pg-otherbrands__grid span { display: block; margin-top: 8px; font-family: var(--serif); font-size: 26px; white-space: nowrap; }
.pg-otherbrands__grid span em { font-style: normal; }
.pg-siblings { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 52px; }
.pg-siblings a { display: flex; align-items: center; gap: 16px; padding: 24px 26px; background: #fff; border: 1px solid var(--line); transition: border-color .3s; }
.pg-siblings a:hover { border-color: var(--red); }
.pg-siblings span { font-family: var(--serif); font-size: 19px; }
.pg-siblings small { margin-left: auto; color: var(--gray); font-size: 12px; }
.pg-siblings svg { width: 24px; color: var(--red); }

/* ---- 店舗一覧ページ ---- */
.pg-areanav { display: flex; flex-wrap: wrap; gap: 12px; }
.pg-areanav a { display: flex; align-items: baseline; gap: 10px; padding: 13px 26px; border: 1px solid var(--line); background: #fff; font-size: 14px; transition: border-color .3s, color .3s; }
.pg-areanav a:hover { border-color: var(--red); color: var(--red-dark); }
.pg-areanav b { color: var(--red); font-size: 12px; font-weight: 700; }
.pg-area { margin-top: 74px; scroll-margin-top: 110px; }
.pg-area__head { margin: 0; padding-bottom: 14px; border-bottom: 2px solid var(--red); font-family: var(--serif); font-size: 27px; font-weight: 400; }
.pg-area .salon-list { margin-top: 0; border-top: 0; }

/* ---- 店舗詳細 ---- */
.pg-salon { display: grid; grid-template-columns: 1fr .92fr; gap: 66px; align-items: start; }
.pg-salon .pg-table { margin-top: 26px; }
.pg-salon__brand { margin: 0 0 8px; }
.pg-salon__brand a { display: inline-flex; align-items: center; gap: 10px; color: var(--red-dark); font-size: 14px; }
.pg-salon__brand svg { width: 22px; }
.pg-map { position: relative; padding-top: 68%; border: 1px solid var(--line); }
.pg-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.pg-map__label { margin: 12px 0 0; color: var(--gray); font-size: 13px; }

/* ---- 採用 ---- */
.pg-recruit-points { padding: 108px 0; background: var(--paper); }
.pg-recruit-points__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.pg-recruit-points__grid > div { padding: 42px 34px; background: #fff; }
.pg-recruit-points__grid small { display: block; margin-bottom: 16px; color: rgba(170,160,117,.9); font-family: var(--serif); font-size: 30px; line-height: 1; }
.pg-recruit-points__grid p { margin: 0; font-size: 14px; line-height: 2; color: #57534e; }
.pg-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 62px; }
.pg-flow > div { position: relative; padding: 34px 26px; border: 1px solid var(--line); }
.pg-flow > div::after { content: ""; position: absolute; right: -15px; top: 50%; width: 8px; height: 8px; border-top: 1px solid var(--red); border-right: 1px solid var(--red); transform: translateY(-50%) rotate(45deg); }
.pg-flow > div:last-child::after { display: none; }
.pg-flow small { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.pg-flow h3 { margin: 12px 0 10px; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.pg-flow p { margin: 0; font-size: 13px; line-height: 1.95; color: #57534e; }
.pg-schedule-wrap { padding: 118px 0; background: var(--green); color: #fff; }
.pg-schedule { margin: 62px 0 0; padding: 0; list-style: none; }
.pg-schedule li { display: grid; grid-template-columns: 132px 1fr; gap: 26px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.pg-schedule time { color: #c9bd93; font-family: var(--serif); font-size: 24px; letter-spacing: .04em; }
.pg-schedule p { margin: 0; font-size: 15px; line-height: 1.9; color: rgba(255,255,255,.86); }
.pg-wanted { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 56px 0 0; padding: 0; list-style: none; }
.pg-wanted li { position: relative; padding: 22px 26px 22px 54px; background: var(--paper); font-size: 15px; }
.pg-wanted li::before { content: ""; position: absolute; left: 26px; top: 50%; width: 12px; height: 12px; margin-top: -6px; border-radius: 50%; border: 3px solid var(--red); }
.pg-req-wrap { background: #fffdf9; }
.pg-entry { padding: 96px 0; background: var(--red); color: #fff; text-align: center; }
.pg-entry p { margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.pg-entry h2 { margin: 14px 0 12px; font-family: var(--serif); font-size: clamp(28px, 3vw, 42px); font-weight: 400; }
.pg-entry span { display: block; font-size: 14px; line-height: 1.9; color: rgba(255,255,255,.85); }
.pg-entry .button { margin: 34px auto 0; }

/* ---- お問い合わせ ---- */
.pg-contact-types { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.pg-contact-types > div { padding: 38px 34px; border: 1px solid var(--line); background: #fff; }
.pg-contact-types small { display: block; margin-bottom: 14px; color: rgba(170,160,117,.9); font-family: var(--serif); font-size: 26px; line-height: 1; }
.pg-contact-types p { margin: 0; font-size: 14px; line-height: 2; color: #57534e; }
.pg-contact-types .text-button { margin: 18px 0 0; }
.pg-form-wrap { background: var(--paper); }
.pg-form { margin-top: 54px; padding: 48px; background: #fff; }
.pg-form p { margin: 0 0 22px; }
.pg-form label { display: block; margin-bottom: 8px; font-size: 14px; letter-spacing: .04em; }
.pg-form input[type="text"], .pg-form input[type="email"], .pg-form input[type="tel"], .pg-form select, .pg-form textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); background: #fffdf9; font-family: inherit; font-size: 15px; color: var(--ink); }
.pg-form textarea { min-height: 190px; resize: vertical; }
.pg-form input:focus, .pg-form select:focus, .pg-form textarea:focus { outline: 2px solid var(--red); outline-offset: 1px; }
.pg-form input[type="submit"] { width: 260px; height: 62px; margin: 10px auto 0; display: block; border: 1px solid var(--red); background: var(--red); color: #fff; font-size: 14px; letter-spacing: .08em; cursor: pointer; transition: background .3s; }
.pg-form input[type="submit"]:hover { background: var(--red-dark); }
.pg-form .required { display: inline-block; margin-left: 8px; padding: 2px 8px; background: var(--red); color: #fff; font-size: 10px; letter-spacing: .06em; }
.pg-form__note { margin: 24px 0 0; color: var(--gray); font-size: 13px; line-height: 1.9; text-align: center; }
.pg-form__note a { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }
.pg-access { margin-top: 52px; }
.pg-access__info { margin-bottom: 26px; }
.pg-access__info h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.pg-access__info p { margin: 0; font-size: 15px; line-height: 1.9; }
.pg-access .pg-map { padding-top: 42%; }

/* ---- ニュース ---- */
.pg-newsnav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 44px; }
.pg-newsnav a { padding: 10px 24px; border: 1px solid var(--line); background: #fff; font-size: 13px; transition: background .3s, color .3s, border-color .3s; }
.pg-newsnav a:hover, .pg-newsnav a.is-active { background: var(--red); border-color: var(--red); color: #fff; }
.pg-newslist { border-top: 1px solid var(--line); }
.pg-newsrow { display: grid; grid-template-columns: 110px 104px 1fr 34px; gap: 22px; align-items: center; padding: 26px 6px; border-bottom: 1px solid var(--line); transition: background .3s; }
.pg-newsrow:hover { background: var(--paper); }
.pg-newsrow time { color: var(--gray); font-size: 13px; letter-spacing: .06em; }
.pg-newsrow span { padding: 5px 0; border: 1px solid var(--red); color: var(--red-dark); font-size: 11px; text-align: center; }
.pg-newsrow p { margin: 0; font-size: 16px; line-height: 1.75; }
.pg-newsrow i { color: var(--red); }
.pg-newsrow svg { width: 26px; }
.pg-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 52px; }
.pg-pagination .page-numbers { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; border: 1px solid var(--line); background: #fff; font-size: 14px; }
.pg-pagination .page-numbers.current { background: var(--red); border-color: var(--red); color: #fff; }

/* ---- 記事詳細 ---- */
.post-hero { margin-top: 92px; padding: 82px 0 62px; background: var(--beige); }
.post-hero__meta { display: flex; align-items: center; gap: 16px; margin: 0 0 20px; }
.post-hero__meta time { color: var(--gray); font-size: 13px; letter-spacing: .08em; }
.post-hero__meta span { padding: 5px 16px; border: 1px solid var(--red); color: var(--red-dark); font-size: 11px; }
.post-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(25px, 2.8vw, 40px); font-weight: 400; line-height: 1.55; }
.post-thumb { margin: 0 0 46px; }
.post-body { font-size: 16px; line-height: 2.15; color: #45413c; }
.post-body > * { margin: 0 0 1.8em; }
.post-body h2 { margin: 2.4em 0 .9em; padding-bottom: .5em; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 26px; font-weight: 400; }
.post-body h3 { margin: 2.2em 0 .8em; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.post-body a { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }
.post-body ul, .post-body ol { padding-left: 1.5em; }
.post-body li { margin-bottom: .6em; }
.post-body img { height: auto; }
.post-nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 72px; padding-top: 34px; border-top: 1px solid var(--line); font-size: 13px; }
.post-nav a:hover { color: var(--red); }
.post-nav__index { padding: 12px 28px; border: 1px solid var(--red); color: var(--red-dark); }
.post-nav__index:hover { background: var(--red); color: #fff; }

/* ---- 次に見るリンク ---- */
.next-links { padding: 0 0 96px; }
.next-links__inner { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.next-links__item { display: flex; align-items: center; gap: 18px; padding: 34px 36px; background: var(--green); color: #fff; transition: background .3s; }
.next-links__item:hover { background: #2f322e; }
.next-links__item small { color: #c9bd93; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.next-links__item span { font-family: var(--serif); font-size: 22px; }
.next-links__item svg { width: 28px; margin-left: auto; }

/* ---- 404 ---- */
.pg-404links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pg-404links a { display: block; padding: 30px 28px; border: 1px solid var(--line); background: #fff; transition: border-color .3s, transform .3s; }
.pg-404links a:hover { border-color: var(--red); transform: translateY(-4px); }
.pg-404links small { display: block; color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.pg-404links span { display: block; margin: 10px 0 14px; font-family: var(--serif); font-size: 21px; }
.pg-404links svg { width: 26px; color: var(--red); }

/* ---- フッター サイトマップ ---- */
.footer-sitemap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding: 74px 0 58px; }
.footer-sitemap__head { margin: 0 0 18px; font-size: 14px; letter-spacing: .06em; }
.footer-sitemap__head--spaced { margin-top: 30px; }
.footer-sitemap__head a:hover { color: var(--red); }
.footer-sitemap ul { margin: 0; padding: 0; list-style: none; }
.footer-sitemap li { margin-bottom: 11px; }
.footer-sitemap li a { color: #6b6760; font-size: 13px; }
.footer-sitemap li a:hover { color: var(--red); }

/* ==========================================================================
   レスポンシブ
   ========================================================================== */
@media (max-width: 1080px) {
  .pg-message, .pg-biz__inner, .pg-company__inner, .pg-salon { grid-template-columns: 1fr; gap: 44px; }
  .pg-biz--rev .pg-biz__inner { direction: ltr; }
  .pg-message__image img { height: 380px; }
  .pg-philosophy__grid, .pg-features__grid, .pg-recruit-points__grid, .pg-otherbrands__grid, .pg-404links { grid-template-columns: repeat(2, 1fr); }
  .pg-flow { grid-template-columns: repeat(2, 1fr); }
  .pg-flow > div:nth-child(2)::after { display: none; }
  .footer-sitemap { grid-template-columns: repeat(2, 1fr); gap: 34px; }
}

@media (max-width: 900px) {
  .header-cta { display: none; }
  .page-hero, .brand-hero, .post-hero { margin-top: 78px; }
  .content-shell, .narrow-shell { width: min(1240px, calc(100% - 48px)); }
  .pg-brandlist { grid-template-columns: 1fr; gap: 34px; }
  .next-links__inner, .pg-siblings, .pg-wanted, .pg-contact-types { grid-template-columns: 1fr; }
  .salon-item { grid-template-columns: 1fr; gap: 20px; }
  .pg-newsrow { grid-template-columns: 92px 1fr; gap: 8px 16px; padding: 22px 4px; }
  .pg-newsrow p { grid-column: 1 / -1; }
  .pg-newsrow i { display: none; }
  .pg-form { padding: 32px 24px; }
  .pg-access .pg-map { padding-top: 70%; }
}

@media (max-width: 640px) {
  .br-pc { display: none; }
  .page-hero { padding: 62px 0 48px; }
  .page-hero__lead { font-size: 14px; }
  .section-space { padding: 82px 0; }
  .pg-philosophy, .pg-features, .pg-recruit-points, .pg-schedule-wrap { padding: 78px 0; }
  .pg-philosophy__grid, .pg-features__grid, .pg-recruit-points__grid, .pg-otherbrands__grid, .pg-404links, .pg-flow { grid-template-columns: 1fr; }
  .pg-flow > div::after { display: none; }
  .pg-intro { font-size: 15px; }
  .pg-table th, .pg-table td { display: block; width: auto; padding: 0; border: 0; }
  .pg-table th { padding-top: 20px; color: var(--red-dark); font-size: 13px; }
  .pg-table td { padding: 8px 0 20px; border-bottom: 1px solid var(--line); }
  .pg-message__image img { height: 260px; }
  .pg-biz__image img { height: 240px; }
  .pg-biz__image b { font-size: 54px; left: -4px; top: -26px; }
  .pg-company__inner { padding: 44px 0; }
  .pg-schedule li { grid-template-columns: 1fr; gap: 6px; }
  .pg-schedule time { font-size: 20px; }
  .pg-operator__inner { flex-direction: column; align-items: flex-start; }
  .pg-brandcard__body { padding: 26px 24px 30px; }
  .pg-brandcard__body h2 { font-size: 28px; }
  .footer-sitemap { grid-template-columns: 1fr; padding: 52px 0 40px; }
  .post-body { font-size: 15px; }
  .post-nav { flex-direction: column; align-items: stretch; text-align: center; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ==========================================================================
   見出しの折り返し禁止（文字数から font-size を逆算）
   ※ .post-hero h1 / .post-body h* は記事本文なので対象外（長文タイトルは折り返す）
   ※ トップページ（body.home）は現状維持のため対象外
   ========================================================================== */

/* --- セクション見出し（最長 11文字を基準） --- */
body:not(.home) .section-heading h2 {
  white-space: nowrap;
  font-size: min(calc((100vw - 96px) / 11), 53px);
}

/* --- 3カラムのカード見出し（最長 13文字） ---
   content-shell(1240 / gutter96) － gap40×2 － カード左右padding34×2 */
.pg-features__grid h3,
.pg-recruit-points__grid .pg-h3 {
  white-space: nowrap;
  font-size: min(calc(((min(1240px, 100vw - 96px) - 80px) / 3 - 74px) / 13), 20px);
}

/* --- 4カラムのステップ見出し（最長 11文字） ---
   narrow-shell(1040 / gutter96) － gap24×3 － カード左右padding26×2 */
.pg-flow h3 {
  white-space: nowrap;
  font-size: min(calc(((min(1040px, 100vw - 96px) - 72px) / 4 - 54px) / 11), 18px);
}

/* --- 2カラムのお問い合わせ区分（最長 8文字） --- */
.pg-contact-types .pg-h3 {
  white-space: nowrap;
  font-size: min(calc(((min(1040px, 100vw - 96px) - 28px) / 2 - 70px) / 8), 21px);
}

/* --- 単独の見出し --- */
.pg-entry h2       { white-space: nowrap; font-size: min(calc((100vw - 96px) / 10), 42px); }
.pg-operator h2    { white-space: nowrap; font-size: min(calc((100vw - 96px) / 12), 33px); }
.pg-access__info h3{ white-space: nowrap; font-size: min(calc((100vw - 96px) / 17), 21px); }
.salon-item__head h3 { white-space: nowrap; font-size: min(calc((100vw - 96px) / 13), 25px); }
.pg-area__head     { white-space: nowrap; font-size: min(calc((100vw - 96px) / 8), 27px); }

@media (max-width: 1080px) {
  /* 2カラムへ切り替わるので、1枚あたりの幅から計算し直す */
  .pg-features__grid h3,
  .pg-recruit-points__grid .pg-h3 {
    font-size: min(calc(((min(1240px, 100vw - 96px) - 40px) / 2 - 74px) / 13), 20px);
  }
  .pg-flow h3 {
    font-size: min(calc(((min(1040px, 100vw - 96px) - 24px) / 2 - 54px) / 11), 18px);
  }
}

@media (max-width: 900px) {
  /* content-shell / narrow-shell のガター 96px → 48px */
  body:not(.home) .section-heading h2 { font-size: min(calc((100vw - 56px) / 11), 53px); }
  .pg-features__grid h3,
  .pg-recruit-points__grid .pg-h3 {
    font-size: min(calc(((min(1240px, 100vw - 48px) - 40px) / 2 - 74px) / 13), 20px);
  }
  .pg-flow h3 {
    font-size: min(calc(((min(1040px, 100vw - 48px) - 24px) / 2 - 54px) / 11), 18px);
  }
  .pg-contact-types .pg-h3 { font-size: min(calc((100vw - 48px - 70px) / 8), 21px); }
  .pg-entry h2        { font-size: min(calc((100vw - 56px) / 10), 42px); }
  .pg-operator h2     { font-size: min(calc((100vw - 56px) / 12), 33px); }
  .pg-access__info h3 { font-size: min(calc((100vw - 56px) / 17), 21px); }
  .salon-item__head h3{ font-size: min(calc((100vw - 56px) / 13), 25px); }
  .pg-area__head      { font-size: min(calc((100vw - 56px) / 8), 27px); }
}

@media (max-width: 640px) {
  /* 1カラム */
  .pg-features__grid h3,
  .pg-recruit-points__grid .pg-h3 { font-size: min(calc((100vw - 48px - 74px) / 13), 20px); }
  .pg-flow h3 { font-size: min(calc((100vw - 48px - 54px) / 11), 18px); }
}

/* --- トップページの見出し（実測にもとづく逆算） --- */
/* 理念：<br>で意図的に2行、1行あたり最長9文字 */
.about__copy h3 { white-space: nowrap; text-wrap: nowrap; }
/* 事業内容カード：最長11文字。3カラム→2カラム→1カラムで1枚の幅が変わる */
.business-cards h3 { white-space: nowrap; font-size: min(calc((min(1240px, 100vw - 96px) - 48px) / 3 / 11), 29px); }
@media (max-width: 900px) {
  .business-cards h3 { font-size: min(calc((min(1240px, 100vw - 48px) - 24px) / 2 / 11), 29px); }
}
@media (max-width: 680px) {
  .about__copy h3 { font-size: min(calc((100vw - 48px) / 9), 37px); }
  .business-cards h3 { font-size: min(calc((100vw - 48px) / 11), 29px); }
}

/* --- 白ベース化で幅が変わった見出しの再逆算 --- */
/* 経営理念カード（最長10文字・3→2→1カラム／カード左右padding30） */
.pg-philosophy__grid h3 { white-space: nowrap; font-size: min(calc(((min(1240px, 100vw - 96px) - 88px) / 3 - 76px) / 10), 20px); }
/* 次に見るリンク（最長7文字。small/見出し/矢印が1行に並ぶ） */
.next-links__item span { white-space: nowrap; }
@media (max-width: 1080px) {
  .pg-philosophy__grid h3 { font-size: min(calc(((min(1240px, 100vw - 96px) - 44px) / 2 - 76px) / 10), 20px); }
}
@media (max-width: 900px) {
  .pg-philosophy__grid h3 { font-size: min(calc(((min(1240px, 100vw - 48px) - 44px) / 2 - 76px) / 10), 20px); }
  /* 1カラムになるので英字ラベルを上の行へ逃がす */
  .next-links__item { flex-wrap: wrap; }
  .next-links__item small { flex: 0 0 100%; }
  .next-links__item span { font-size: min(calc((100vw - 168px) / 7), 22px); }
}
@media (max-width: 640px) {
  .pg-philosophy__grid h3 { font-size: min(calc((100vw - 48px - 84px) / 10), 20px); }
}

/* --- 「ほかのグループ会社」「ほかの店舗」カードの見出し --- */
/* 最長12文字（株式会社オー・イー・ケー） */
.co-others span { white-space: nowrap; font-size: min(calc(((min(1240px, 100vw - 96px) - 28px) / 2 - 270px) / 12), 19px); }
/* 最長9文字相当（mimosa 南越谷店） */
.pg-siblings span { white-space: nowrap; font-size: min(calc(((min(1040px, 100vw - 96px) - 20px) / 2 - 248px) / 9), 19px); }

@media (max-width: 1080px) {
  .co-others span { font-size: min(calc((min(1240px, 100vw - 96px) - 270px) / 12), 19px); }
}
@media (max-width: 900px) {
  .co-others span { font-size: min(calc((100vw - 48px - 270px) / 12), 19px); }
  .pg-siblings span { font-size: min(calc((100vw - 48px - 248px) / 9), 19px); }
}
@media (max-width: 640px) {
  /* 横並びだと文字が潰れるので縦積みにする */
  .co-others a { grid-template-columns: 1fr; gap: 14px; }
  .co-others figure { grid-column: 1; }
  .co-others img { height: 150px; }
  .co-others small { grid-column: 1; grid-row: auto; }
  .co-others span { grid-column: 1; grid-row: auto; align-self: auto; font-size: min(calc((100vw - 100px) / 12), 19px); }
  .pg-siblings a { flex-wrap: wrap; }
  .pg-siblings span { flex: 0 0 100%; font-size: min(calc((100vw - 88px) / 9), 19px); }
}

/* ==========================================================================
   グループ会社詳細 / ブランド詳細 / 店舗詳細（画像主体のLP寄りレイアウト）
   ========================================================================== */

/* --- 会社詳細ヒーロー --- */
.co-hero, .sa-hero { position: relative; margin-top: 92px; min-height: 400px; display: flex; align-items: center; overflow: hidden; background: var(--beige); }
.co-hero__media, .sa-hero__media { position: absolute; inset: 0; }
.co-hero__media img, .sa-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.co-hero__wash, .sa-hero__wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 38%, rgba(255,255,255,.5) 100%); }
.co-hero__copy, .sa-hero__copy { position: relative; z-index: 2; padding: 74px 0; }
.co-hero__en, .sa-hero__en { margin: 0 0 16px; display: flex; align-items: center; gap: 15px; color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.co-hero__en::before, .sa-hero__en::before { content: ""; width: 45px; height: 1px; background: currentColor; }
.co-hero h1, .sa-hero h1 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.2; letter-spacing: .02em; }
.co-hero__catch { margin: 22px 0 0; font-family: var(--serif); font-size: clamp(19px, 2.1vw, 30px); font-weight: 700; letter-spacing: .04em; }
.sa-hero__brand { margin: 20px 0 0; }
.sa-hero__brand a { display: inline-flex; align-items: center; gap: 12px; padding: 10px 22px; border: 1px solid var(--gold); color: var(--gold-deep); font-size: 13px; background: rgba(255,255,255,.7); transition: background .3s, color .3s; }
.sa-hero__brand a:hover { background: var(--gold); color: #fff; }
.sa-hero__brand svg { width: 22px; }

/* --- 会社:概要 --- */
.co-about__inner { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; }
.co-about__lead { margin: 0; font-size: 16px; line-height: 2.15; color: #4a463f; }
.co-about__logo { margin: 34px 0 0; padding-top: 30px; border-top: 1px solid var(--line); }
.co-about__logo img { width: auto; max-width: 260px; max-height: 74px; object-fit: contain; }
.co-about__image { margin: 0; }
.co-about__image img { height: 440px; object-fit: cover; }

/* --- 会社:社名の由来 --- */
.co-origin { padding: 118px 0; background: var(--paper); }
.co-origin__lead { max-width: 820px; margin: 40px auto 0; font-size: 16px; line-height: 2.15; text-align: center; color: #4a463f; }
.co-origin__list { margin-top: 68px; display: grid; gap: 34px; }
.co-origin__item { display: grid; grid-template-columns: .8fr 1fr; gap: 44px; align-items: center; padding: 34px; background: #fff; }
.co-origin__item:nth-child(even) { grid-template-columns: 1fr .8fr; }
.co-origin__item:nth-child(even) figure { order: 2; }
.co-origin__item figure { margin: 0; }
.co-origin__item img { height: 250px; object-fit: cover; }
.co-origin__en { margin: 0; color: var(--gold-deep); font-family: var(--serif); font-size: 26px; letter-spacing: .04em; }
.co-origin__item h3 { margin: 4px 0 16px; font-family: var(--serif); font-size: 27px; font-weight: 400; white-space: nowrap; }
.co-origin__body { margin: 0; font-size: 15px; line-height: 2.05; color: #4a463f; }
.co-origin__single { margin: 56px auto 0; max-width: 900px; }

/* --- 会社:運営ブランド --- */
.co-brands__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; margin-top: 62px; }
.co-brandcard { display: block; background: #fff; border: 1px solid var(--line); transition: transform .35s, box-shadow .35s; }
.co-brandcard:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(25,25,25,.1); }
.co-brandcard figure { margin: 0; overflow: hidden; }
.co-brandcard img { height: 240px; object-fit: cover; transition: transform .6s; }
.co-brandcard:hover img { transform: scale(1.05); }
.co-brandcard > div { padding: 30px 32px 34px; }
.co-brandcard small { color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.co-brandcard span { display: block; margin: 10px 0 12px; font-family: var(--serif); font-size: 32px; white-space: nowrap; }
.co-brandcard span em { font-style: normal; }
.co-brandcard p { margin: 0; font-size: 14px; line-height: 1.95; color: #4a463f; }
.co-brandcard i { display: flex; align-items: center; gap: 14px; margin-top: 20px; color: var(--gold-deep); font-size: 11px; font-style: normal; }
.co-brandcard i svg { width: 26px; }

/* --- 会社:帯写真 --- */
.co-photo { height: 320px; overflow: hidden; }
.co-photo img { width: 100%; height: 100%; object-fit: cover; }
.co-site { margin: 44px 0 0; display: flex; justify-content: center; }
.co-site .button { margin-top: 0; }

/* --- 会社:ほかの会社 --- */
.co-others { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 58px; }
.co-others a { display: grid; grid-template-columns: 150px 1fr 30px; align-items: center; gap: 22px; padding: 20px 26px 20px 20px; background: #fff; border: 1px solid var(--line); transition: border-color .3s, transform .3s; }
.co-others a:hover { border-color: var(--gold); transform: translateY(-4px); }
.co-others figure { margin: 0; }
.co-others img { height: 92px; object-fit: cover; }
.co-others small { grid-column: 2; color: var(--gold-deep); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.co-others span { grid-column: 2; grid-row: 1; align-self: end; font-family: var(--serif); font-size: 19px; }
.co-others svg { grid-column: 3; grid-row: 1; width: 26px; color: var(--gold); }

/* --- グループ会社 一覧 --- */
.co-list { margin-top: 78px; }
.co-row { border-top: 1px solid var(--line); }
.co-row:last-child { border-bottom: 1px solid var(--line); }
.co-row__inner { display: grid; grid-template-columns: .82fr 1fr; gap: 56px; align-items: center; padding: 52px 0; }
.co-row__image { position: relative; margin: 0; overflow: hidden; }
.co-row__image img { height: 260px; object-fit: cover; transition: transform .6s; }
.co-row:hover .co-row__image img { transform: scale(1.04); }
.co-row__image b { position: absolute; left: 0; top: 0; padding: 9px 18px; background: var(--gold); color: #fff; font-size: 12px; letter-spacing: .1em; }
.co-row__body small { color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.co-row__body h2 { margin: 12px 0 0; font-family: var(--serif); font-weight: 400; line-height: 1.3; }
.co-row__biz { margin: 12px 0 0; display: inline-block; padding: 6px 16px; background: var(--paper); color: var(--gold-deep); font-size: 12px; letter-spacing: .04em; }
.co-row__text { margin: 18px 0 0; font-size: 15px; line-height: 2.05; color: #4a463f; }
.co-row__brands { margin: 18px 0 0; padding-top: 16px; border-top: 1px dotted rgba(52,52,49,.3); font-size: 14px; color: #4f5349; }
.co-row__brands span { display: inline-block; margin-right: 14px; padding: 3px 12px; background: var(--green); color: #fff; font-size: 11px; }
.co-row__more { display: flex; align-items: center; gap: 14px; margin-top: 22px; color: var(--gold-deep); font-size: 11px; font-style: normal; }
.co-row__more svg { width: 26px; }

/* --- ブランド詳細 --- */
.brand-hero__logo { margin: 0; }
.brand-hero__logo img { width: auto; max-width: min(420px, 74vw); max-height: 92px; object-fit: contain; }
.br-about__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.br-about__image { margin: 0; }
.br-about__image img { height: 430px; object-fit: cover; }
.br-about__lead { margin: 0 0 8px; font-size: 16px; line-height: 2.2; color: #4a463f; }
.br-features { padding: 118px 0; background: var(--paper); }
.br-features__list { margin-top: 66px; display: grid; gap: 30px; }
.br-feature { display: grid; grid-template-columns: .74fr 1fr; gap: 44px; align-items: center; padding: 30px; background: #fff; }
.br-feature:nth-child(even) { grid-template-columns: 1fr .74fr; }
.br-feature:nth-child(even) figure { order: 2; }
.br-feature figure { margin: 0; overflow: hidden; }
.br-feature img { height: 236px; object-fit: cover; }
.br-feature small { display: block; color: var(--gold-deep); font-family: var(--serif); font-size: 28px; line-height: 1; }
.br-feature h3 { margin: 10px 0 14px; font-family: var(--serif); font-weight: 400; line-height: 1.4; white-space: nowrap; font-size: min(calc((100vw - 120px) / 15), 25px); }
.br-feature p { margin: 0; font-size: 15px; line-height: 2.05; color: #4a463f; }

/* --- 店舗カード（写真つき） --- */
.salon-item { grid-template-columns: 300px 1fr; gap: 34px; align-items: start; }
.salon-item__photo { margin: 0; overflow: hidden; }
.salon-item__photo img { height: 190px; object-fit: cover; transition: transform .6s; }
.salon-item__photo a:hover img { transform: scale(1.05); }
.salon-item__main { display: grid; grid-template-columns: .55fr 1fr; gap: 26px; }
.salon-item__head h3 a:hover { color: var(--gold-deep); }
.salon-item__fax { color: #635f58; font-size: 13px; }
.pg-salon__photo { margin: 0 0 30px; }
.pg-salon__photo img { height: 300px; object-fit: cover; }
.pg-siblings a { position: relative; padding-left: 18px; }
.pg-siblings__thumb { width: 78px; height: 58px; object-fit: cover; flex: none; }
.pg-siblings a { gap: 18px; }

/* --- 代表メッセージ --- */
.pg-message__image img { height: auto; max-height: 640px; object-fit: cover; }
.pg-message__image figcaption { margin-top: 14px; color: #635f58; font-size: 13px; text-align: right; }
.pg-message__sign { margin: 38px 0 0; font-size: 14px; color: #5c584f; line-height: 2; }
.pg-message__sign small { display: block; margin-top: 8px; color: #635f58; font-size: 12px; }
.pg-message__sign b { display: block; margin-top: 2px; font-family: var(--serif); font-size: 25px; font-weight: 400; color: var(--ink); letter-spacing: .06em; }

/* ==========================================================================
   レスポンシブ
   ========================================================================== */
@media (max-width: 1080px) {
  .co-about__inner, .br-about__inner, .co-row__inner { grid-template-columns: 1fr; gap: 40px; }
  .co-brands__grid, .co-others { grid-template-columns: 1fr; }
  .co-about__image img, .br-about__image img { height: 330px; }
  .salon-item { grid-template-columns: 240px 1fr; }
  .salon-item__main { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 900px) {
  .co-hero, .sa-hero { margin-top: 78px; min-height: 300px; }
  .co-hero__wash, .sa-hero__wash { background: linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.86) 55%, rgba(255,255,255,.66) 100%); }
  .co-origin__item, .co-origin__item:nth-child(even), .br-feature, .br-feature:nth-child(even) { grid-template-columns: 1fr; gap: 24px; }
  .co-origin__item:nth-child(even) figure, .br-feature:nth-child(even) figure { order: 0; }
  .co-photo { height: 220px; }
  .salon-item { grid-template-columns: 1fr; }
  .salon-item__photo img { height: 210px; }
}

@media (max-width: 640px) {
  .co-hero__copy, .sa-hero__copy { padding: 54px 0; }
  .co-origin, .br-features { padding: 78px 0; }
  .co-origin__item, .br-feature { padding: 20px; }
  .co-origin__item img, .br-feature img { height: 200px; }
  .co-about__image img, .br-about__image img { height: 240px; }
  .co-row__image img { height: 200px; }
  .co-others a { grid-template-columns: 92px 1fr; }
  .co-others svg { display: none; }
  .co-brandcard span { font-size: 27px; }
  .pg-salon__photo img { height: 220px; }
  .pg-message__sign b { font-size: 22px; }
  .co-photo { height: 170px; }
}

/* --- トップページ：カードをリンク化したときの体裁 --- */
.salon-brand-card__link { display: block; height: 100%; }
a.company-panel__inner { text-decoration: none; }
.salon-brand-card { transition: box-shadow .35s, transform .35s; }
.salon-brand-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(25, 25, 25, .1); }
.salon-brand-card:hover h3 { color: var(--gold-deep); }
.salon-brand-card h3 { transition: color .3s; }

/* --- ページ下部の共通CTA（新卒採用／中途採用／お問い合わせ） --- */
.bottom-cta { display: grid; grid-template-columns: repeat(3, 1fr); }
.bottom-cta .feature-panel { min-height: 430px; padding: 46px 44px; }
.bottom-cta .feature-panel h2 { white-space: nowrap; font-size: min(calc((100vw / 3 - 176px) / 6), 44px); }
.bottom-cta .feature-panel div > p { margin-bottom: 14px; }
.bottom-cta .feature-panel div > span { font-size: 12px; line-height: 1.85; }
.bottom-cta .feature-panel > i { width: 58px; height: 58px; }
.feature-panel--graduate::before { background: url('assets/salon/mimosa-ikebukuro.jpg') center / cover; }
.feature-panel--career::before { background: url('assets/brand/mimosaplus-treatment.jpg') center / cover; }
.feature-panel--contact::before { background: url('assets/group/jbloom-towel.jpg') center / cover; }

/* --- 採用区分（新卒／中途） --- */
.pg-routes__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 56px; }
.pg-route { padding: 40px 38px; background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--gold); scroll-margin-top: 110px; }
.pg-route small { color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.pg-route h3 { margin: 12px 0 16px; font-family: var(--serif); font-size: 30px; font-weight: 400; white-space: nowrap; }
.pg-route p { margin: 0 0 20px; font-size: 15px; line-height: 2.05; color: #4a463f; }
.pg-route ul { margin: 0; padding: 0; list-style: none; }
.pg-route li { position: relative; padding: 10px 0 10px 24px; border-top: 1px dotted rgba(52, 52, 49, .28); font-size: 14px; }
.pg-route li::before { content: ""; position: absolute; left: 3px; top: 20px; width: 10px; height: 1px; background: var(--gold); }
.pg-route .text-button { margin: 22px 0 0; }

@media (max-width: 1080px) {
  .bottom-cta { grid-template-columns: 1fr; }
  .bottom-cta .feature-panel { min-height: 290px; }
  .bottom-cta .feature-panel h2 { font-size: min(calc((100vw - 176px) / 6), 44px); }
  .pg-routes__grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .bottom-cta .feature-panel { padding: 36px 26px; min-height: 240px; }
  .bottom-cta .feature-panel h2 { font-size: min(calc((100vw - 140px) / 6), 44px); }
  .pg-route { padding: 30px 24px; }
  .pg-route h3 { font-size: min(calc((100vw - 96px) / 4), 30px); }
}

/* ==========================================================================
   金（ゴールド）配色への全面変更
   旧 #aaa075 は白背景でコントラスト 2.65:1（WCAG AA 不合格）だったため、
   4.5:1 以上を満たす金へ置き換える。お問い合わせ導線の配色は元のデザインのまま。
   ========================================================================== */

:root {
  /* 単色の金（白背景で 4.74:1／AA合格） */
  --red: #8a7024;
  --red-dark: #6f5919;
  --gold: #8a7024;
  --gold-deep: #6f5919;
  --gold-bright: #c9a227;
  /* 暗い背景に載せる金（#3d403b 上で 5.8:1） */
  --gold-on-dark: #dcc274;
  /* 罫線を少し濃くして視認性を上げる */
  --line: rgba(25, 25, 25, .22);
}

/* --- 金文字ユーティリティ（グラデーションは使わず単色） --- */
.gold-text { color: var(--gold-deep); }
.gold-text--dark { color: var(--gold-on-dark); }

/* --- ヒーロー：薄いグレーの見出しを濃くする --- */
.hero h1 { color: #45483f; }
.hero h1 span { color: var(--gold-deep); }
.hero__lead { color: #3f3c37; }

/* --- ヘッダーのお問い合わせボタン（元のデザインのまま／地色だけ読める金へ） --- */
.header-cta { background: var(--gold); border: 1px solid var(--gold); transition: background .3s, border-color .3s; }
.header-cta span { color: #fff; font-weight: 500; letter-spacing: .04em; }
.header-cta svg { color: #fff; }
.header-cta:hover { background: var(--gold-deep); border-color: var(--gold-deep); }

/* --- 下部のお問い合わせバンド（元のデザインに戻す） --- */
.contact-cta::before { background: rgba(255, 253, 249, .9); }
.contact-cta__copy > p { color: var(--gold-deep); font-size: 10px; }
.contact-cta__copy h2 { color: var(--ink); }
.contact-cta__copy > span { color: #524e48; font-size: 13px; }
.contact-cta__button { border-color: var(--green); background: var(--green); color: #fff; }
.contact-cta__button > span { color: #fff; }
.contact-cta__button small { color: #dcc274; font-size: 8px; }
.contact-cta__button svg { color: #fff; }
.contact-cta__button:hover { background: var(--gold-deep); border-color: var(--gold-deep); }

/* --- 採用の応募バンド（元のデザインに戻す） --- */
.pg-entry { background: var(--gold); }
.pg-entry p { color: rgba(255, 255, 255, .9); }
.pg-entry h2 { color: #fff; }
.pg-entry .button--white { background: #fff; border-color: #fff; color: var(--gold-deep); font-weight: 700; }
.pg-entry .button--white:hover { background: var(--ink); border-color: var(--ink); color: #fff; }

/* --- 暗い背景の英字ラベルを金に統一 --- */
.section-heading.is-light p,
.pg-operator small,
.next-links__item small,
.mobile-menu nav a small,
.feature-panel div > p,
.pg-schedule time { color: var(--gold-on-dark); }

/* --- ボタン・タブ：金地に白文字（4.74:1） --- */
.button--red { background: var(--gold); border-color: var(--gold); color: #fff; font-weight: 500; }
.button--red:hover { background: var(--gold-deep); border-color: var(--gold-deep); }
.button--white { background: #fff; border-color: #fff; color: var(--gold-deep); font-weight: 700; }
.news__tabs button.is-active { background: var(--gold); color: #fff; }
.pg-newsnav a:hover, .pg-newsnav a.is-active { background: var(--gold); border-color: var(--gold); color: #fff; }
.pg-pagination .page-numbers.current { background: var(--gold); border-color: var(--gold); color: #fff; }
.pg-structure__row a { color: var(--gold-deep); border-color: var(--gold); }
.pg-structure__row a:hover { background: var(--gold); color: #fff; }

/* --- 細かい文字の視認性 --- */
.body-copy { color: #4a463f; }
.eyebrow { color: var(--gold-deep); font-size: 10px; }
.section-heading p { color: var(--gold-deep); font-weight: 700; }
.text-button { color: var(--gold-deep); font-size: 11px; font-weight: 500; }
.pg-brandcard__body small,
.pg-features__grid small,
.page-hero__en,
.brand-hero__en,
.salon-item__head small,
.pg-company__head small,
.pg-flow small,
.pg-404links small,
.pg-otherbrands__grid small { color: var(--gold-deep); }
.pg-brandcard__areas { color: #4f5349; font-weight: 500; }
.pg-map__label, .pg-form__note, .breadcrumb ol { color: #635f58; }
.is-pending { color: #635f58; border-color: rgba(52, 52, 49, .45); }
.pg-table th { color: #5c584f; }
.salon-item__body dt, .pg-company__meta dt { color: #5c584f; }
.pg-features__grid p, .pg-recruit-points__grid p, .pg-flow p { color: #4a463f; }
.pg-philosophy__grid p { color: rgba(255, 255, 255, .85); }
.footer-sitemap li a { color: #b9b4aa; }
.footer-sitemap li a:hover { color: var(--gold-on-dark); }
.footer-sitemap__head a:hover { color: var(--gold-on-dark); }
.page-top:hover { background: var(--gold-deep); }

/* --- コントラスト監査で見つかった残りの薄い色 --- */
/* 装飾番号（薄いベージュ 2.63:1）→ 金へ */
.pg-features__grid small,
.pg-recruit-points__grid small,
.pg-contact-types small,
.pg-company__head span,
.br-feature small,
.co-origin__en { color: var(--gold); }
.pg-biz__image b { color: rgba(138, 112, 36, .8); }
/* ヒーロー・カードの英字ラベル（8〜9px は 4.5:1 が必要） */
.hero__overline { color: var(--gold-deep); font-size: 10px; }
.business-cards article > span { color: var(--gold-deep); font-size: 10px; }
/* .pg-entry span がボタン内の span まで当たり、白地に白文字になっていた */
.pg-entry span { color: inherit; }
.pg-entry__inner > span { color: rgba(255, 255, 255, .92); font-size: 15px; }
.pg-entry .button--white span { color: var(--gold-deep); }
.pg-entry .button--white:hover span { color: #fff; }
/* 記事ヘッダーの日付：ベージュ地で 3.61:1 だったため濃くする */
.post-hero__meta time { color: #5c584f; }

/* ==========================================================================
   白ベース化（濃い帯を明るく／回遊リンクを白カードへ）
   ========================================================================== */

/* --- 次に見るリンク：濃緑の帯 → 白カード --- */
.next-links__item {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  transition: border-color .3s, box-shadow .3s, transform .3s;
}
.next-links__item:hover { background: #fff; border-color: var(--gold); box-shadow: 0 16px 36px rgba(25, 25, 25, .08); transform: translateY(-4px); }
.next-links__item small { color: var(--gold-deep); }
.next-links__item span { color: var(--ink); }
.next-links__item svg { color: var(--gold); transition: transform .3s; }
.next-links__item:hover svg { transform: translateX(6px); }

/* --- 運営会社バンド：濃緑 → 白 --- */
.pg-operator { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); }
.pg-operator small { color: var(--gold-deep); }
.pg-operator p { color: #635f58; }
.pg-operator h2 { color: var(--ink); }

/* --- 経営理念：濃緑 → 生成り＋白カード --- */
.pg-philosophy { background: var(--paper); color: var(--ink); }
.pg-philosophy .section-heading.is-light { color: var(--ink); }
.pg-philosophy .section-heading.is-light p { color: var(--gold-deep); }
.pg-philosophy__main { color: var(--green); }
.pg-philosophy__grid > div { padding: 34px 30px; background: #fff; border-top: 3px solid var(--gold); }
.pg-philosophy__grid small { color: var(--gold); }
.pg-philosophy__grid h3 { color: var(--ink); }
.pg-philosophy__grid p { color: #4a463f; }

/* --- 1日のスケジュール：濃緑 → 生成り --- */
.pg-schedule-wrap { background: var(--paper); color: var(--ink); }
.pg-schedule-wrap .section-heading.is-light { color: var(--ink); }
.pg-schedule-wrap .section-heading.is-light p { color: var(--gold-deep); }
.pg-schedule li { border-bottom: 1px solid rgba(52, 52, 49, .18); }
.pg-schedule time { color: var(--gold-deep); }
.pg-schedule p { color: #4a463f; }

/* ==========================================================================
   1) ヘッダーの高さを固定（スクロールで縮んでガタつくのを止める）
   2) 下層ヒーローの margin-top をヘッダー実寸に合わせる（78px→76px のズレ修正）
   ========================================================================== */
.site-header.is-scrolled { height: 92px; }
@media (max-width: 900px) {
  .site-header, .site-header.is-scrolled { height: 76px; }
  .page-hero, .brand-hero, .post-hero, .co-hero, .sa-hero { margin-top: 76px; }
}

/* ==========================================================================
   3) 下部CTA（新卒採用／中途採用／お問い合わせ）の視認性
      写真の上に載る金文字が読みづらかったため、
      オーバーレイを濃くし、文字を大きく・明るく・影つきにする
   ========================================================================== */
.bottom-cta .feature-panel::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .5) 45%, rgba(0, 0, 0, .86) 100%);
}
.bottom-cta .feature-panel div > p {
  color: #f2e2ad;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .65);
}
.bottom-cta .feature-panel h2 {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .6);
}
.bottom-cta .feature-panel div > span {
  color: rgba(255, 255, 255, .95);
  font-size: 13px;
  line-height: 1.9;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .6);
}
.bottom-cta .feature-panel > i { border-color: rgba(255, 255, 255, .85); }
.bottom-cta .feature-panel:hover > i { background: #fff; color: var(--gold-deep); }

/* ==========================================================================
   4) モバイルのファーストビュー：被写体（女性）を画面の右寄りに置く
      素材(1672×941)では女性が横位置 約67% にいる。
      これまで center / right center だったため、スマホでは画面外に外れていた。
   ========================================================================== */
@media (max-width: 900px) {
  .hero__media { background-position: 66% center; }
  .hero__media video { object-position: 66% center; }
  .hero__wash { background: linear-gradient(96deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 30%, rgba(255,255,255,.46) 58%, rgba(255,255,255,.10) 100%); }
}
@media (max-width: 680px) {
  .hero__media video { object-position: 66% center; }
  .hero__wash { background: linear-gradient(96deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.9) 26%, rgba(255,255,255,.5) 54%, rgba(255,255,255,.08) 100%); }
}

/* ==========================================================================
   下層ページのヘッダー帯に背景写真
   ========================================================================== */
.page-hero { position: relative; overflow: hidden; background: var(--beige); }
.page-hero__media { position: absolute; inset: 0; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 36%, rgba(255,255,255,.52) 100%); }
.page-hero__copy { position: relative; z-index: 2; }
.page-hero--404 .page-hero__wash { background: linear-gradient(180deg, rgba(255,255,255,.93) 0%, rgba(255,255,255,.9) 100%); }

@media (max-width: 900px) {
  .page-hero__wash { background: linear-gradient(96deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.9) 42%, rgba(255,255,255,.62) 100%); }
  .page-hero__media img { object-position: 62% center; }
}

/* ==========================================================================
   採用の応募バンド：背景写真＋ボタンを中央に
   ========================================================================== */
.pg-entry { position: relative; isolation: isolate; overflow: hidden; background: var(--gold); }
.pg-entry::before { content: ""; position: absolute; z-index: -2; inset: 0; background: url('assets/group/oek-keeping.jpg') center 40% / cover no-repeat; }
.pg-entry::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(100deg, rgba(111,89,25,.94) 0%, rgba(90,72,20,.90) 100%); }
.pg-entry__inner { position: relative; z-index: 1; }
/* ラベルと矢印が左右に離れて中央に見えないため、中央寄せにする */
.pg-entry .button { justify-content: center; gap: 18px; padding: 0 24px; }

/* ==========================================================================
   モバイルの右余白（横はみ出し）の解消
   原因：入場アニメ .reveal が表示前に translateX(±72px) で待機しており、
        画面外の要素が右へ最大72pxはみ出して scrollWidth を広げていた。
        body の overflow-x:hidden はブラウザによっては効かず、右に余白として見える。
   対策：横移動をやめて縦移動にする（横方向の余白が原理的に発生しない）＋ html でもクリップ
   ========================================================================== */
html { overflow-x: hidden; }
.js .reveal { transform: translateY(26px); }
.js .reveal:nth-child(even) { transform: translateY(26px); }
.js .reveal.in-view { transform: translateY(0); }

/* ==========================================================================
   トップのファーストビューを静止画に（動画は表示しない）
   ポスター画像と fv.mp4 は別素材で、再生開始の瞬間に人物が入れ替わっていたため。
   1.53MB の PNG は WebP 42KB / JPEG 115KB に変換して差し替え。
   ========================================================================== */
.hero__media { background-image: none; background-color: #efe1cf; }
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.76) contrast(.93) brightness(1.08);
}
@media (max-width: 900px) {
  .hero__media img { object-position: 66% center; }
}

/* ==========================================================================
   トップのファーストビューは「動画のみ」
   poster を付けると別素材の静止画が一瞬映って人物が入れ替わって見えるため、
   poster は使わない。読み込み中の空白は、動画の1コマ目から作った
   48x27 の極小プレースホルダ（1.5KB・人物は判別できない色味だけ）で埋める。
   ========================================================================== */
.hero__media {
  background-color: #efe1cf;
  background-image: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAwICQsJCAwLCgsODQwOEh4UEhEREiUbHBYeLCcuLisnKyoxN0Y7MTRCNCorPVM+QkhKTk9OLztWXFVMW0ZNTkv/2wBDAQ0ODhIQEiQUFCRLMisyS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0v/wAARCAAbADADASIAAhEBAxEB/8QAGQAAAwEBAQAAAAAAAAAAAAAABAUGAwcB/8QAMBAAAgEDAgQCCAcAAAAAAAAAAQIDAAQRBSEGEzFhEkEHIjJRcYGh8BQjcpGSosL/xAAXAQEBAQEAAAAAAAAAAAAAAAADAgQB/8QAGREAAwEBAQAAAAAAAAAAAAAAAAECEUES/9oADAMBAAIRAxEAPwBzYWwyM4z386Zm1AHs4NeQQKTlNh3FMraISqSzEkdq01fTPM8AorftRcVv2ooQLsVU495reOKpdnVOExqnFOl6Tex2s/Ncs4RpI1BSM5x6xz5dgeh91NdYs1fS7vxLkCJm+YGR9RXP/SJbW11dXE1vIpMRDYQjB23J+YP1610nStPa3sTBczS3CugDc9ix9kBhkk5zv+58sUHt7g/hZqAI1uI2TMasGLAgZ9+V3/SDnPnigbzifTtPlMEsM7yLnmclPGqMMZBO32K1e5mMMP5h9aME4260ruLK1jieRbWAPkHPLXc5Haii3RdQpGUPHGm4A/DXQHwQ/wCqLPF1oNhaXbfDl7/3pBc2sDIgMSAHGfCMdfhUxfBrTVIIoZZhGZhlGlZgdx5EmnxZofRg9zHDqcMk6c6JZ/E6hclgpOVwevTHeq+bja0t2Aewu/DjcryzvtjHrbjrv9iC1Ilb2FRsDLIT/I0u49jSLWWjjUKiBlUDyAZsCjRdcP/Z");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.76) contrast(.93) brightness(1.08);
}
/* 動画(1280x720)の被写体は横76%付近。スマホでも右寄りに収まるように寄せる */
@media (max-width: 900px) {
  .hero__media { background-position: 80% center; }
  .hero__media video { object-position: 80% center; }
}
@media (max-width: 680px) {
  .hero__media video { object-position: 80% center; }
}
