@charset "UTF-8";

/* ==================================================
   Foundation
   ================================================== */
:root {
  --red: #BF0909;
  --ink: #2F2725;
  --paper: #f3f2ef;
  --font-en: "Cardo", Georgia, "Times New Roman", serif;
  --font-mincho: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --font-gothic: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --serif: var(--font-mincho)
}

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

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-gothic);
  line-height: 1.9;
  letter-spacing: .04em
}

img {
  display: block;
  max-width: 100%;
  height: auto
}

figure,
p,
h1,
h2,
h3,
dl,
dd {
  margin: 0
}

a {
  color: inherit;
  text-decoration: none
}

.main {
  overflow: hidden
}

.wrap {
  width: min(1180px, calc(100% - 80px));
  margin-inline: auto
}

.section {
  padding: 110px 0
}

.eyebrow {
  color: var(--red);
  font-size: 13px
}

.sp-only {
  display: none
}

.contact-break--pc {
  display: block
}

.site-header__brand,
.menu-button {
  display: none
}

.site-nav {
  display: flex;
  gap: 24px;
  font: 12px Georgia, serif
}

/* ==================================================
   Top page
   ================================================== */
.home-hero {
  display: grid;
  grid-template-columns: 25% 26% 49%;
  height: min(830px, 100vh);
  min-height: 620px;
  background: #090909;
  color: #fff
}

.home-hero__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #555
}

.home-hero__brand img {
  width: 190px
}

.home-hero__brand h1 {
  margin-top: 50px;
  font-size: inherit;
  font-weight: 400;
  text-align: center
}

.home-hero__brand small span {
  display: block
}

.home-hero__message p {
  font-size: 30px;
  line-height: 2.6;
  letter-spacing: .28em;
  writing-mode: vertical-rl
}

.home-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ornament-line {
  height: 42px;
  background-image: url(../images/top/mv-tassel.png);
  background-repeat: repeat-x;
  background-position: center -4px;
  background-size: auto 46px
}

.concept__inner {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center
}

.concept figure {
  transform: translateX(24px)
}

.concept figure img {
  width: 100%;
  height: 430px;
  object-fit: cover
}

.red-panel .eyebrow {
  color: #fff
}

.red-panel h2 {
  margin: 40px 0 28px;
  font-size: 24px;
  font-weight: 500
}

.red-panel>p:not(.eyebrow) {
  margin-top: 23px;
  font-size: 14px
}

.section-heading {
  text-align: center;
  margin-bottom: 60px;
  color: var(--red)
}

.section-heading p {
  font: italic 48px Georgia, serif
}

.section-heading h2 {
  font-size: 11px;
  font-weight: 400
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.services .section-heading h2 {
  font-size: 12px
}

.service-card .eyebrow,
.profile .eyebrow,
.contact-guide .eyebrow {
  font-size: 14px
}

.service-card .eyebrow,
.service-card h3,
.service-card__subtitle {
  text-align: center
}

.service-card__subtitle {
  min-height: 25px;
  font-family: var(--font-mincho);
  font-size: 13px
}

.service-card {
  padding: 18px 18px 24px;
  background: #fff
}

.service-card>img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  margin-bottom: 26px
}

.service-card h3 {
  font-size: 19px;
  font-weight: 500
}

.service-card__title-break {
  display: inline
}

.service-card>p:not(.eyebrow):not(.service-card__subtitle) {
  min-height: 100px;
  margin-top: 18px;
  font-size: 14px
}

.outline-button {
  display: grid;
  place-items: center;
  height: 56px;
  margin-top: 24px;
  border: 1px solid var(--red);
  color: var(--red);
  font: 13px Georgia, serif;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: color .35s ease, transform .35s ease, box-shadow .35s ease;
}

.outline-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1)
}

.outline-button:hover,
.outline-button:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(191, 9, 9, .16)
}

.outline-button:hover::before,
.outline-button:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left center
}

@media(prefers-reduced-motion:reduce) {

  .outline-button,
  .outline-button::before,
  .red-button {
    transition: none
  }
}


.profile__copy>p,
.profile__heading>p,
.profile__body p {
  font-size: 14px
}

.profile__copy h2 {
  margin: 14px 0 4px;
  font-size: 34px;
  font-weight: 400
}

.profile__copy h2 small {
  position: relative;
  left: -9px;
  font-size: 13px
}

.profile__role span+span::before {
  content: "／"
}

.profile__body {
  margin-top: 48px
}

.profile__body p {
  margin-top: 18px;
  font-family: var(--font-gothic);
  line-height: 1.5rem
}

.profile__image {
  width: 100%;
  max-height: 610px;
  object-fit: cover
}

.profile__image--mobile {
  display: none
}

/* ==================================================
   Shared contact guide
   ================================================== */
.contact-guide {
  padding: 110px 0 120px;
  background: #f5f4f2
}

.contact-guide__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px
}

.contact-guide .eyebrow {
  text-align: center
}

.instagram-block .eyebrow {
  margin-bottom: 0
}

.contact-block .eyebrow {
  margin-bottom: 35px
}

.instagram-placeholder {
  display: grid;
  place-items: center;
  height: 320px;
  background: #ddd;
  color: #999
}

.instagram-feed-embed {
  min-height: 320px
}

.instagram-feed-embed #sb_instagram {
  width: 100%
}

.instagram-feed-embed #sbi_images {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  padding: 0 !important
}

.instagram-feed-embed .sbi_item {
  overflow: hidden;
  width: 100% !important
}

.instagram-feed-embed .sbi_item:nth-child(n+7),
.instagram-feed-embed .sbi_caption,
.instagram-feed-embed .sbi_info,
.instagram-feed-embed #sbi_load,
.instagram-feed-embed .sbi_load_btn,
.instagram-feed-embed .sbi_follow_btn {
  display: none !important
}

.red-button {
  display: block;
  width: 230px;
  margin: 28px auto 0;
  padding: 13px;
  background: linear-gradient(90deg, var(--red) 0 50%, var(--ink) 50% 100%);
  background-size: 200% 100%;
  background-position: left center;
  color: #fff;
  text-align: center;
  font-size: 13px;
  transition: background-position .4s cubic-bezier(.22, 1, .36, 1), transform .35s ease, box-shadow .35s ease
}

.red-button:hover,
.red-button:focus-visible {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(47, 39, 37, .18)
}

.contact-block>p:nth-child(2) {
  margin-bottom: 42px;
  text-align: center;
  font-size: 14px
}

.contact-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 86px;
  margin-top: 18px;
  padding: 18px 30px 18px 92px;
  border: 1px solid #ccc;
  background-color: transparent;
  font-size: 15px;
  transition: background-color .3s ease, border-color .3s ease
}

.contact-link:hover,
.contact-link:focus-visible {
  border-color: rgba(47, 39, 37, .32);
  background-color: rgba(47, 39, 37, .055)
}

.contact-link__icon {
  position: absolute;
  left: 32px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  font-size: 26px;
  color: #777
}

.contact-link__icon img {
  width: 22px;
  height: 22px;
  object-fit: contain
}

.contact-link__icon--instagram::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: #636363;
  -webkit-mask: url(../images/common/logo-instagram.svg) center/contain no-repeat;
  mask: url(../images/common/logo-instagram.svg) center/contain no-repeat
}

