@charset "UTF-8";
:root {
  --eye:rgb(253 239 242);
  --esthetic:rgb(253 252 238);
  --aroma:rgb(246 238 250);
  --brand-tint:#f7f5f2;
  --brand-accent:#66574f;
  --brand-hover:#eee9e3;
  --ink:#37312f;
  --muted:#6f665f;
  --line:#ddd5d1;
  --white:#fff;
  --serif:"Shippori Mincho B1","Yu Mincho",YuMincho,serif;
  --sans:"Yu Gothic Medium","YuGothic","Hiragino Kaku Gothic ProN",sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:125px;
  /* ポップアップ開閉時もスクロールバー用の領域を保持する。 */
  scrollbar-gutter:stable
}
body {
  margin:0;
  background:var(--white);
  color:var(--ink);
  font-family:var(--sans);
  font-size:16px;
  line-height:1.9
}
body:has(dialog[open]) {
  overflow:hidden
}
button,a {
  -webkit-tap-highlight-color:transparent
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit;
  color:inherit;
  cursor:pointer
}
button:disabled {
  cursor:default
}
img {
  max-width:100%;
  vertical-align:middle
}
button:focus-visible,a:focus-visible {
  outline:3px solid var(--brand-accent);
  outline-offset:5px
}
[hidden] {
  display:none!important
}
p,h1,h2,h3,h4 {
  margin:0
}
ul {
  margin:0;
  padding:0;
  list-style:none
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap
}
.eyebrow {
  font-size:12px!important;
  font-family:var(--sans)!important;
  letter-spacing:.22em;
  font-weight:500;
  color:var(--brand-accent);
  margin:0 0 20px!important
}
.site-header {
  height:105px;
  padding:14px 4.5%;
  display:flex;
  align-items:center;
  gap:36px;
  background:#fff;
  border-bottom:1px solid var(--line);
  position:relative;
  z-index:110
}
.brand {
  margin-right:auto;
  display:block;
  flex-shrink:0
}
.brand img {
  width:145px;
  height:auto;
  display:block
}
.header-booking {
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:5px
}
.header-booking>p {
  font-size:14px;
  writing-mode:horizontal-tb;
  letter-spacing:.04em;
  line-height:1.3;
  text-align:center
}
.header-booking-links {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px
}
.header-booking-links a {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:5px;
  font-size:12px;
  line-height:1.4
}
.header-booking-links img {
  height:31px;
  width:auto;
  object-fit:contain
}
.header-actions {
  display:flex;
  align-items:center;
  gap:26px
}
.notice-open {
  border:1px solid var(--line);
  border-radius:100px;
  background:#fff;
  padding:9px 17px;
  font-size:14px;
  display:flex;
  gap:9px;
  align-items:center;
  white-space:nowrap
}
.notice-dot {
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--brand-accent)
}
.header-instagram img {
  width:23px;
  height:23px
}
.notice-label {
  position:relative;
  top:1px
}
.nav-toggle {
  width:42px;
  min-height:42px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  padding:0;
  border:0;
  background:transparent;
  font-size:10px;
  letter-spacing:.12em;
  line-height:1.8
}
.nav-toggle-icon {
  position:relative;
  display:block;
  width:28px;
  height:18px
}
.nav-toggle-icon>span {
  position:absolute;
  left:0;
  top:50%;
  height:1px;
  width:28px;
  background:var(--ink);
  display:block;
  transform-origin:center;
  transition:transform .32s cubic-bezier(.22,1,.36,1)
}
.nav-toggle-icon>span:first-child {
  transform:translateY(-4px)
}
.nav-toggle-icon>span:last-child {
  transform:translateY(4px)
}
.nav-toggle[aria-expanded="true"] .nav-toggle-icon>span:first-child {
  transform:rotate(45deg)
}
.nav-toggle[aria-expanded="true"] .nav-toggle-icon>span:last-child {
  transform:rotate(-45deg)
}
.nav-toggle-label {
  display:block
}
.site-navigation {
  position:absolute;
  top:105px;
  right:0;
  z-index:109;
  width:min(100%,450px);
  padding:30px 35px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 20px 40px #37312f0f
}
.site-navigation a {
  display:block;
  padding:12px 0;
  border-bottom:1px solid var(--line);
  font-size:15px
}
.site-navigation a:hover {
  color:var(--brand-accent)
}
.hero {
  max-width:1440px;
  margin:auto;
  padding:30px 4.5% 0;
  overflow:hidden
}
.hero-heading {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  column-gap:24px;
  row-gap:16px;
  padding:0 1% 27px
}
.hero-heading .hero-display {
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  font-size:clamp(62px,7.8vw,112px);
  letter-spacing:-.06em;
  line-height:.95;
  display:flex;
  gap:.27em;
  align-items:baseline
}
.hero-heading .hero-display em {
  font-weight:400
}
.hero-heading .hero-display>span:last-child {
  font-size:.6em;
  letter-spacing:-.04em
}
.hero-topic {
  grid-column:1/-1;
  grid-row:2;
  font-family:var(--serif);
  font-size:clamp(18px,1.8vw,25px);
  font-weight:500;
  line-height:1.7;
  letter-spacing:.04em;
  overflow-wrap:anywhere
}
.hero-intro {
  grid-column:2;
  grid-row:1;
  font-size:13px;
  letter-spacing:.07em;
  line-height:2;
  text-align:right;
  flex-shrink:0;
  padding-top:15px
}
.hero-intro span {
  color:var(--muted);
  font-size:12px
}
.hero-stage {
  height:480px;
  display:grid;
  grid-template-columns:1.08fr 1fr .95fr;
  gap:22px;
  position:relative;
  isolation:isolate;
  perspective:1400px
}
.hero-panel {
  min-width:0;
  display:flex;
  flex-direction:column;
  align-self:start;
  transform-origin:center center;
  position:relative;
  backface-visibility:hidden
}
.hero-photo {
  overflow:hidden;
  background:var(--brand-tint)
}
.hero-photo img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover
}
.hero-eye .hero-photo {
  height:345px;
  border-radius:145px 145px 0 0
}
.hero-eye .hero-photo img {
  object-position:52% 63%;
  transform:scale(2.2);
  transform-origin:50% 40%
}
.hero-esthetic {
  margin-top:39px
}
.hero-esthetic .hero-photo {
  height:300px;
  border-radius:8px
}
.hero-esthetic .hero-photo img {
  object-position:47% 50%
}
.hero-aroma {
  margin-top:8px
}
.hero-aroma .hero-photo {
  height:330px;
  border-radius:135px 135px 0 0
}
.hero-aroma .hero-photo img {
  object-position:43% 42%
}
.hero-caption {
  position:relative;
  min-height:106px;
  padding:16px 24px 18px
}
.hero-eye .hero-caption {
  background:var(--eye)
}
.hero-esthetic .hero-caption {
  background:var(--esthetic)
}
.hero-aroma .hero-caption {
  background:var(--aroma)
}
.hero-category {
  display:block;
  font-size:10px;
  letter-spacing:.12em;
  color:var(--muted);
  margin-bottom:5px
}
.hero-caption h2 {
  font-family:var(--serif);
  font-size:22px;
  font-weight:500;
  line-height:1.45;
  letter-spacing:.02em
}
.hero-aroma h2 {
  font-size:20px
}
.panel-arrow {
  position:absolute;
  right:18px;
  bottom:21px;
  font-size:24px
}
.hero.is-playing .hero-panel {
  will-change:transform
}
.hero.is-playing .hero-caption {
  visibility:hidden
}
.hero-foot {
  display:flex;
  align-items:center;
  gap:25px;
  padding:17px 0 25px;
  border-bottom:1px solid var(--line);
  font-size:13px
}
.hero-foot-line {
  height:1px;
  flex:1;
  background:var(--line)
}
.scroll-link {
  display:flex;
  align-items:center;
  gap:22px
}
.motion-controls {
  display:flex;
  gap:10px;
  align-items:center
}
.motion-replay,.motion-skip {
  font-size:12px;
  background:none;
  border:0;
  border-bottom:1px solid var(--line);
  padding:3px 0
}
.motion-replay span {
  font-size:17px
}
.motion-replay:disabled {
  opacity:.5
}
.hero-foot>a:last-child {
  white-space:nowrap
}
.hero-panel:hover .panel-arrow {
  color:var(--brand-accent)
}
#introduction-contents {
  max-width:1240px;
  margin:auto;
  padding:0 50px
}
.anchor {
  scroll-margin-top:30px
}
h3.text-deco-21 {
  font-family:var(--serif);
  font-weight:500;
  line-height:1.65;
  font-size:clamp(25px,2.6vw,36px);
  letter-spacing:.03em
}
.text-deco-02 {
  display:inline-block
}
.text-deco-04 {
  white-space:nowrap
}
#three-course {
  padding:100px 0 95px
}
#three-course>h3 {
  margin-bottom:26px
}
#three-course>p:not(.eyebrow) {
  max-width:850px;
  margin-top:15px;
  line-height:2
}
.course-select {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:40px
}
.course-btn {
  display:flex;
  flex-direction:column;
  overflow:hidden
}
.course-btn h4 {
  font-family:var(--serif);
  font-weight:500;
  font-size:20px;
  line-height:1.55;
  padding:23px 24px;
  min-height:100px;
  display:flex;
  align-items:center
}
.course-btn img {
  width:100%;
  height:210px;
  object-fit:cover
}
.course-ey {
  background:var(--eye)
}
.course-es {
  background:var(--esthetic)
}
.course-ar {
  background:var(--aroma)
}
.course-op-select {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px
}
.option-btn {
  background:transparent;
  font-size:14px;
  text-align:right;
  padding:16px 0;
  border-bottom:1px solid var(--line)
}
.option-btn a:after {
  content:" ↗";
  margin-left:12px
}
.course-btn:hover h4 {
  color:var(--brand-accent)
}
#visitor {
  padding:100px 0;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:65px
}
.story-heading {
  align-self:start;
  position:sticky;
  top:40px
}
.story-heading h3 {
  font-size:30px;
  max-width:300px
}
.story-heading h3 span {
  display:block
}
.story-copy {
  min-width:0
}
.story-copy p {
  margin:0 0 25px;
  line-height:2.05
}
.story-copy p:first-child {
  font-family:var(--serif);
  font-size:21px
}
.story-copy .img-deco-10 {
  display:block;
  width:100%;
  max-width:350px;
  height:auto;
  margin:25px 0
}
.blog-btn {
  display:inline-flex;
  padding:15px 2px;
  border-bottom:1px solid var(--ink);
  gap:60px;
  font-size:15px
}
.blog-btn:after {
  content:"↗"
}
.story-copy p:last-of-type {
  text-align:left
}
.story-copy p:nth-of-type(5),.story-copy p:nth-of-type(6) {
  padding-left:24px;
  border-left:3px solid var(--line)
}
#salon-location {
  padding:95px 0;
  border-top:1px solid var(--line)
}
#salon-location>h3 {
  margin-bottom:25px
}
#salon-location>p:not(.eyebrow) {
  max-width:880px;
  line-height:2
}
.location {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:38px;
  margin-top:45px
}
.salon-photo {
  display:flex;
  flex-direction:column
}
.salon-title {
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:22px
}
.salon-title img {
  width:70px;
  height:70px;
  object-fit:contain
}
.salon-title h4 {
  font-family:Georgia,var(--serif);
  font-weight:400;
  font-size:29px;
  line-height:1.3
}
.salon-photo>img {
  width:100%;
  height:290px;
  object-fit:cover
}
.salon-photo:hover h4 {
  color:var(--brand-accent)
}
#staff {
  padding:70px 0 90px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  column-gap:65px
}
.salon-staff_photobox {
  grid-column:2;
  grid-row:1/4;
  display:flex;
  justify-content:space-between;
  align-items:start;
  gap:15px
}
.salon-staff {
  text-align:center;
  flex:none
}
.salon-staff img {
  width:150px;
  height:150px;
  max-width:none;
  object-fit:cover;
  border-radius:30px
}
.staff-photo {
  width:150px;
  height:150px;
  background-size:150px 150px;
  border-radius:30px
}
.kaori {
  background-image:url(../images/karen-owner-kaori.jpg)
}
.yuna {
  background-image:url(../images/karen-eyelist-yuna.jpg)
}
.ikumi {
  background-image:url(../images/karen-esthetician-ikumi.jpg)
}
.text-deco-22 {
  font-size:14px;
  margin-top:17px
}
.name {
  line-height:1.9
}
#reserve {
  background:var(--brand-tint);
  padding:48px 38px;
  display:flex;
  align-items:center;
  gap:32px;
  margin:0 -15px 24px
}
.reserve-title {
  flex:1;
  min-width:190px
}
.reserve-text-01 {
  font-family:var(--serif);
  font-size:25px;
  line-height:1.6;
  white-space:nowrap
}
.reserve-text-02 {
  font-size:14px;
  margin-top:9px;
  color:var(--muted)
}
.reserve-jump-btn {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  flex:2
}
.reserve-text-11 {
  padding:19px 12px;
  border:1px solid var(--line);
  background:white;
  border-radius:12px;
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:121px;
  font-size:13px;
  line-height:1.75
}
.reserve-text-11 p:first-child {
  font-weight:600;
  font-size:14px;
  margin-bottom:4px
}
.reserve-text-11 p:last-child {
  margin-top:7px;
  color:var(--brand-accent);
  font-size:12px
}
.reserve-text-11:hover {
  border-color:var(--brand-accent)
}
.privacy-btn {
  display:block;
  text-align:right;
  color:var(--muted);
  font-size:13px;
  margin:20px 0 65px
}
footer {
  background:var(--brand-tint);
  padding:65px 4.5% 25px;
  border-top:1px solid var(--line)
}
.footer-base {
  max-width:1240px;
  margin:auto
}
.sitemap {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px 42px
}
.text-deco-32 {
  font-family:var(--serif);
  font-size:17px;
  line-height:1.6;
  display:block;
  margin-bottom:13px
}
.text-deco-33 {
  font-size:13px;
  color:var(--muted);
  line-height:1.8
}
.text-deco-33 li {
  margin:9px 0
}
.sitemap a:hover {
  color:var(--brand-accent);
  text-decoration:underline
}
.footer-contact {
  padding-top:40px;
  margin-top:42px;
  border-top:1px solid var(--line);
  text-align:center
}
.footer-contact__lead {
  font-size:14px
}
.footer-contact__tel {
  font-family:Georgia,var(--serif);
  font-size:31px;
  line-height:1.8
}
.footer-contact__label {
  font-family:var(--sans);
  font-size:13px;
  margin-right:14px
}
.footer-contact__note {
  font-size:13px;
  color:var(--muted)
}
.footer-sns-btn {
  display:none;
  text-align:center;
  margin-top:20px
}
.f-sns-btn-1 img {
  width:116px;
  height:auto
}
.text-deco-35 {
  text-align:center;
  margin-top:40px;
  font-size:12px;
  color:var(--muted)
}
dialog {
  border:0;
  background:#fff;
  color:var(--ink);
  padding:40px;
  width:min(90vw,610px);
  max-height:85vh;
  overflow:auto;
  border-radius:10px;
  box-shadow:0 30px 90px #37312f33
}
dialog::backdrop {
  background:#37312f99
}
.dialog-close {
  position:sticky;
  top:0;
  float:right;
  display:grid;
  place-items:center;
  background:var(--brand-tint);
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  font-size:25px;
  line-height:1
}
.popup h2 {
  font-family:var(--serif);
  font-weight:500;
  margin-bottom:22px
}
.popup-text {
  font-size:16px;
  line-height:1.95
}
.popup-image {
  display:block;
  width:100%;
  height:auto;
  margin-top:25px
}
@media(min-width:1441px) {
  .hero-stage {
    height:520px
  }
  .hero-eye .hero-photo {
    height:390px
  }
  .hero-esthetic .hero-photo {
    height:345px
  }
  .hero-aroma .hero-photo {
    height:375px
  }
}
@media(max-width:1100px) {
  .site-header {
    gap:23px
  }
  .header-actions {
    gap:18px
  }
  .header-booking>p {
    display:block
  }
  .hero-heading .hero-display {
    font-size:8.5vw
  }
  .hero-topic {
    grid-column:1/-1;
    grid-row:2;
    font-family:var(--serif);
    font-size:clamp(18px,1.8vw,25px);
    font-weight:500;
    line-height:1.7;
    letter-spacing:.04em;
    overflow-wrap:anywhere
  }
  .hero-intro {
    grid-column:2;
    grid-row:1;
    font-size:11px
  }
  .hero-stage {
    height:430px;
    gap:16px
  }
  .hero-eye .hero-photo {
    height:300px
  }
  .hero-esthetic .hero-photo {
    height:265px
  }
  .hero-aroma .hero-photo {
    height:290px
  }
  .hero-caption {
    padding:14px 15px;
    min-height:105px
  }
  .hero-caption h2 {
    font-size:20px
  }
  .hero-aroma h2 {
    font-size:18px
  }
  .panel-arrow {
    right:12px;
    font-size:20px;
    bottom:17px
  }
  #introduction-contents {
    padding:0 36px
  }
  #visitor {
    gap:40px;
    grid-template-columns:.65fr 1.35fr
  }
  #staff {
    display:block
  }
  .salon-staff_photobox {
    justify-content:flex-start;
    gap:55px;
    margin-top:30px
  }
  #reserve {
    flex-direction:column;
    align-items:stretch
  }
  .reserve-title {
    text-align:center
  }
  .reserve-jump-btn {
    width:100%
  }
  .salon-title h4 {
    font-size:25px
  }
}
@media(max-width:953px) {
  .header-instagram {
    display:none
  }
  .footer-sns-btn {
    display:block
  }
}
@media(max-width:805px) {
  .salon-staff img {
    width:120px;
    height:120px
  }
  .site-header {
    height:94px;
    gap:20px
  }
  .brand img {
    width:115px
  }
  .header-booking-links {
    gap:14px
  }
  .header-booking-links img {
    height:25px
  }
  .header-booking-links a {
    font-size:10px
  }
  .header-actions {
    gap:15px
  }
  .header-instagram {
    display:none
  }
  .notice-open {
    font-size:12px;
    padding:8px 12px
  }
  .site-navigation {
    top:94px
  }
  .hero-heading {
    grid-template-columns:minmax(0,1fr);
    padding-bottom:27px
  }
  .hero-intro {
    display:none
  }
  .hero-heading .hero-display {
    font-size:11vw;
    justify-content:space-between;
    width:100%
  }
  .hero-stage {
    height:380px;
    gap:12px
  }
  .hero-eye .hero-photo {
    height:260px
  }
  .hero-esthetic .hero-photo {
    height:220px
  }
  .hero-aroma .hero-photo {
    height:250px
  }
  .hero-caption {
    min-height:97px;
    padding:12px 12px 18px
  }
  .hero-caption h2 {
    font-size:16px
  }
  .hero-aroma h2 {
    font-size:15px
  }
  .hero-category {
    font-size:9px
  }
  .panel-arrow {
    display:none
  }
  .hero-foot {
    gap:18px;
    font-size:12px
  }
  .hero-foot-line {
    display:none
  }
  .hero-foot>a:last-child {
    margin-left:auto
  }
  .hero-foot .scroll-link {
    gap:12px
  }
  #three-course {
    padding:70px 0
  }
  .course-select,.course-op-select {
    gap:14px
  }
  .course-btn h4 {
    font-size:17px;
    padding:17px;
    min-height:92px
  }
  .course-btn img {
    height:150px
  }
  #visitor {
    padding:70px 0;
    gap:35px;
    grid-template-columns:1fr
  }
  .story-heading {
    position:static
  }
  .story-heading h3 {
    max-width:100%;
    font-size:28px
  }
  .story-heading h3 span {
    display:inline
  }
  .story-copy {
    max-width:700px
  }
  #salon-location {
    padding:70px 0
  }
  .location {
    gap:24px
  }
  .salon-title {
    gap:12px
  }
  .salon-title img {
    width:57px;
    height:57px
  }
  .salon-title h4 {
    font-size:21px
  }
  .salon-photo>img {
    height:225px
  }
  .sitemap {
    grid-template-columns:repeat(2,1fr);
    gap:30px
  }
  .text-deco-32 {
    font-size:16px
  }
}
@media(max-width:640px) {
  html {
    scroll-padding-top:157px
  }
  .site-header {
    height:152px;
    padding:12px 18px;
    display:grid;
    grid-template-columns:1fr auto;
    grid-template-rows:49px 69px;
    gap:10px 20px
  }
  .brand img {
    width:96px
  }
  .header-actions {
    gap:19px
  }
  .header-booking {
    grid-column:1/3;
    grid-row:2;
    justify-content:center;
    gap:4px;
    border-top:1px solid var(--line);
    padding-top:8px;
    width:100%
  }
  .header-booking>p {
    display:block;
    writing-mode:horizontal-tb;
    margin:0;
    font-size:12px
  }
  .header-booking-links {
    gap:23px
  }
  .header-booking-links img {
    height:19px
  }
  .header-booking-links a {
    font-size:10px;
    gap:4px
  }
  .notice-open {
    padding:7px 12px
  }
  .nav-toggle {
    font-size:9px
  }
  .site-navigation {
    top:152px;
    width:100%
  }
  .header-instagram img {
    width:20px;
    height:20px
  }
  .hero {
    padding:25px 18px 0
  }
  .hero-heading {
    padding:0 0 24px;
    row-gap:14px
  }
  .hero-topic {
    font-size:17px;
    line-height:1.8;
    letter-spacing:.02em
  }
  .hero-heading .hero-display {
    font-size:16vw;
    gap:.1em;
    align-items:flex-end
  }
  .hero-heading .hero-display>span:last-child {
    font-size:.45em;
    line-height:1.12;
    letter-spacing:-.03em;
    display:flex;
    flex-direction:column
  }
  .hero-stage {
    height:auto;
    display:flex;
    flex-direction:column;
    gap:12px;
    perspective:900px
  }
  .hero-panel {
    display:grid;
    grid-template-columns:49% 51%;
    width:100%;
    height:150px;
    margin:0!important;
    align-items:stretch
  }
  .hero-photo,.hero-eye .hero-photo,.hero-esthetic .hero-photo,.hero-aroma .hero-photo {
    height:150px;
    border-radius:0
  }
  .hero-eye .hero-photo {
    border-top-left-radius:70px
  }
  .hero-aroma .hero-photo {
    border-bottom-left-radius:70px
  }
  .hero-photo img {
    height:150px
  }
  .hero-eye .hero-photo img {
    object-position:52% 63%
  }
  .hero-esthetic .hero-photo img {
    object-position:50% 52%
  }
  .hero-aroma .hero-photo img {
    object-position:44% 43%
  }
  .hero-caption {
    padding:23px 17px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:0
  }
  .hero-caption h2 {
    font-size:19px
  }
  .hero-aroma h2 {
    font-size:17px
  }
  .hero-category {
    font-size:9px;
    margin-bottom:8px
  }
  .hero-foot {
    flex-wrap:wrap;
    padding:20px 0;
    gap:12px
  }
  .hero-foot>a:last-child {
    font-size:11px
  }
  .motion-controls {
    margin-left:auto
  }
  .hero-foot>a:last-child {
    width:100%;
    text-align:right
  }
  .hero-photo {
    position:relative;
    z-index:2;
    transform-origin:center center
  }
  .hero-caption {
    z-index:1
  }
  .hero.is-playing .hero-panel {
    will-change:auto
  }
  .hero.is-playing .hero-photo {
    will-change:transform
  }
  .hero.is-revealing .hero-panel {
    overflow:hidden;
    isolation:isolate
  }
  .hero.is-revealing .hero-caption {
    animation:karen-caption-reveal .36s cubic-bezier(.2,.7,.2,1) both
  }
  #introduction-contents {
    padding:0 24px
  }
  .eyebrow {
    font-size:11px!important;
    margin-bottom:15px!important
  }
  #three-course {
    padding:65px 0
  }
  h3.text-deco-21 {
    font-size:25px;
    line-height:1.65
  }
  #three-course>p:not(.eyebrow) {
    font-size:16px
  }
  .course-select {
    gap:10px;
    margin-top:30px
  }
  .course-btn {
    display:flex
  }
  .course-btn h4 {
    font-family:var(--sans);
    font-size:13px;
    line-height:1.7;
    padding:13px 9px;
    min-height:106px
  }
  .course-btn img {
    height:100px
  }
  .course-op-select {
    gap:10px
  }
  .option-btn {
    font-size:12px;
    padding:12px 0
  }
  .option-btn a:after {
    margin-left:4px
  }
  .story-copy p {
    font-size:16px;
    line-height:2
  }
  .story-copy p:first-child {
    font-size:19px
  }
  .story-copy p:nth-of-type(5),.story-copy p:nth-of-type(6) {
    padding-left:17px
  }
  .story-heading h3 {
    font-size:25px
  }
  .location {
    grid-template-columns:1fr;
    gap:38px;
    margin-top:32px
  }
  .salon-title img {
    width:65px;
    height:65px
  }
  .salon-title h4 {
    font-size:27px
  }
  .salon-photo>img {
    height:auto;
    max-height:320px;
    object-fit:cover
  }
  #staff {
    padding:55px 0 65px
  }
  .salon-staff_photobox {
    gap:15px;
    justify-content:center;
    margin-top:30px
  }
  .salon-staff img {
    width:130px;
    height:130px
  }
  .staff-photo {
    width:130px;
    height:130px;
    background-size:130px
  }
  .text-deco-22 {
    font-size:13px;
    margin-top:12px
  }
  #reserve {
    padding:32px 20px;
    margin:0 -8px 20px;
    gap:25px
  }
  .reserve-text-01 {
    font-size:24px
  }
  .reserve-text-02 {
    font-size:13px
  }
  .reserve-jump-btn {
    gap:9px
  }
  .reserve-text-11 {
    padding:15px 8px;
    font-size:12px
  }
  .reserve-text-11 p:first-child {
    font-size:13px
  }
  .privacy-btn {
    font-size:12px;
    line-height:1.8;
    margin-bottom:48px
  }
  .sitemap {
    grid-template-columns:1fr 1fr;
    gap:28px 24px
  }
  footer {
    padding:45px 24px 25px
  }
  .text-deco-32 {
    font-size:15px
  }
  .text-deco-33 {
    font-size:12px
  }
  .footer-contact__tel {
    font-size:28px
  }
  .footer-contact__note {
    font-size:12px
  }
  .text-deco-35 {
    font-size:11px
  }
  dialog {
    padding:27px;
    max-height:85dvh
  }
  .popup-text {
    font-size:16px
  }
}
@media(max-width:479px) {
  .salon-staff img {
    width:120px;
    height:120px
  }
  .staff-photo {
    width:120px;
    height:120px;
    background-size:120px
  }
  .salon-staff_photobox {
    gap:10px;
    margin-left:-13px;
    margin-right:-13px
  }
  .reserve-jump-btn {
    grid-template-columns:repeat(2,145px);
    justify-content:center;
    gap:10px
  }
  .reserve-box-1 {
    width:145px;
    height:80px;
    min-height:80px
  }
  .reserve-box-2 {
    grid-column:1/3;
    width:300px;
    height:80px;
    min-height:80px
  }
  .reserve-text-11 {
    padding:5px 4px;
    line-height:1.45
  }
  .reserve-text-11 p:first-child {
    margin-bottom:1px;
    font-size:12px
  }
  .reserve-text-11 p:last-child {
    margin-top:3px
  }
  .reserve-text-01 {
    font-size:23px
  }
  .header-booking-links {
    gap:14px
  }
  .hero-panel,.hero-photo,.hero-eye .hero-photo,.hero-esthetic .hero-photo,.hero-aroma .hero-photo,.hero-photo img {
    height:137px
  }
  .hero-caption {
    padding:18px 14px
  }
  .hero-caption h2 {
    font-size:18px
  }
  .hero-aroma h2 {
    font-size:16px
  }
}
@media(max-width:420px) {
  .salon-staff img {
    width:110px;
    height:110px
  }
  .staff-photo {
    width:110px;
    height:110px;
    background-size:110px
  }
  .header-actions {
    gap:15px
  }
  .header-booking-links {
    gap:12px
  }
  .header-booking-links img {
    height:18px
  }
  .header-booking>p {
    font-size:12px
  }
  .hero-panel,.hero-photo,.hero-eye .hero-photo,.hero-esthetic .hero-photo,.hero-aroma .hero-photo,.hero-photo img {
    height:130px
  }
  .hero-caption h2 {
    font-size:17px
  }
  .hero-aroma h2 {
    font-size:15px
  }
  .hero-category {
    font-size:8px
  }
}
@media(max-width:375px) {
  .salon-staff img {
    width:105px;
    height:105px
  }
  .staff-photo {
    width:105px;
    height:105px;
    background-size:105px
  }
  .salon-staff_photobox {
    gap:5px;
    margin-left:-16px;
    margin-right:-16px
  }
  .header-instagram {
    display:none
  }
  #introduction-contents {
    padding:0 20px
  }
  .course-btn h4 {
    font-size:12px;
    padding:10px 8px;
    min-height:98px
  }
  .hero-caption {
    padding:16px 11px
  }
  .hero-foot {
    font-size:11px
  }
}
@media(max-width:369px) {
  .reserve-jump-btn {
    grid-template-columns:repeat(2,138px);
    gap:5px
  }
  .reserve-box-1 {
    width:138px
  }
  .reserve-box-2 {
    width:281px
  }
  .salon-staff_photobox {
    gap:1px
  }
  .sitemap {
    grid-template-columns:1fr
  }
  .header-booking>p {
    display:block
  }
  .header-booking {
    justify-content:center
  }
  #reserve {
    padding:30px 8px
  }
  .hero-caption h2 {
    font-size:16px
  }
  .hero-aroma h2 {
    font-size:14px
  }
}
@keyframes karen-caption-reveal {
  from {
    transform:translateX(-36px);
    clip-path:inset(0 100% 0 0)
  }
  to {
    transform:translateX(0);
    clip-path:inset(0)
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
}
/* Reserve the FV layout while its first motion is prepared. */
html.fv-preparing .hero-panel {
  visibility:hidden
}
html.fv-preparing .hero-stage::after {
  content:"読み込み中…";
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:var(--muted);
  font-size:12px;
  letter-spacing:.08em;
  pointer-events:none
}
.hero-photo img.is-loading {
  visibility:hidden
}