.contact-link__text {
  display: block;
  font-size: 16px
}

.contact-link small {
  display: block;
  margin: 0 0 3px;
  color: #888;
  line-height: 1.4
}

.qr-guide {
  margin-top: 80px
}

.qr-guide h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 400
}

.qr-guide h2::before,
.qr-guide h2::after {
  content: "";
  width: 180px;
  height: 1px;
  background: #ccc
}

.qr-guide>div {
  display: flex;
  justify-content: center;
  gap: 75px;
  margin-top: 45px
}

.qr-guide figure {
  text-align: center;
  font-size: 14px
}

.qr-guide figcaption {
  margin-bottom: 12px
}

.qr-guide img {
  width: 145px;
  height: 145px;
  margin: auto;
  background: #fff;
  object-fit: contain
}

/* ==================================================
   Global footer
   ================================================== */
.site-footer {
  padding: 45px 0;
  background: #080808;
  color: #fff
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1280px, calc(100% - 80px));
  margin: auto
}

.site-footer__identity {
  display: flex;
  align-items: center;
  gap: 28px
}

.site-footer__identity img {
  width: 120px
}

.site-footer__company {
  font-family: var(--font-mincho)
}

.site-footer__identity small {
  display: block;
  font-size: 11px
}

.site-footer__links {
  text-align: right
}

.site-footer__links nav {
  display: flex;
  gap: 24px;
  font: 11px Georgia, serif
}

.site-footer__social {
  margin: 14px 0
}

.site-footer__links>small {
  font-size: 10px
}

@media(max-width:767px) {
  .site-footer {
    padding: 45px 0 86px 0;
    background: #080808;
    color: #fff
  }
}

/* ==================================================
   Service page
   ================================================== */
.sub-hero {
  height: 300px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background: center/cover
}

.sub-hero span {
  font-size: 10px
}

.sub-hero h1 {
  margin-top: 28px;
  font-size: 18px;
  font-weight: 400
}

.service-tabs strong,
.number-title strong {
  color: var(--red);
  font: 44px Georgia, serif;
  font-weight: 400
}

.service-tabs span,
.number-title span {
  color: var(--red);
  font: 10px Georgia, serif
}

.service-detail {
  padding: 125px 0;
  scroll-margin-top: 80px;
  background: #faf9f7;
  position: relative;
}

.service-detail--tint {
  background: #ecebea
}

.service-partition {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: min(100%, 2048px);
  height: 42px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  pointer-events: none
}

.service-partition--curve {
  background-image: url(../images/service/partition-line.png)
}

.service-partition--knot {
  height: 54px;
  background-image: url(../images/service/title-decor01.png)
}

.service-intro {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 80px
}

.service-intro--reverse {
  grid-template-columns: 1.25fr .9fr
}

.number-title {
  display: flex;
  align-items: center;
  gap: 14px
}

.service-intro__copy .h2-sub {
  margin: 28px 0 25px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  line-height: 1.4em
}

.service-intro__copy>p {
  margin-top: 18px;
  font-size: 14px
}

.image-pair {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 12px;
  align-items: end
}

.image-pair img {
  width: 100%;
  height: 340px;
  object-fit: cover
}

.image-pair img:first-child {
  height: 260px
}

.lesson-gallery {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  grid-template-rows: 180px 180px;
  gap: 14px
}

.lesson-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.lesson-gallery img:first-child {
  grid-row: 1/3
}

.lesson-gallery img:nth-child(3) {
  object-position: center 62%
}

.image-collage img {
  width: 100%;
  height: 270px;
  object-fit: cover
}

.plans__label {
  color: var(--red);
  font: 11px Georgia, serif
}

.plan-grid {
  display: grid;
  gap: 18px;
  margin-top: 18px
}

.plan-grid--three {
  grid-template-columns: repeat(3, 1fr)
}

.plan-card {
  padding: 34px 28px;
  background: #fff
}

.price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 22px 0;
  color: var(--red);
  font-size: 11px
}

.price small {
  color: #777
}

.price strong {
  font: 46px Georgia, serif;
  font-weight: 400
}

.plan-card dt {
  color: #888
}

.note {
  margin-top: 18px;
  font-size: 10px
}

.inquiry {
  margin: 38px 0;
  font-size: 14px
}

.cautions li {
  position: relative;
  padding-left: 1.5em
}

.cautions li::before {
  content: "—";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2em;
  color: var(--red)
}

.plan-grid--with-image {
  grid-template-columns: 1fr 1fr 1fr
}

.plan-grid--with-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.salon-plan {
  display: grid;
  grid-template-columns: .85fr 1fr;
  overflow: hidden;
  border: 1px solid #D9D9D6;
  background: #fff
}

.salon-plan>img {
  display: block;
  width: 100%;
  height: auto;
  align-self: center;
  object-fit: contain
}

.wide-photo {
  margin-top: 70px
}

.wide-photo>img {
  width: 100%;
  height: 380px;
  object-fit: cover
}

/* ==================================================
   Contact page
   ================================================== */

.contact-hero>picture {
  display: block;
  width: 64%;
  height: 100%;
  margin-left: auto
}

.contact-hero>picture img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.contact-page__box>p {
  text-align: center;
  margin-bottom: 48px
}

@media(max-width:767px) {

  .section {
    padding: 70px 0
  }

  .sp-only {
    display: block
  }

  .contact-break--pc {
    display: none
  }

  .site-nav {
    position: fixed;
    inset: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #050505;
    font-size: 16px;
    opacity: 0;
    visibility: hidden
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible
  }

  .home-hero figure,
  .home-hero figure img {
    height: 100%
  }

  .concept__inner {
    display: flex;
    flex-direction: column;
    width: 100%
  }

  .service-cards {
    grid-template-columns: 1fr
  }

  .service-card>p:not(.eyebrow):not(.service-card__subtitle) {
    min-height: 0
  }

  .profile {
    padding: 65px 0
  }

  .profile__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%
  }

  .profile__copy h2 {
    font-size: 27px
  }

  .profile__inner>img {
    width: 100%
  }

  .contact-guide {
    padding: 70px 0
  }

  .contact-link {
    padding-left: 68px;
    font-size: 11px
  }

  .contact-link__icon {
    left: 22px
  }

  .qr-guide h2::before,
  .qr-guide h2::after {
    width: 60px
  }

  .qr-guide>div {
    flex-direction: column;
    gap: 45px
  }

  .site-footer__inner {
    display: block;
    width: calc(100% - 48px);
    text-align: center
  }

  .site-footer__identity {
    justify-content: center
  }

  .site-footer__links {
    text-align: center;
    margin-top: 45px
  }

  .site-footer__links nav {
    flex-wrap: wrap;
    justify-content: center
  }

  .sub-hero {
    height: 230px
  }

  .service-detail {
    padding: 70px 0
  }

  .service-intro,
  .service-intro--reverse {
    display: flex;
    flex-direction: column;
    gap: 38px
  }


  .image-pair img {
    height: 210px
  }

  .image-pair img:first-child {
    height: 170px
  }


  .plan-grid--three,
  .plan-grid--with-image {
    grid-template-columns: 1fr
  }

  .plan-card h3,
  .plan-card>p:not(.price):not(.note):not(.inquiry) {
    min-height: 0
  }

  .image-collage {
    gap: 7px
  }

  .image-collage img {
    height: 190px
  }

  .salon-plan {
    grid-template-columns: 1fr
  }

  .wide-photo>img {
    height: 210px
  }
}

/* ==================================================
   Typography assignments
   ================================================== */
h1,
h2,
h3,
.home-hero__message,
.home-hero__brand,
.red-panel,
.profile__copy,
.sub-hero h1,
.contact-hero>p {
  font-family: var(--font-mincho)
}

.site-nav,
.eyebrow,
.section-heading,
.outline-button,
.script-title,
.service-tabs strong,
.service-tabs span,
.number-title strong,
.number-title span,
.plans__label,
.price strong,
.qr-guide h2,
.site-footer__links nav {
  font-family: var(--font-en)
}

.service-tabs small,
.number-title small {
  display: block;
  color: var(--ink);
  font: 12px var(--serif);
  font-family: var(--font-mincho);
}

/* ==================================================
   Global header and navigation
   ================================================== */
/* Shown while scrolling back up after the main visual. */
.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  padding: 30px 4%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  transition: transform .32s ease, background-color .32s ease, box-shadow .32s ease;
}

.site-header .site-nav {
  margin-left: auto;
  text-align: right;
  justify-content: flex-end
}

.site-header.is-past-hero {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  justify-content: space-between;
  padding: 12px 4%;
  color: #2F2725;
  background: rgba(255, 255, 255, .42);
  border-bottom: 1px solid rgba(255, 255, 255, .58);
  box-shadow: 0 8px 30px rgba(47, 39, 37, .1);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  transform: translateY(-110%)
}

.site-header.is-past-hero.is-visible {
  transform: translateY(0)
}

.site-header.is-past-hero .site-header__brand {
  display: block;
  width: 58px;
  height: 44px;
  overflow: hidden
}

.site-header.is-past-hero .site-header__brand img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.site-header.is-past-hero .site-nav {
  color: #2F2725
}

body.admin-bar .site-header.is-past-hero {
  top: 32px
}

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

  .site-header.is-past-hero .site-header__brand {
    width: 48px;
    height: 38px
  }

  .site-header.is-past-hero .menu-button span {
    background: #2F2725
  }

  .site-header.is-past-hero .site-nav.is-open {
    color: #fff
  }
}

/* Image paths */
.concept {
  padding-top: 160px;
  background: url(../images/common/bg-washi.png) center/cover;
  background-image: url(../images/common/bg-washi.png);
}

/* ==================================================
   Service page
   ================================================== */
.service-hero {
  background-image: url(../images/service/service-hero.jpg)
}

@media(max-width:767px) {
  .service-hero {
    background-image: url(../images/service/service-hero-sp.jpg);
    background-position: center bottom
  }
}

/* Top-page artwork */
.red-panel {
  position: relative;
  z-index: 1;
  padding: 70px 66px;
  background: var(--red);
  color: #fff;
  min-height: 520px;
  overflow: hidden;
}

.red-panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -12%;
  left: -15%;
  width: 70%;
  aspect-ratio: 1.31;
  background: url(../images/top/title-decor01.png) center/contain no-repeat;
  opacity: .4;
  pointer-events: none
}

.red-panel>* {
  position: relative;
  z-index: 1
}

.section-heading img {
  width: 163px;
  height: auto;
  margin: 0 auto 4px
}

.script-title {
  font: italic 52px Georgia, serif;
  display: block;
  width: 163px;
  height: auto;
  margin: 0 auto;
}

.site-nav__instagram {
  display: flex;
  align-items: center
}

.site-nav__instagram img {
  width: 17px;
  height: 17px;
  object-fit: contain
}

.site-header.is-past-hero .site-nav__instagram img {
  filter: invert(1)
}

.site-footer__social a {
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.site-footer__social img {
  width: 16px;
  height: 16px
}

@media(max-width:767px) {
  .ornament-line {
    height: 28px;
    background-position: center -6px;
    background-size: auto 34px
  }

  .services {
    background-size: 90% auto, auto
  }

  .section-heading img {
    width: 145px
  }
}

/* Top-page alignment */
@media(min-width:768px) {
  .home-hero {
    align-items: stretch;
    height: min(830px, 100vh)
  }

  .home-hero>div,
  .home-hero>figure {
    height: 100%;
    min-height: 0;
    overflow: hidden
  }

  .home-hero figure img {
    height: 100%;
    object-fit: cover
  }
}

/* Contact page */
.contact-hero {
  position: relative;
  height: 300px;
  overflow: hidden;
  color: #2F2725;
  background: #EDECEA;
}

.contact-hero h1,
.contact-hero>p {
  position: absolute;
  left: 0;
  width: 36%;
  text-align: center;
}

.contact-hero h1 {
  top: 52px;
  font: 54px Georgia, serif;
  font-family: var(--font-en);
  color: #2F2725;
}

.contact-hero>p {
  top: 155px;
  font-size: 21px;
  font-family: var(--font-mincho);
  color: #2F2725;
}

.contact-page {
  padding: 110px 0;
  background: #f4f3f1 url(../images/contact/wave-gold.png) left 12%/390px auto no-repeat;
  background-image: url(../images/contact/wave-gold.png);
  background-color: #EDECEA;
}

.contact-page__box {
  width: min(790px, calc(100% - 48px));
  margin: auto;
  padding: 70px 110px;
  border: 1px solid #888;
  background: rgba(255, 255, 255, .4);
}

@media(min-width:768px) {
  .contact-page {
    background-color: #EDECEA;
    background-image: url(../images/contact/wave-gold.png), url(../images/contact/wave-gold.png), url(../images/contact/wave-gold.png);
    background-repeat: no-repeat;
    background-size: 430px auto, 390px auto, 410px auto;
    background-position: left -35px top 24px, right -55px top 45%, left -55px bottom 18px
  }
}

@media(max-width:767px) {

  .contact-hero h1,
  .contact-hero>p {
    width: 100%
  }

}

/* Contact page mobile layout */
@media(max-width:767px) {
  .contact-hero {
    height: 310px;
    background: #EDECEA;
  }

  .contact-hero>picture {
    width: 100%;
    margin: 0;
    height: 310px;
  }

  .contact-hero>picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 58%;
  }

  .contact-hero h1 {
    left: 0;
    right: 0;
    text-align: center;
    top: 62px;
    color: #fff;
    font-size: 42px;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, .55);
  }

  .contact-hero>p {
    left: 0;
    right: 0;
    text-align: center;
    top: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #fff;
    background: transparent;
    font-size: 18px;
    letter-spacing: .2em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .65);
  }

  .contact-page {
    background-size: 260px;
    position: relative;
    isolation: isolate;
    padding: 70px 0;
    background-color: #EDECEA;
    background-image: none;
  }

  .contact-page::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -28px;
    right: -18px;
    width: 260px;
    height: 112px;
    background: url(../images/contact/wave-gold.png) center/contain no-repeat;
    pointer-events: none
  }

  .contact-page>* {
    position: relative;
    z-index: 1
  }

  .contact-page__box {
    width: calc(100% - 40px);
    padding: 36px 20px 38px;
    background: rgba(255, 255, 255, .4);
  }

  .contact-page__box>p {
    text-align: left;
    font-size: 13px;
    line-height: 1.85;
  }

  .contact-page .contact-link {
    min-height: 58px;
    margin-top: 12px;
    padding: 10px 12px 10px 62px
  }

  .contact-page .contact-link__icon {
    left: 20px;
    width: 24px;
    height: 24px;
    font-size: 23px
  }

  .contact-page .contact-link__icon img {
    width: 20px;
    height: 20px
  }

  .contact-page .qr-guide {
    margin-top: 80px
  }

  .contact-page .qr-guide h2::after {
    display: block
  }

  .contact-page .qr-guide img {
    width: 110px;
    height: 110px
  }
}

/* Soft image reveal on scroll. */
.js-fade-image {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .85s ease, transform .85s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.js-fade-image.is-visible {
  opacity: 1;
  transform: translateY(0)
}

.lesson-gallery .js-fade-image:nth-child(2),
.image-collage .js-fade-image:nth-child(2) {
  transition-delay: .12s
}

.lesson-gallery .js-fade-image:nth-child(3),
.image-collage .js-fade-image:nth-child(3) {
  transition-delay: .24s
}

@media(prefers-reduced-motion:reduce) {
  .js-fade-image {
    opacity: 1;
    transform: none;
    transition: none
  }
}

/* Desktop home hero */
.home-hero__message {
  display: grid;
  place-items: center;
  background: url(../images/top/black-texture.jpg) center/cover;
  background-image: url(../images/top/black-texture.jpg);
  background-position: left center;
}

.home-hero__brand small {
  display: block;
  font-size: 11px;
  font-family: var(--font-gothic);
  margin-top: .5rem;
}

@media(min-width:768px) {
  .home-hero__message p {
    font-size: 30px;
    line-height: 2.6;
    letter-spacing: .5em;
    writing-mode: vertical-rl
  }
}

.services {
  position: relative;
  background: url(../images/common/bg-washi.png) center/cover;
  background-image: url(../images/top/bg-shippo.png), url(../images/common/bg-washi.png);
  background-repeat: no-repeat, repeat;
  background-position: right bottom, center;
  background-size: 75% auto, auto;
  isolation: isolate;
}

.services::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -430px;
  left: -4%;
  width: 78%;
  height: 700px;
  background: url(../images/top/title-decor02.png) left center/contain no-repeat;
  opacity: .4;
  pointer-events: none
}

.services>* {
  position: relative;
  z-index: 1
}

/* Profile shippo pattern */
.profile {
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #0C0C0B;
}

.profile::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -24px;
  width: 106px;
  background: url(../images/common/pattern-shippo.svg) left top/85px 85px repeat;
  opacity: .4;
  pointer-events: none
}

.profile__inner {
  grid-template-columns: 1fr .85fr;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 1;
}

@media(min-width:768px) {
  .profile {
    padding: 110px 0;
  }

  .profile__inner {
    display: grid;
  }
}

/* Mobile home hero */
@media(max-width:767px) {
  body.menu-open {
    overflow: hidden
  }

  .site-header {
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
  }

  .site-header__brand {
    position: relative;
    z-index: 3;
    display: block;
    width: 50px;
    height: 42px;
    overflow: hidden
  }

  .site-header__brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(1)
  }

  .site-header.is-past-hero .site-header__brand img {
    filter: none
  }

  .menu-button {
    position: relative;
    z-index: 3;
    display: block;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    margin-left: auto;
    margin: 0 0 0 auto;
  }

  .menu-button span {
    display: block;
    width: 22px;
    height: 1px;
    margin: 5px auto;
    background: #fff;
    transition: transform .28s ease, opacity .2s ease, background-color .2s ease;
  }

  .menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg)
  }

  .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0
  }

  .menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg)
  }

  .site-header .site-nav {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100svh;
    margin: 0;
    padding: 110px 24px 60px;
    gap: 26px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #050505;
    overflow-y: auto;
    overscroll-behavior: contain;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease
  }

  .site-header .site-nav.is-open {
    pointer-events: auto;
    transform: translateY(0)
  }

  .site-header.is-menu-open {
    position: fixed;
    z-index: 1000;
    inset: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    align-items: flex-start;
    overflow: hidden;
    transform: none !important;
    background: #050505;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none
  }

  .site-header.is-menu-open .site-header__brand img {
    filter: invert(1)
  }

  .site-header.is-menu-open .menu-button span {
    background: #fff
  }

  .site-header.is-menu-open .site-nav__instagram img {
    filter: none
  }

  .home-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    background: #090909;
    overflow: hidden;
  }

  .home-hero figure {
    position: relative;
    order: 1;
    width: 100%;
    height: 420px;
    min-height: 0;
    overflow: hidden
  }

  .home-hero figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 82%
  }

  .home-hero__message {
    z-index: 2;
    background: rgba(0, 0, 0, .65);
    position: relative;
    order: 2;
    inset: auto;
    width: 100%;
    height: 350px;
    padding: 0;
    overflow: visible;
    background-color: #111;
    background-image: none;
  }

  .home-hero__message::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background: url(../images/top/black-texture.jpg) left center/cover no-repeat;
    transform: rotate(180deg);
    pointer-events: none
  }

  .home-hero__message p {
    position: absolute;
    z-index: 3;
    top: -45px;
    left: 20px;
    right: 0;
    padding: 16px 20px;
    font-size: 21px;
    line-height: 1.8;
    letter-spacing: .4em;
    text-align: center;
    writing-mode: horizontal-tb;
  }

  .home-hero__brand {
    position: absolute;
    z-index: 4;
    inset: 497px 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0;
  }

  .home-hero__brand img {
    width: 138px;
  }

  .home-hero__brand h1 {
    margin-top: 25px;
    font-size: 17px;
    text-align: center;
  }

  .home-hero__brand small {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    font-family: var(--font-gothic);
    font-size: 11px;
    white-space: nowrap;
  }

  .home-hero__brand small span {
    display: inline
  }

  .home-hero__brand small span+span::before {
    content: "｜";
    margin: 0 .35em
  }

  .concept {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .concept__copy .eyebrow {
    font-size: 17px
  }

  .concept__copy h2 {
    line-height: 1.6
  }

  .red-panel {
    width: calc(100% - 42px);
    min-height: 0;
    margin-left: auto;
    padding: 48px 40px 88px;
  }

  .red-panel h2 {
    font-size: 19px;
    margin: 40px 0 35px;
  }

  .red-panel>p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.3rem;
  }

  .concept__copy.red-panel {
    overflow: visible
  }

  .red-panel::before {
    display: block;
    z-index: 1;
    top: -97px;
    left: -41%;
    width: 118%;
    background-position: left top;
    background-size: contain;
    opacity: .4
  }

  .red-panel>* {
    position: relative;
    z-index: 2
  }

  .concept figure {
    position: relative;
    z-index: 2;
    order: 2;
    width: calc(100% - 42px);
    margin: -34px 42px 0 0;
    transform: none;
  }

  .concept figure img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }

  .section-heading {
    margin-bottom: 38px
  }

  .services::before {
    top: -257px;
    left: -60%;
    width: 170%;
    height: 500px;
  }

  .service-card .eyebrow,
  .service-card h3 {
    text-align: left
  }

  .service-card__subtitle {
    display: block;
    min-height: 0;
    margin-top: 2px;
    font-family: var(--font-mincho);
    font-size: 15px;
    line-height: 1.6;
    text-align: left
  }

  .profile::before {
    width: 130px;
    background-size: 84px 84px;
    display: none;
  }

  .profile__copy {
    padding: 0;
  }

  .profile__heading {
    position: relative;
    isolation: isolate;
    width: fit-content;
    max-width: calc(100% - 64px);
    margin-inline: auto;
    text-align: left
  }

  .profile__heading::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -65px;
    bottom: -32px;
    left: calc((100% - 100vw)/2 - 7px);
    width: 70px;
    background: url(../images/common/pattern-shippo.svg) left top/70px 70px repeat;
    opacity: .4;
    pointer-events: none
  }

  .profile__heading>* {
    position: relative;
    z-index: 1
  }

  .profile__role span {
    display: block
  }

  .profile__role span+span::before {
    content: ""
  }

  .profile__image--desktop {
    display: none
  }

  .profile__image--mobile {
    display: block;
    width: 100vw;
    max-width: none;
    max-height: none;
    margin: 32px 0 0 calc(50% - 50vw)
  }

  .profile__body {
    width: calc(100% - 48px);
    margin: 36px auto 0
  }

  .contact-guide__inner {
    grid-template-columns: 1fr;
    gap: 85px;
  }

  .qr-guide {
    margin-top: 85px
  }

  .contact-link__text {
    font-size: 13px
  }
}

/* Keep the profile heading block left aligned between tablet and small mobile. */
@media(min-width:450px) and (max-width:767px) {
  .profile__heading {
    width: calc(100% - 48px);
    max-width: none;
    margin-right: 24px;
    margin-left: 24px
  }
}

/* Add deliberate line breaks to the CONCEPT title on narrow phones. */
@media(max-width:410px) {
  .concept__title br {
    display: none
  }

  .concept__title span {
    display: block
  }
}

/* Desktop concept layout */
@media(min-width:768px) {
  .concept {
    position: relative;
    overflow: hidden;
    min-height: 780px;
    padding: 0;
    background-position: center;
    background-size: cover
  }

  .concept::before {
    display: none
  }

  .concept__inner {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 780px
  }

  .concept figure {
    position: absolute;
    z-index: 1;
    top: 333px;
    left: 0;
    width: 56%;
    margin: 0;
    transform: none
  }

  .concept figure img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1.5;
    object-fit: cover
  }

  .concept__copy {
    position: absolute;
    z-index: 2;
    top: 105px;
    right: -42px;
    width: 50%;
    min-height: 535px;
    padding: 90px 76px 108px
  }

  .concept__copy .eyebrow {
    font-size: 18px
  }

  .concept__copy h2 {
    margin: 55px 0 48px
  }

  .concept__copy h2+p {
    margin-top: 23px
  }

  .concept__copy.red-panel {
    overflow: visible
  }

  .red-panel::before {
    display: block;
    z-index: 1;
    top: -207px;
    left: -80%;
    width: 118%;
    background-position: left top;
    background-size: contain;
    opacity: .4
  }

  .red-panel>p:not(.eyebrow) {
    margin-top: 23px;
    font-size: 16px
  }

  .red-panel>* {
    position: relative;
    z-index: 2
  }

  .services {
    padding-top: 100px;
    background-size: 26% auto, auto;
  }

  .services::before {
    top: -500px;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: left top
  }
}

/* Service-page hero and anchor navigation */
.service-tabs strong {
  font-size: 52px
}

.service-tabs span {
  font-size: 14px
}

.service-tabs small {
  margin-top: 3px;
  font-size: 16px
}

/* Service-page navigation interaction */
.service-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #faf9f7;
}

.service-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 110px;
  border-right: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  background: #faf9f7;
  border-right-color: #BC0909;
  transform: none;
  transition: background-color .3s ease;
}

.service-tabs a:last-child {
  border-right: 0
}

.service-tabs a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .35s ease;
}

.service-tabs a>* {
  position: relative;
  transform: none;
  transition: color .3s ease;
}

.service-tabs a:hover,
.service-tabs a:focus-visible {
  background: #ecebe8;
  transform: none;
}

.service-tabs a:hover::after,
.service-tabs a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: center;
}

.service-tabs a:hover>*,
.service-tabs a:focus-visible>* {
  transform: none;
}

.service-hero h1 {
  font-size: 21px;
  letter-spacing: .08em
}

.service-hero span {
  letter-spacing: .08em
}

@media(min-width:768px) {
  .service-hero {
    grid-template-columns: 1fr 1fr;
    place-items: center;
    text-align: center;
  }

  .service-hero>div {
    grid-column: 1;
    justify-self: center;
    width: 380px;
  }

  .service-hero .script-title {
    margin-right: auto;
    margin-left: auto;
  }
}

/* Lower-page hero typography */
.service-hero>div>span {
  font-family: var(--font-en)
}

.service-hero h1,
.contact-hero>p {
  font-size: 20px;
  letter-spacing: .2em
}

@media(max-width:767px) {
  .sub-hero.service-hero {
    position: relative;
    display: block;
    height: 310px;
    padding-top: 58px
  }

  .service-hero>div {
    width: 100%
  }

  .service-hero h1 {
    position: absolute;
    top: 255px;
    right: 0;
    left: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    text-align: center
  }

  .service-tabs {
    align-items: start
  }

  .service-tabs a {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1px;
    min-height: 110px;
    padding: 10px 4px;
    text-align: center;
  }

  .service-tabs strong {
    font-size: 34px;
    line-height: 1;
  }

  .service-tabs span {
    font-size: 11px;
    line-height: 1.25;
  }

  .service-tabs small {
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 6px;
    line-height: 1.35;
  }
}

/* Service headings and shippo ornaments */
.number-title strong {
  font-size: 54px
}

.number-title span {
  font-size: 14px
}

.number-title small {
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.55
}

.service-detail::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 106px;
  background-image: url(../images/service/pattern-shippo.svg);
  background-position: left top;
  background-size: 85px 85px;
  background-repeat: repeat;
  pointer-events: none
}

#lesson::before,
#salon-dining::before {
  left: -24px
}

#catering::before {
  right: -24px
}

.service-detail>.wrap {
  position: relative;
  z-index: 1
}

@media(max-width:767px) {
  .number-title strong {
    font-size: 70px
  }

  .number-title span {
    font-size: 14px
  }

  .number-title small {
    margin-top: 0;
    font-size: 20px
  }

  .service-detail::before {
    width: 97px;
    background-size: 65px 65px
  }

  #lesson::before,
  #salon-dining::before {
    left: -41px
  }

  #catering::before {
    right: -41px
  }

  .service-intro__copy>p {
    font-size: 14px;
  }

  .wrap {
    width: calc(100% - 50px);
  }

  .lesson-gallery {
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 150px;
  }

  .lesson-gallery img:first-child {
    grid-column: 1/3;
    grid-row: auto;
    object-position: center 57%;
  }
}

/* Service plans */
.plan-card::before {
  content: "";
  display: block;
  width: 94px;
  height: 18px;
  margin: 0 0 18px;
  background: url(../images/service/title-decor01.png) left center/contain no-repeat
}

.plan-card h3 {
  min-height: 60px;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
}

.plan-card>p:not(.price):not(.note):not(.inquiry) {
  min-height: 90px;
  font-size: 14px;
  line-height: 1.85;
}

.plan-card .note {
  font-size: 12px;
  line-height: 1.7
}

.plan-card .inquiry {
  margin: 60px 0 0;
  font-size: 15px;
  line-height: 1.7
}

.plan-card .price {
  justify-content: center;
  gap: 0;
  margin-top: 14px;
  margin-bottom: 18px;
  font-size: 13px;
  text-align: center
}

.cautions {
  margin-top: 35px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.75;
}

/* Lesson gallery */
@media(min-width:768px) {
  .lesson-gallery {
    grid-template-columns: calc(34.85% - 9px) 1fr;
    grid-template-rows: auto auto;
    align-items: start;
    gap: 8px
  }

  .lesson-gallery img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain
  }

  .lesson-gallery img:nth-child(1) {
    grid-column: 2;
    grid-row: 1/3;
    align-self: start;
    object-position: center
  }

  .lesson-gallery img:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    align-self: start
  }

  .lesson-gallery img:nth-child(3) {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    object-position: center
  }
}

.plan-card h3+p {
  margin-top: 20px
}

.plan-card dl dt,
.plan-card dl dd {
  padding: 9px 0;
  border-bottom: 1px solid #e3e1df
}

.plan-card dl {
  display: grid;
  grid-template-columns: 80px 1fr;
  padding-top: 18px;
  border-top: 1px solid #eee;
  font-size: 13px;
  line-height: 1.65;
  row-gap: 0;
  gap: 0;
}

.plan-card dl dd {
  padding-left: 12px
}

.plan-card dl dt:last-of-type,
.plan-card dl dd:last-of-type {
  border-bottom: 1px solid #e3e1df;
}

.plan-card dl dt {
  padding-right: 12px;
  white-space: nowrap;
}

.plan-card .inquiry+.note {
  font-size: 15px;
  line-height: 1.7
}

.plan-card .price small {
  margin-right: 28px
}

.plan-card .price strong {
  margin-right: 5px
}

.plan-card .inquiry span {
  display: block;
  margin-top: 6px
}

.plan-grid--three .plan-card:last-child>p:not(.price):not(.note):not(.inquiry) {
  min-height: 0
}

/* Catering */
.image-collage {
  display: grid;
  grid-template-columns: .8fr 1fr .8fr;
  gap: 14px;
  align-items: start;
  padding-bottom: 0;
}

.image-collage img,
.image-collage img:nth-child(2) {
  height: 330px;
  object-fit: contain
}

.image-collage img:first-child {
  margin-top: 56px
}

.image-collage img:nth-child(2) {
  height: 330px;
  margin-top: 28px;
}

.plan-grid--catering {
  grid-template-columns: 1.3fr 2.8fr;
  align-items: end
}

.plan-card--bento {
  background: #EAEAEA;
  border: 1px solid #D9D9D6
}

.plan-card--bento dl {
  border-color: #D9D9D6
}

.plan-card--bento dl dt,
.plan-card--bento dl dd {
  border-color: #D9D9D6
}

.catering-plan-feature .plans__label {
  margin: 0 0 18px;
  text-align: left
}

.catering-plan-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  padding: 0 0 0 28px;
  border: 1px solid #D9D9D6;
  background: #fff
}

.catering-plan-card::before {
  display: none
}

.catering-plan-card>img {
  display: block;
  width: 100%;
  height: auto;
  align-self: center;
  object-fit: contain
}

.catering-plan-card__body {
  padding: 34px 28px
}

.catering-plan-card__body::before {
  content: "";
  display: block;
  width: 94px;
  height: 18px;
  margin: 0 0 18px;
  background: url(../images/service/title-decor01.png) left center/contain no-repeat
}

.catering-plan-card__body>p:not(.price):not(.note) {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.85
}

@media(max-width:767px) {

  .image-collage img,
  .image-collage img:nth-child(2) {
    height: 210px
  }

  .image-collage img:first-child {
    margin-top: 35px
  }

  .image-collage img:nth-child(2) {
    height: 210px;
    margin-top: 18px;
  }

  .plan-grid--catering,
  .catering-plan-card {
    grid-template-columns: 1fr
  }

  .plan-card h3 {
    min-height: 0
  }
}

/* Mobile catering gallery */
@media(max-width:767px) {
  .service-intro--reverse .image-collage {
    position: relative;
    z-index: 3;
    order: -1;
    flex: none;
    width: 100vw;
    max-width: none;
    margin-top: -160px;
    gap: 7px;
    transform: none;
  }
}

/* Tablet-width catering gallery */
@media(min-width:467px) and (max-width:767px) {
  .service-intro--reverse .image-collage {
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, .667fr) minmax(0, .75fr) minmax(0, .667fr)
  }

  .service-intro--reverse .image-collage img,
  .service-intro--reverse .image-collage img:nth-child(2) {
    width: 100%;
    height: auto;
    object-fit: contain
  }
}

/* Desktop service column proportions */
@media(min-width:768px) {
  #catering .service-intro {
    grid-template-columns: 1.5fr 1fr
  }

}

/* Home service-card alignment */
@media(min-width:768px) {
  .service-card__subtitle {
    min-height: 25px
  }
}

@media(max-width:767px) {
  .service-card__subtitle--placeholder {
    display: none
  }
}

@media(max-width:767px) {
  #lesson .cautions li:last-child {
    padding-bottom: 3em
  }

  #catering .plan-grid {
    gap: 23px
  }

  .plan-grid--catering .catering-plan-feature {
    order: 1
  }

  .plan-grid--catering .plan-card--bento {
    order: 2
  }

  .catering-plan-card__body {
    order: 1
  }

  .catering-plan-card>img {
    order: 2;
    padding: 0 1em 1em
  }

  .salon-plan .salon-plan-card {
    order: 1
  }

}

/* Salon desktop alignment */
@media(min-width:768px) {
  #salon-dining .service-intro {
    grid-template-columns: 1fr 2fr;
    align-items: start;
  }
}

/* Divider before the shared Instagram and contact section */
.service-contact-partition {
  --partition-top: -14px;
  --partition-knot-height: 20px;
  --partition-line-width: 2px;
  --partition-line-top: -1px;
  --partition-gap-half: 22px;
  --partition-cap-radius: 1px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 0;
}

.service-contact-partition::before {
  content: "";
  position: absolute;
  top: var(--partition-line-top);
  left: 0;
  width: 100%;
  height: var(--partition-line-width);
  background: radial-gradient(circle, #231815 0 70%, transparent 72%) calc(50% - var(--partition-gap-half) - var(--partition-cap-radius)) center/var(--partition-line-width) var(--partition-line-width) no-repeat, radial-gradient(circle, #c8161d 0 70%, transparent 72%) calc(50% + var(--partition-gap-half) + var(--partition-cap-radius)) center/var(--partition-line-width) var(--partition-line-width) no-repeat, linear-gradient(#231815, #231815) left center/calc(50% - var(--partition-gap-half) - var(--partition-cap-radius)) 100% no-repeat, linear-gradient(#c8161d, #c8161d) right center/calc(50% - var(--partition-gap-half) - var(--partition-cap-radius)) 100% no-repeat;
  pointer-events: none;
}

.service-contact-partition::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: var(--partition-top);
  left: 50%;
  height: var(--partition-knot-height);
  aspect-ratio: 287.47/159.37;
  background: url(../images/service/partition-line.svg) center/contain no-repeat;
  transform: translateX(-50%);
  pointer-events: none;
}

/* Salon dining */
#salon-dining {
  background: #F4F4F2
}

@media(max-width:767px) {
  .salon-plan-card {
    border-top: 1px solid #D9D9D6;
    border-left: 0
  }
}

/* Salon layout */
@media(min-width:768px) {
  .service-intro {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 70px
  }

  .salon-plan {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 28px
  }
}

.plans {
  margin-top: 40px;
}

@media(max-width:767px) {
  .plan-grid--catering .catering-plan-card {
    padding-left: 0
  }

  .salon-plan>img {
    order: 2;
    padding: 0 1em 1em;
  }

  .service-contact-partition {
    --partition-top: -8px;
    --partition-knot-height: 12px;
    --partition-line-width: 1.2px;
    --partition-line-top: -.6px;
    --partition-gap-half: 14px;
    --partition-cap-radius: .6px
  }

  .wide-photo {
    margin-top: 35px
  }

  #salon-dining .wide-photo>img {
    position: relative;
    width: 100vw;
    height: auto;
    max-width: none;
    margin-left: calc((100% - 100vw)/2);
    content: url(../images/service/salon-photo02-sp.jpg);
  }
}

/* Responsive: top-page concept */
@media(min-width:1101px) and (max-width:1165px) {
  .concept__copy {
    right: calc((100vw - 1100px) * -.646)
  }
}

@media(min-width:768px) and (max-width:1100px) {
  .concept {
    min-height: 0;
    padding: 60px 0 30px
  }

  .concept__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0
  }

  .concept__copy {
    position: relative;
    z-index: 2;
    top: auto;
    right: auto;
    width: calc(100% - 42px);
    min-height: 0;
    margin-left: auto;
    padding: 48px 40px 88px
  }

  .concept__copy .eyebrow {
    font-size: 17px
  }

  .concept__copy h2 {
    margin: 40px 0 35px;
    font-size: 19px;
    line-height: 1.6
  }

  .concept__copy h2+p {
    margin-top: 23px
  }

  .concept__copy.red-panel {
    overflow: visible
  }

  .concept__copy.red-panel::before {
    display: block;
    z-index: 1;
    top: -97px;
    left: -41%;
    width: 118%;
    background-position: left top;
    background-size: contain;
    opacity: .4
  }

  .concept__copy.red-panel>p:not(.eyebrow) {
    margin-top: 23px;
    font-size: 14px;
    line-height: 1.3rem
  }

  .concept__copy.red-panel>* {
    position: relative;
    z-index: 2
  }

  .concept figure {
    position: relative;
    z-index: 2;
    order: 2;
    top: auto;
    left: auto;
    width: calc(100% - 42px);
    margin: -34px 42px 0 0;
    transform: none
  }

  .concept figure img {
    width: 100%;
    height: clamp(260px, 36vw, 400px);
    aspect-ratio: auto;
    object-fit: cover
  }
}

/* Responsive: top page */
@media screen and (min-width:768px) and (max-width:1080px) {
  .home-hero {
    height: calc(28.85vw + 278px);
    min-height: 0
  }

  .home-hero>div,
  .home-hero>figure {
    height: 100%;
    min-height: 0
  }

  .home-hero__message p {
    font-size: 25px
  }

  .home-hero__brand img {
    width: 150px
  }

  .ornament-line {
    position: relative;
    z-index: 2;
    height: 38px;
    margin-top: -8px;
    background-size: auto 42px;
    background-position: center -3px
  }
}

@media screen and (min-width:768px) and (max-width:1205px) {
  .service-card {
    display: flex;
    flex-direction: column
  }

  .service-card .outline-button {
    margin-top: auto
  }
}

@media screen and (min-width:768px) and (max-width:910px) {
  .service-cards {
    gap: 15px
  }

  .service-card--catering h3 {
    line-height: 1.35
  }

  .service-card--catering .service-card__title-break {
    display: block
  }
}

@media screen and (min-width:768px) and (max-width:789px) {
  .service-card--salon-dining h3 {
    line-height: 1.35
  }

  .service-card--salon-dining .service-card__title-break {
    display: block
  }
}

/* Responsive: contact-page hero */
@media screen and (min-width:768px) and (max-width:950px) {

  .contact-hero h1,
  .contact-hero>p {
    z-index: 2;
    left: clamp(32px, 5vw, 48px);
    width: auto;
    white-space: nowrap
  }
}

/* Responsive: service page */
@media screen and (min-width:768px) and (max-width:870px) {
  .service-tabs a[href="#catering"] br.sp-only {
    display: block
  }
}

@media screen and (min-width:768px) and (max-width:1050px) {
  .service-intro {
    gap: 20px
  }

  .image-collage {
    gap: 8px
  }

  .plan-card .price {
    display: block;
    width: max-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left
  }

  .plan-card .price small {
    display: block;
    margin-right: 0
  }

  .plan-card dl {
    padding-top: 0
  }

  .catering-plan-card {
    grid-template-columns: 1fr;
    padding-left: 0
  }

  .catering-plan-card__body {
    order: 1
  }

  .catering-plan-card>img {
    order: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 3/1;
    object-fit: cover
  }

  #salon-dining .service-intro {
    grid-template-columns: 1fr 1fr
  }

  .salon-plan {
    grid-template-columns: 1fr;
    padding-left: 0
  }

  .salon-plan-card {
    order: 1
  }

  .salon-plan>img {
    order: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover
  }
}

/* Privacy policy */
.privacy-hero {
  display: grid;
  place-content: center;
  min-height: 310px;
  padding: 100px 30px 55px;
  background: #0C0C0B;
  color: #fff;
  text-align: center
}

.privacy-hero>p {
  font: 32px var(--font-en);
  letter-spacing: .08em
}

.privacy-hero h1 {
  margin-top: 10px;
  font-family: var(--font-mincho);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .18em
}

.privacy-policy {
  background: #f4f4f2;
  color: #2F2725
}

.privacy-policy__inner {
  width: min(920px, calc(100% - 80px));
  margin: 4em auto;
  padding: 70px 80px;
  background: rgba(255, 255, 255, .72)
}

.privacy-policy__lead {
  font-size: 15px;
  line-height: 2.1
}

.privacy-policy h2 {
  margin-top: 2em;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d7d7;
  font-family: var(--font-mincho);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6
}

.privacy-policy section>p {
  margin-top: 20px;
  font-family: var(--font-gothic);
  font-size: 14px;
  line-height: 2
}

.privacy-policy ol,
.privacy-policy ul {
  margin: 20px 0 0;
  padding-left: 1.5em;
  font-family: var(--font-gothic);
  font-size: 14px;
  line-height: 2
}

.privacy-policy li+li {
  margin-top: 5px
}

.privacy-policy__external-links a {
  color: #BF0909;
  text-decoration: underline;
  text-underline-offset: 4px
}

.privacy-policy__contact {
  margin-top: 22px;
  border-top: 1px solid #d9d7d7;
  font-family: var(--font-gothic);
  font-size: 14px
}

.privacy-policy__contact>div {
  display: grid;
  grid-template-columns: 150px 1fr;
  border-bottom: 1px solid #d9d7d7
}

.privacy-policy__contact dt,
.privacy-policy__contact dd {
  padding: 14px 18px
}

.privacy-policy__contact dt {
  background: #EDECEA
}

.privacy-policy__date {
  margin-top: 55px;
  text-align: right;
  font-family: var(--font-gothic);
  font-size: 13px
}

@media(max-width:767px) {
  .instagram-feed-embed {
    min-height: 0
  }

  .instagram-feed-embed #sbi_images {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important
  }

  .privacy-hero {
    min-height: 230px;
    padding: 86px 25px 35px
  }

  .privacy-hero>p {
    font-size: 26px
  }

  .privacy-hero h1 {
    font-size: 12px
  }

  .privacy-policy__inner {
    width: calc(100% - 40px);
    padding: 38px 25px
  }

  .privacy-policy__lead,
  .privacy-policy section>p,
  .privacy-policy ol,
  .privacy-policy ul {
    font-size: 13px;
    line-height: 1.9
  }

  .privacy-policy h2 {
    font-size: 17px
  }

  .privacy-policy__contact>div {
    grid-template-columns: 1fr
  }

  .privacy-policy__contact dt {
    padding-bottom: 5px
  }

  .privacy-policy__contact dd {
    padding-top: 5px;
    overflow-wrap: anywhere
  }
}

.privacy-policy section {
  margin-top: 0
}


/* Floating contact */
.floating-contact {
  position: fixed;
  z-index: 900;
  top: 50%;
  right: 0;
  display: block;
  box-sizing: border-box;
  width: 70px;
  height: 292px;
  overflow: hidden;
  border: 1.5px solid rgba(190, 157, 91, .82);
  border-right: 0;
  border-radius: 14px 0 0 14px;
  background:
    radial-gradient(circle at 22% 12%,
      rgba(255, 225, 210, .16) 0%,
      rgba(255, 225, 210, .06) 20%,
      transparent 42%),
    linear-gradient(145deg,
      #b51d1f 0%,
      #951012 34%,
      #7a0606 72%,
      #650404 100%);
  box-shadow:
    inset 1px 1px 0 rgba(255, 235, 220, .12),
    inset -8px -10px 20px rgba(65, 0, 0, .16),
    0 10px 30px rgba(30, 4, 8, .2);
  color: #fffaf1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  visibility: hidden;
  transition:
    opacity .35s ease,
    visibility 0s linear .35s;
}

.floating-contact *,
.floating-contact *::before,
.floating-contact *::after {
  box-sizing: inherit;
}

.floating-contact::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 14%,
      rgba(255, 235, 225, .13) 0%,
      transparent 38%),
    rgba(159, 69, 91, .72);
  content: "";
  opacity: 0;
  transition: opacity .4s ease;
}

.floating-contact.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition-delay: 0s;
}

.floating-contact__pattern {
  position: absolute;
  inset: -12px;
  background:
    url("../images/common/pattern-shippo.svg") center / 62px 62px repeat;
  opacity: 0;
  -webkit-mask-image: linear-gradient(to bottom,
      #000 0%,
      #000 20%,
      transparent 43%,
      transparent 64%,
      #000 86%,
      #000 100%);
  mask-image: linear-gradient(to bottom,
      #000 0%,
      #000 20%,
      transparent 43%,
      transparent 64%,
      #000 86%,
      #000 100%);
  transition: opacity .45s ease;
}

.floating-contact__content {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px 10px;
}

.floating-contact__ja {
  font-family: var(--font-mincho);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .16em;
  line-height: 1;
  writing-mode: vertical-rl;
}

.floating-contact__en {
  font-family: var(--font-en);
  font-size: 9px;
  letter-spacing: .2em;
  line-height: 1;
  writing-mode: vertical-rl;
}

.floating-contact__arrow {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: 1.5px solid rgba(211, 184, 126, .9);
  border-radius: 50%;
  color: rgba(211, 184, 126, .9);
  transition: background-color .35s ease;
}

.floating-contact__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  transform: translate(-75%, -50%) rotate(45deg);
  transition:
    transform .45s cubic-bezier(.65, 0, .076, 1);
}

.floating-contact__arrow::after {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 0;
  height: 1.5px;
  background: currentColor;
  content: "";
  transform: translateY(-50%);
  transition:
    width .45s cubic-bezier(.65, 0, .076, 1);
}

@media (hover: hover) and (pointer: fine) {

  .floating-contact:hover::before,
  .floating-contact:focus-visible::before {
    opacity: 1;
  }

  .floating-contact:hover .floating-contact__pattern,
  .floating-contact:focus-visible .floating-contact__pattern {
    opacity: .18;
  }

  .floating-contact:hover .floating-contact__arrow,
  .floating-contact:focus-visible .floating-contact__arrow {
    background-color: rgba(255, 255, 255, .09);
  }

  .floating-contact:hover .floating-contact__arrow::before,
  .floating-contact:focus-visible .floating-contact__arrow::before {
    transform: translate(10%, -50%) rotate(45deg);
  }

  .floating-contact:hover .floating-contact__arrow::after,
  .floating-contact:focus-visible .floating-contact__arrow::after {
    width: 11px;
  }
}

.floating-contact:focus-visible {
  outline: 2px solid #fffaf1;
  outline-offset: -5px;
}

@media (max-width: 767px) {
  .floating-contact {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 64px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    transform: none;
    transition:
      opacity .35s ease,
      visibility 0s linear .35s;
  }

  .floating-contact.is-visible {
    transition-delay: 0s;
  }

  .floating-contact__pattern {
    inset: 0;
    background-size: 52px 52px;
    opacity: 0;
    -webkit-mask-image: linear-gradient(to right,
        #000 0%,
        #000 18%,
        transparent 38%,
        transparent 68%,
        #000 88%,
        #000 100%);
    mask-image: linear-gradient(to right,
        #000 0%,
        #000 18%,
        transparent 38%,
        transparent 68%,
        #000 88%,
        #000 100%);
    transition: opacity .45s ease;
  }

  .floating-contact__content {
    flex-direction: row;
    gap: 11px;
    padding: 10px 16px;
  }

  .floating-contact__ja,
  .floating-contact__en {
    writing-mode: horizontal-tb;
  }

  .floating-contact__ja {
    font-size: 14px;
    letter-spacing: .14em;
  }

  .floating-contact__en {
    font-size: 9px;
    letter-spacing: .18em;
  }

  .floating-contact__arrow {
    width: 28px;
    height: 28px;
    margin-left: auto;
  }

  .floating-contact:active::before,
  .floating-contact:focus-visible::before {
    opacity: 1;
  }

  .floating-contact:active .floating-contact__pattern,
  .floating-contact:focus-visible .floating-contact__pattern {
    opacity: .18;
  }

  .floating-contact:active .floating-contact__arrow,
  .floating-contact:focus-visible .floating-contact__arrow {
    background-color: rgba(255, 255, 255, .09);
  }

  .floating-contact:active .floating-contact__arrow::before,
  .floating-contact:focus-visible .floating-contact__arrow::before {
    transform: translate(10%, -50%) rotate(45deg);
  }

  .floating-contact:active .floating-contact__arrow::after,
  .floating-contact:focus-visible .floating-contact__arrow::after {
    width: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .floating-contact,
  .floating-contact::before,
  .floating-contact__pattern,
  .floating-contact__arrow,
  .floating-contact__arrow::before,
  .floating-contact__arrow::after {
    transition: none;
  }
}