:root {
  --ink: #191817;
  --gold: #c8b56d;
  --gold-light: #e5d59b;
  --brown: #705f53;
  --paper: #f1ead8;
  --white: #fff;
  --serif: 'Zen Old Mincho', 'Noto Serif JP', serif;
  --sans: 'Noto Serif JP', serif
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--ink);
  color: #fff;
  font-family: var(--sans);
  line-height: 1.9
}

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

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

.site-header {
  position: relative;
  background: #fff;
  color: var(--brown);
  z-index: 5
}

.header-main {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 30px;
  max-width: 1920px;
  margin: auto;
  padding: 0 2.6vw
}

.brand img {
  width: 180px
}

.header-info {
  font-size: 14px;
  letter-spacing: .08em
}

.header-info p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 5px 0
}

.header-info img {
  width: 20px;
  height: 20px;
  object-fit: contain
}

.header-contact {
  display: flex;
  align-self: stretch
}

.phone-box,
.mail-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px 22px;
  background: #6d5c51;
  color: #fff
}

.phone-box img {
  width: 24px
}

.phone-box span {
  display: grid
}

.phone-box b {
  font: 400 31px/1 var(--serif);
  letter-spacing: .1em
}

.phone-box small {
  font-size: 11px
}

.mail-box {
  background: var(--gold);
  flex-direction: column;
  padding: 10px 18px;
  font-size: 13px
}

.mail-box img {
  width: 40px
}

.header-note {
  font-size: 11px;
  text-align: right;
  letter-spacing: .08em;
  margin: 0 2.6vw 5px
}

.global-nav {
  display: flex;
  justify-content: center;
  gap: 4.8vw;
  padding: 22px 15px;
  background: var(--ink);
  border-bottom: 1px solid #aaa;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: .12em
}

.global-nav a {
  transition: color .25s
}

.global-nav a:hover {
  color: #fff
}

.menu-toggle,
.mobile-menu {
  display: none
}

.hero {
  position: relative;
  min-height: min(640px, 42vw);
  background: url('../img/mv-pc.jpg') center/cover
}

.hero-copy {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding-bottom: 3vw;
  text-shadow: 0 2px 8px #000
}

.hero-copy p {
  font: 500 clamp(24px, 3.2vw, 58px) var(--serif);
  letter-spacing: .16em;
  margin: 0
}

.hero-badges {
  position: absolute;
  right: 3%;
  bottom: 5%;
  display: flex;
  gap: 18px
}

.hero-badges div {
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  padding: 20px;
  text-align: center;
  background: rgba(64, 53, 47, .82);
  border: 1px solid var(--gold);
  clip-path: polygon(25% 3%, 75% 3%, 97% 25%, 97% 75%, 75% 97%, 25% 97%, 3% 75%, 3% 25%);
  font: 500 22px/1.25 var(--serif)
}

.section-dark {
  background: var(--ink)
}

.about {
  padding: 110px 7vw 130px
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 7vw;
  align-items: center;
  max-width: 1280px;
  margin: auto
}

.section-heading {
  text-align: center
}

.section-heading>span,
.section-title>span,
.voice-content span {
  display: block;
  color: var(--gold);
  font: 500 clamp(43px, 5vw, 74px)/1 var(--serif);
  letter-spacing: .08em
}

.section-heading small,
.section-title small,
.voice-content small {
  display: block;
  color: var(--gold);
  font-size: 19px;
  letter-spacing: .1em
}

.section-heading i,
.intro-content i {
  display: block;
  height: 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 24px 0 34px
}

.section-heading h2 {
  background: var(--brown);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .2em;
  padding: 5px;
  margin: 0 0 30px
}

.section-heading p {
  text-align: left;
  font-size: 14px;
  letter-spacing: .1em
}

.about-image {
  padding: 17px 0 0 17px;
  background: var(--brown)
}

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

.intro {
  min-height: 400px;
  padding: 95px 12vw;
  background: linear-gradient(#fff9, #fff9), url('../img/bg-intro.jpg') center/cover;
  color: var(--brown);
  text-align: center
}

.intro-content {
  max-width: 1000px;
  margin: auto
}

.intro h2 {
  font: 500 clamp(25px, 3vw, 42px) var(--serif);
  letter-spacing: .1em;
  margin: 0
}

.intro-content i {
  border-color: var(--brown);
  margin: 20px 0 26px
}

.intro p {
  font-size: 14px;
  line-height: 2.3
}

.concept {
  background: linear-gradient(#19181744, #191817aa), url('../img/bg-concept.jpg') center/cover;
  padding: 0 2.5vw 95px
}

.section-title {
  padding: 80px 10px 55px;
  text-align: center;
  color: var(--gold)
}

.section-title>span {
  font-size: clamp(45px, 5vw, 70px)
}

.concept .section-title {
  background: #f4f1ed;
  color: var(--gold);
  margin: 0 -2.5vw 45px
}

.concept-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.2vw;
  max-width: 1820px;
  margin: 100px auto 0;
}

.concept-grid article {
  min-height: 385px;
  padding: 34px 27px;
  background: #3b2e29bd
}

.concept-grid b {
  display: block;
  font: 400 72px/1 var(--serif);
  color: #fff
}

.concept-grid h3 {
  font-size: 22px;
  color: var(--gold-light);
  font-weight: 400;
  letter-spacing: .08em
}

.concept-grid p {
  font-size: 13px;
  line-height: 2.2
}

.treatment {
  padding: 50px 10vw 110px;
  text-align: center
}

.treatment .section-title {
  padding-bottom: 50px
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7vw;
  max-width: 1030px;
  margin: auto
}

.treatment-card {
  position: relative;
  overflow: hidden
}

.treatment-card:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, transparent 58%, #e3be9b99 58%)
}

.treatment-card img {
  width: 100%;
  aspect-ratio: 1.75;
  object-fit: cover;
  transition: transform .5s
}

.treatment-card:hover img {
  transform: scale(1.04)
}

.treatment-card span {
  position: absolute;
  z-index: 1;
  right: 8%;
  bottom: 5%;
  font: 400 25px var(--serif)
}

.treatment-lead {
  font-size: 13px;
  margin: 35px 0;
  line-height: 2
}

.line-button {
  display: block;
  width: min(365px, 100%);
  margin: 0 auto;
  padding: 8px 22px;
  background: var(--brown);
  border: 1px solid var(--gold-light);
  color: #fff;
  text-align: center;
  letter-spacing: .14em
}

.line-button b {
  float: right;
  font-size: 24px;
  line-height: 1
}

.staff {
  background: var(--paper);
  color: var(--brown);
  padding-bottom: 110px;
  overflow: hidden
}

.dark-title {
  color: var(--brown);
  padding-bottom: 65px
}

.dark-title small {
  color: var(--brown)
}

.staff-list {
  max-width: 1380px;
  margin: auto
}

.staff-item {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 5vw;
  align-items: center;
  margin: 0 auto 72px;
  padding: 0 3vw
}

.staff-item.reverse {
  grid-template-columns: 1fr 330px
}

.staff-item.reverse .staff-photo {
  order: 2
}

.staff-photo {
  position: relative
}

.staff-photo>img {
  width: 275px;
  height: 365px;
  object-fit: cover;
  padding: 8px;
  margin: auto
}

.staff-badge {
  position: absolute;
  right: 0;
  bottom: -25px;
  width: 160px;
  height: 160px;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 20px;
  clip-path: polygon(25% 3%, 75% 3%, 97% 25%, 97% 75%, 75% 97%, 25% 97%, 3% 75%, 3% 25%);
  border: 1px solid var(--gold);
  font-size: 14px;
  line-height: 1.6
}

.staff-badge strong {
  font: 400 20px var(--serif)
}

.staff-text {
  background: #fff;
  padding: 30px 38px;
  box-shadow: 0 3px 8px #0002;
  font-size: 14px
}

.staff-text h3 {
  font-size: 18px;
  font-weight: 400
}

.staff-text p {
  margin: 0 0 24px;
  line-height: 2.1
}

.staff-text>div {
  display: flex;
  justify-content: center;
  gap: 8vw
}

.staff-text a {
  min-width: 200px;
  padding: 5px 20px;
  background: var(--gold);
  color: #fff;
  border-radius: 20px;
  text-align: center
}

.staff-text a+a {
  background: var(--brown)
}

.staff-text small {
  display: block;
  margin-top: 10px;
  text-align: center
}

.voice {
  padding: 0;
  background: linear-gradient(#6d5e55b8, #6d5e55b8), url('../img/voice-img.jpg') center/cover
}

.voice-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  gap: 4vw;
  max-width: 1440px;
  margin: auto;
  padding: 76px 4vw
}

.voice-content p {
  font-size: 14px;
  text-align: center
}

.voice-content .line-button {
  background: var(--gold);
  margin: 0
}

.flow {
  padding-bottom: 100px
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1280px;
  margin: auto
}

.flow-list article {
  padding: 25px;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  border-right: 1px solid #ffffff55
}

.flow-list article:first-child {
  border-left: 1px solid #ffffff55
}

.flow-list b {
  color: var(--gold);
  font: 400 45px var(--serif)
}

.flow-list h3 {
  font-weight: 400
}

.flow-list p {
  font-size: 13px
}

.news {
  padding-bottom: 110px
}

.news-list {
  width: min(660px, 90%);
  margin: auto
}

.news-list a {
  display: flex;
  gap: 40px;
  padding: 12px 8px;
  border-bottom: 1px solid #aaa;
  font-size: 14px
}

.news-list time {
  color: #fff
}

.access {
  background: #f3f1ed;
  color: var(--brown)
}

.access-info {
  padding: 85px 8vw
}

.access h2 {
  text-align: center;
  font: 400 clamp(28px, 3vw, 42px) var(--serif);
  margin: 0
}

.access>p {
  text-align: center
}

.access-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 7vw;
  max-width: 1050px;
  margin: 28px auto 0;
  align-items: center
}

.access-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  font: 400 35px var(--serif);
  letter-spacing: .1em
}

.access-phone img {
  width: 30px
}

.access-grid p {
  margin: 0;
  font-size: 13px
}

.access-grid small {
  font-size: 11px
}

.hours {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 18px;
  background: var(--gold);
  color: #fff;
  font-size: 12px
}

.hours span {
  border-bottom: 1px solid #fff;
  padding: 2px
}

.map {
  height: 210px;
  background-color: #eef2ec;
  background-image: linear-gradient(12deg, transparent 48%, #cbd7d2 49%, #cbd7d2 52%, transparent 53%), linear-gradient(75deg, transparent 48%, #dce2df 49%, #dce2df 51%, transparent 52%);
  background-size: 125px 80px, 100px 90px;
  display: grid;
  place-items: center;
  position: relative
}

.map span {
  padding: 18px;
  background: #d34a40;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 8px #0003
}

.map i {
  position: absolute;
  color: #d34a40;
  font-size: 45px;
  transform: translateY(-30px)
}

.site-footer {
  padding: 38px 20px 20px;
  background: var(--gold);
  color: #514841;
  text-align: center
}

.site-footer nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
  font-size: 13px;
  letter-spacing: .1em
}

.site-footer p {
  margin: 30px 0 0;
  font-size: 11px
}

@media(max-width:768px) {
  .header-main {
    display: flex;
    padding: 7px 15px
  }

  .brand img {
    width: 95px
  }

  .header-info,
  .header-contact,
  .global-nav,
  .header-note {
    display: none
  }

  .menu-toggle {
    display: grid;
    position: absolute;
    right: 14px;
    top: 17px;
    width: 45px;
    height: 38px;
    padding: 8px;
    border: 0;
    background: var(--brown);
    z-index: 11;
    gap: 5px
  }

  .menu-toggle span {
    height: 1px;
    background: #fff;
    transition: transform .6s, opacity .6s
  }

  .menu-toggle.is-open span:first-child {
    transform: translateY(6px) rotate(45deg)
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0
  }

  .menu-toggle.is-open span:last-child {
    transform: translateY(-6px) rotate(-45deg)
  }

  .mobile-menu {
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 0;
    background: #191817f7;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    transition: visibility 0s .6s, opacity .6s
  }

  .mobile-menu.is-open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s
  }

  .mobile-menu nav {
    display: grid;
    gap: 20px;
    text-align: center
  }

  .mobile-menu nav a {
    font-size: 18px;
    color: var(--gold-light);
    letter-spacing: .12em;
    transform: translateY(14px);
    opacity: 0;
    transition: opacity .6s .1s, transform .6s .1s
  }

  .mobile-menu.is-open nav a {
    transform: none;
    opacity: 1
  }

  .mobile-contact {
    border: 1px solid var(--gold);
    padding: 7px 25px;
    color: #fff
  }

  .hero {
    min-height: calc(100vh - 60px);
    background-image: url('../img/mv-sp.jpg');
    background-position: center
  }

  .hero-copy {
    padding: 20px;
    text-align: center
  }

  .hero-copy p {
    font-size: 23px;
    line-height: 1.8;
    letter-spacing: .12em
  }

  .hero-badges {
    right: 8px;
    bottom: 20px;
    gap: 0
  }

  .hero-badges div {
    width: 104px;
    height: 104px;
    font: 500 16px / 1.25 var(--serif);
    white-space: nowrap;
  }

  .about {
    padding: 65px 20px 75px
  }

  .about-inner {
    grid-template-columns: 1fr;
    gap: 45px
  }

  .section-heading>span,
  .section-title>span,
  .voice-content span {
    font-size: 45px
  }

  .section-heading small,
  .section-title small,
  .voice-content small {
    font-size: 14px
  }

  .section-heading p {
    font-size: 13px;
    text-align: left
  }

  .about-image {
    padding: 10px 0 0 10px
  }

  .about-image img {
    height: 300px
  }

  .intro {
    padding: 62px 22px;
    min-height: 480px
  }

  .intro h2 {
    font-size: 25px;
    line-height: 1.7
  }

  .intro p {
    font-size: 13px;
    text-align: left
  }

  .concept {
    padding: 0 16px 60px
  }

  .concept .section-title {
    margin: 0 -16px 26px;
    padding: 55px 10px 38px
  }

  .concept-grid {
    grid-template-columns: 1fr;
    gap: 15px
  }

  .concept-grid article {
    min-height: 0;
    padding: 25px 22px
  }

  .concept-grid b {
    font-size: 55px
  }

  .concept-grid h3 {
    font-size: 18px
  }

  .treatment {
    padding: 35px 20px 75px
  }

  .treatment-grid {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .treatment-card span {
    font-size: 20px
  }

  .staff {
    padding-bottom: 45px
  }

  .staff-list {
    padding: 0 16px
  }

  .staff-item,
  .staff-item.reverse {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 60px;
    padding: 0
  }

  .staff-item.reverse .staff-photo {
    order: 0
  }

  .staff-photo {
    width: 100%
  }

  .staff-photo>img {
    width: calc(100% - 38px);
    height: 330px
  }

  .staff-badge {
    right: 12px;
    width: 140px;
    height: 140px
  }

  .staff-text {
    padding: 24px 20px;
    font-size: 13px
  }

  .staff-text>div {
    gap: 10px
  }

  .staff-text a {
    min-width: 0;
    flex: 1;
    padding: 5px;
    font-size: 12px
  }

  .voice-content {
    grid-template-columns: 1fr;
    gap: 23px;
    text-align: center;
    padding: 58px 24px
  }

  .voice-content p {
    font-size: 12px
  }

  .flow {
    padding-bottom: 70px
  }

  .flow-list {
    grid-template-columns: 1fr 1fr;
    margin: 0 18px
  }

  .flow-list article {
    border-left: 1px solid #ffffff55 !important;
    padding: 18px 14px
  }

  .flow-list b {
    font-size: 35px
  }

  .flow-list h3 {
    font-size: 16px
  }

  .flow-list p {
    font-size: 12px
  }

  .news {
    padding-bottom: 75px
  }

  .news-list a {
    gap: 18px;
    font-size: 12px
  }

  .access-info {
    padding: 60px 20px
  }

  .access-grid {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .access-phone {
    font-size: 28px
  }

  .hours {
    font-size: 10px
  }

  .map {
    height: 170px
  }

  .site-footer nav {
    gap: 12px 18px;
    font-size: 11px
  }

  .site-footer p {
    font-size: 9px
  }
}

@media(min-width:769px) and (max-width:1100px) {
  .header-main {
    grid-template-columns: 170px 1fr
  }

  .header-contact {
    grid-column: 1/-1;
    justify-content: flex-end
  }

  .staff-item {
    grid-template-columns: 260px 1fr
  }

  .staff-item.reverse {
    grid-template-columns: 1fr 260px
  }

  .staff-photo>img {
    width: 230px;
    height: 300px
  }
}

.hero-badges div,
.staff-badge {
  background-image: url('../img/ccl01.png');
  background-position: center;
  background-size: cover
}

:root {
  --gold: #c3b36d;
  --gold-light: #e5d59b;
  --brown: #6b5b4e
}

.site-header {
  height: 140px
}

.header-main {
  height: 140px
}

.header-info {
  font-size: 22px;
  color: #6b5b4e
}

.header-info p {
  margin: 0;
  line-height: 1.45
}

.header-contact {
  gap: 0;
}

.phone-box {
  width: 406px;
  height: 106px;
  padding: 7px 22px
}

.mail-box {
  width: 143px;
  height: 106px;
  padding: 10px 18px;
  font-size: 22px
}

.phone-box b {
  font-size: 40px
}

.phone-box small {
  font-size: 22px
}

.header-note {
  position: absolute;
  right: 2.6vw;
  bottom: 0;
  margin: 0;
  font-size: 20px
}

.hero-copy p {
  font-size: 60px;
  font-weight: 600
}

.global-nav {
  font-size: 18px;
  color: #c3b36d
}

@media(max-width:768px) {
  .site-header {
    height: 60px
  }

  .header-main {
    height: 60px
  }

  .header-note {
    display: none
  }

  .hero-copy p {
    font-size: 23px
  }

  .global-nav {
    display: none
  }
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1
}

.brand-name {
  display: block;
  margin-top: 6px;
  color: #6b5b4e;
  font: 800 26px/1.15 'Shippori Mincho', 'Zen Old Mincho', 'Noto Serif JP', serif;
  white-space: nowrap
}

.header-main {
  padding-right: 0
}

.header-note {
  right: 0
}

.phone-box {
  padding: 7px 14px;
  gap: 8px
}

.phone-box span {
  min-width: 0;
  flex: 1
}

.phone-box b,
.phone-box small {
  white-space: nowrap;
  letter-spacing: 0
}

.mail-box {
  padding: 8px 5px
}

.mail-box span {
  white-space: nowrap;
  line-height: 1.2
}

.hero {
  background-position: center top
}

@media(max-width:768px) {
  .brand-name {
    font-size: 17px;
    margin-top: 4px
  }

  .header-main {
    padding-right: 60px
  }

  .hero {
    background-position: center top
  }
}

.hero {
  min-height: 820px;
  height: 820px
}

@media(max-width:1000px) {
  .site-header {
    height: 60px
  }

  .header-main {
    height: 60px;
    padding-right: 60px
  }

  .header-info,
  .header-note {
    display: none
  }

  .header-contact {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    z-index: 30;
    align-items: stretch
  }

  .phone-box {
    width: auto;
    height: 60px;
    flex: 1;
    padding: 5px 12px;
    gap: 7px
  }

  .phone-box img {
    width: 20px
  }

  .phone-box b {
    font-size: 20px
  }

  .phone-box small {
    font-size: 10px
  }

  .mail-box {
    width: 143px;
    height: 60px;
    padding: 5px 4px;
    gap: 5px
  }

  .mail-box img {
    width: 24px
  }

  .mail-box span {
    font-size: 16px;
    font-weight: bold;
  }

  .global-nav {
    display: none
  }

  .menu-toggle {
    display: grid;
    position: absolute;
    right: 14px;
    top: 17px;
    width: 45px;
    height: 38px;
    padding: 8px;
    border: 0;
    background: var(--brown);
    z-index: 31;
    gap: 5px
  }

  .menu-toggle span {
    height: 1px;
    background: #fff;
    transition: transform .6s, opacity .6s
  }

  .menu-toggle.is-open span:first-child {
    transform: translateY(6px) rotate(45deg)
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0
  }

  .menu-toggle.is-open span:last-child {
    transform: translateY(-6px) rotate(-45deg)
  }

  .mobile-menu {
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 0;
    background: #191817f7;
    z-index: 20;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    transition: visibility 0s .6s, opacity .6s
  }

  .mobile-menu.is-open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s
  }

  .mobile-menu nav {
    display: grid;
    gap: 20px;
    text-align: center
  }

  .mobile-menu nav a {
    font-size: 18px;
    color: var(--gold-light);
    letter-spacing: .12em;
    transform: translateY(14px);
    opacity: 0;
    transition: opacity .6s .1s, transform .6s .1s
  }

  .mobile-menu.is-open nav a {
    transform: none;
    opacity: 1
  }

  .mobile-contact {
    border: 1px solid var(--gold);
    padding: 7px 25px;
    color: #fff
  }

  .hero {
    height: calc(100svh - 60px);
    min-height: 560px;
    background-position: center top
  }

  body.menu-open {
    overflow: hidden
  }
}

@media(max-width:768px) {
  .hero {
    height: calc(100svh - 60px);
    min-height: 560px
  }

  .brand-name {
    font-size: 14px;
    margin-top: 4px;
  }
}

.header-info {
  font-size: clamp(14px, 1.17vw, 22px)
}

.phone-box b {
  font-size: clamp(28px, 2.12vw, 40px)
}

.phone-box small {
  font-size: clamp(13px, 1.17vw, 22px)
}

.mail-box {
  font-size: clamp(14px, 1.17vw, 22px)
}

.hero-copy p {
  font-size: clamp(36px, 3.2vw, 60px)
}

@media(max-width:1000px) {
  .phone-box b {
    font-size: 20px
  }

  .phone-box small {
    font-size: 10px
  }

  .mail-box {
    font-size: 12px
  }

  .hero-copy p {
    font-size: clamp(24px, 5vw, 28px)
  }
}

@media(max-width:768px) {
  .hero-copy p {
    font-size: 23px
  }
}

/* 1000px以下の調整。786px以下の既存レスポンシブはそのまま維持する。 */
@media (min-width: 767px) and (max-width: 1000px) {
  .hero {
    height: 500px;
    min-height: 0;
    aspect-ratio: auto;
    background-image: url('../img/group-1.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-color: var(--ink);
  }

  .site-header,
  .header-main {
    height: 76px;
  }

  .header-main {
    padding: 5px 60px 5px 18px;
  }

  .brand img {
    width: 150px;
  }

  .brand-name {
    margin-top: 3px;
    font-size: 18px;
  }

  .phone-box,
  .mail-box {
    justify-content: center;
    text-align: center;
  }

  .phone-box {
    flex-direction: column;
    gap: 0;
  }

  .phone-box>img {
    width: 20px;
    margin-bottom: 1px;
  }

  .phone-box>span {
    display: block;
  }

  .phone-box b {
    display: block;
    font-size: 18px;
    line-height: 1.1;
  }

  .hero-badges div {
    line-height: .88;
  }

  .hero-badges span {
    display: block;
    line-height: .88;
  }
}

/* 1200px前後ではPCヘッダーのバナーを少し縮めて収める。 */
@media (min-width: 1001px) and (max-width: 1200px) {
  .header-main {
    grid-template-columns: 180px minmax(0, 1fr) auto;
    gap: 12px;
    padding-left: 18px;
    padding-right: 0;
  }

  .brand img {
    width: 150px;
  }

  .brand-name {
    font-size: 20px;
  }

  .header-info {
    font-size: 15px;
  }

  .phone-box {
    width: 300px;
    padding: 6px 10px;
  }

  .phone-box b {
    font-size: 28px;
  }

  .phone-box small {
    font-size: 13px;
  }

  .mail-box {
    width: 105px;
    padding: 7px 4px;
    font-size: 16px;
  }

  .mail-box img {
    width: 30px;
  }
}

/* Final header/MV adjustments. Keep the existing design rules above intact. */
.phone-box {
  flex-direction: row;
}

.phone-box>img {
  order: 0;
  flex: 0 0 auto;
}

.phone-box>span {
  order: 1;
}

.hero-badges div,
.hero-badges span,
.staff-badge {
  line-height: 1.08;
}

.hero {
  height: auto;
  min-height: 0;
  aspect-ratio: 3219 / 1288;
  background-image: url('../img/group-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: var(--ink);
}

@media(max-width:1000px) {
  .header-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .phone-box,
  .mail-box {
    width: auto;
    min-width: 0;
    flex: none;
  }

  .phone-box small {
    display: none;
  }
}

@media(max-width:768px) {
  .hero {
    aspect-ratio: auto;
    height: calc(100svh - 60px);
    min-height: 560px;
    background-image: url('../img/mv-sp.jpg');
    background-size: cover;
  }
}

@media(max-width:1000px) {
  .mobile-menu {
    align-items: stretch;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 28px 22px 82px;
    background: rgba(241, 234, 216, .98);
    color: var(--brown);
  }

  .mobile-menu__panel {
    width: min(100%, 480px);
    margin: 0 auto;
  }

  .mobile-menu__logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    margin-bottom: 28px;
    color: var(--brown);
    font: 700 18px/1.2 'Shippori Mincho', 'Zen Old Mincho', serif;
  }

  .mobile-menu__logo img {
    width: 145px;
    margin-bottom: 5px;
  }

  .mobile-menu nav {
    width: 100%;
    gap: 0;
    border-top: 1px dashed rgba(107, 91, 78, .45);
  }

  .mobile-menu nav a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 2px;
    border-bottom: 1px dashed rgba(107, 91, 78, .45);
    color: var(--brown);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .08em;
    transform: none;
  }

  .mobile-menu nav a::after {
    content: '›';
    color: var(--gold);
    font: 400 25px/1 var(--serif);
  }

  .mobile-menu.is-open nav a {
    opacity: 1;
  }

  .mobile-contact {
    display: block;
    width: 100%;
    margin-top: 28px;
    padding: 12px 20px;
    border: 0;
    background: var(--gold);
    color: #fff;
    text-align: center;
    font-size: 15px;
    letter-spacing: .08em;
  }

  .menu-toggle.is-open {
    background: transparent;
  }

  .menu-toggle.is-open span {
    background: var(--brown);
  }
}

/* Requested final state for the 787px-1000px range. */
@media (min-width: 767px) and (max-width: 1000px) {
  .hero {
    height: 500px;
    min-height: 0;
    aspect-ratio: auto;
    background-image: url('../img/group-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: var(--ink);
  }
}

/* Keep the badge copy as two tightly stacked lines. */
.hero-badges div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  line-height: 1;
}

.hero-badges span {
  display: block;
  line-height: 1;
  margin: 0;
}

@media (max-width: 1000px) {
  .phone-box {
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    text-align: center;
  }

  .phone-box>img {
    width: 20px;
    margin: 0 0 1px;
  }

  .phone-box>span {
    display: block;
    text-align: center;
  }

  .phone-box b {
    display: block;
    line-height: 1.05;
  }
}

/* The desktop header no longer fits reliably below 1100px. */
@media (min-width: 1001px) and (max-width: 1100px) {

  .site-header,
  .header-main {
    height: 76px;
  }

  .header-main {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 0;
    padding: 5px 60px 5px 18px;
  }

  .brand img {
    width: 150px;
  }

  .brand-name {
    margin-top: 3px;
    font-size: 18px;
  }

  .header-info,
  .header-note {
    display: none;
  }

  .header-contact {
    display: grid;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 60px;
    z-index: 30;
  }

  .phone-box,
  .mail-box {
    width: auto;
    min-width: 0;
    height: 60px;
    flex: none;
  }

  .phone-box {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    text-align: center;
  }

  .phone-box>img {
    width: 20px;
    margin-bottom: 1px;
  }

  .phone-box>span {
    display: block;
    text-align: center;
  }

  .phone-box b {
    display: block;
    font-size: 18px;
    line-height: 1.05;
  }

  .phone-box small {
    display: none;
  }

  .mail-box {
    justify-content: center;
    padding: 5px 4px;
  }

  .mail-box img {
    width: 24px;
  }

  .mail-box span {
    font-size: 12px;
    font-weight: 600;
  }

  .global-nav {
    display: none;
  }

  .menu-toggle {
    display: grid;
    position: absolute;
    right: 14px;
    top: 17px;
    width: 45px;
    height: 38px;
    padding: 8px;
    border: 0;
    background: var(--brown);
    z-index: 31;
    gap: 5px;
  }

  .menu-toggle span {
    height: 1px;
    background: #fff;
    transition: transform .6s, opacity .6s;
  }

  .menu-toggle.is-open span:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mobile-menu {
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 0;
    align-items: stretch;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 28px 22px 82px;
    background: rgba(241, 234, 216, .98);
    color: var(--brown);
    z-index: 20;
    flex-direction: column;
    transition: visibility 0s .6s, opacity .6s;
  }

  .mobile-menu.is-open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .mobile-menu__panel {
    width: min(100%, 480px);
    margin: 0 auto;
  }

  .mobile-menu__logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    margin-bottom: 28px;
    color: var(--brown);
    font: 700 18px/1.2 'Shippori Mincho', 'Zen Old Mincho', serif;
  }

  .mobile-menu__logo img {
    width: 145px;
    margin-bottom: 5px;
  }

  .mobile-menu nav {
    display: grid;
    width: 100%;
    gap: 0;
    border-top: 1px dashed rgba(107, 91, 78, .45);
  }

  .mobile-menu nav a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 2px;
    border-bottom: 1px dashed rgba(107, 91, 78, .45);
    color: var(--brown);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .08em;
    transform: none;
    opacity: 0;
  }

  .mobile-menu nav a::after {
    content: '›';
    color: var(--gold);
    font: 400 25px/1 var(--serif);
  }

  .mobile-menu.is-open nav a {
    opacity: 1;
  }

  .mobile-contact {
    display: block;
    width: 100%;
    margin-top: 28px;
    padding: 12px 20px;
    border: 0;
    background: var(--gold);
    color: #fff;
    text-align: center;
    font-size: 15px;
    letter-spacing: .08em;
  }

  .menu-toggle.is-open {
    background: transparent;
  }

  .menu-toggle.is-open span {
    background: var(--brown);
  }
}

@media (min-width: 1101px) {
  .hero {
    background-image: url('../img/mv-pc01.jpg');
  }
}

/* Keep the header note fluid with the location information. */
.header-info,
.header-note {
  font-size: clamp(14px, 1.17vw, 22px);
}

@media (min-width: 1001px) and (max-width: 1200px) {
  .phone-box {
    justify-content: center;
    gap: 6px;
  }

  .phone-box>span {
    flex: 0 1 auto;
  }
}

/* Attach the phone icon directly to the number on the full header. */
@media (min-width: 1101px) {
  .phone-box {
    display: flex;
    width: clamp(300px, 22vw, 406px);
    justify-content: center;
  }

  .phone-box>img {
    display: none;
  }

  .phone-box>span {
    display: grid;
    flex: none;
    text-align: center;
  }

  .phone-box b::before {
    content: '';
    display: inline-block;
    width: clamp(18px, 1.28vw, 24px);
    height: clamp(18px, 1.28vw, 24px);
    margin-right: clamp(4px, .4vw, 7px);
    background: url('../img/tel-icon01.png') center / contain no-repeat;
    vertical-align: -2px;
  }

  .phone-box small {
    text-align: center;
  }
}

/* Show the complete mobile MV on narrow screens instead of cropping the sign. */
@media (max-width: 500px) {
  .hero {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
    background-size: 100% 100%;
    background-position: center top;
  }
}

/* ABOUT desktop layout from the supplied comp specifications. */
@media (min-width: 1101px) {
  .about {
    padding: 110px 4vw 130px;
  }

  .about-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 52%);
    gap: clamp(35px, 5vw, 95px);
    max-width: 1800px;
  }

  .about .section-heading>span {
    color: #c3b36d;
    font-family: 'Trajan Pro 3', 'Times New Roman', serif;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0;
  }

  .about .section-heading small {
    color: #c3b36d;
    font-size: 32px;
    letter-spacing: 0;
  }

  .about .section-heading i {
    margin: 24px 0 34px;
  }

  .about .section-heading h2 {
    width: min(400px, 100%);
    height: 50px;
    margin: 0 auto 30px;
    padding: 0;
    background: #6b5b4e;
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0;
  }

  .about .section-heading p {
    font-size: 17px;
    line-height: 2.15;
    letter-spacing: 0;
  }

  .about-image {
    position: relative;
    padding: 0;
    background: transparent;
  }

  .about-image::before {
    content: '';
    position: absolute;
    inset: -20px 20px 20px -20px;
    background: #6b5b4e;
  }

  .about-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 912 / 600;
    object-fit: cover;
  }

  .intro-content {
    width: min(1300px, 100%);
    max-width: 1300px;
  }

  .intro-content i {
    width: min(690px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .intro h2 {
    font-size: 32px;
  }

  .intro p {
    font-size: 19px;
  }
}

/* Keep the ABOUT image offset visible below the desktop breakpoint. */
@media (max-width: 1100px) {
  .about-image {
    position: relative;
    padding: 0;
    background: transparent;
  }

  .about-image::before {
    content: '';
    position: absolute;
    inset: -12px 12px 12px -12px;
    background: #6b5b4e;
  }

  .about-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 912 / 600;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .about {
    padding: 50px 20px 60px;
  }

  .about-inner {
    gap: 35px;
  }

  .about .section-heading>span {
    font-size: clamp(38px, 11vw, 45px);
  }

  .about .section-heading small {
    font-size: clamp(13px, 4vw, 16px);
  }

  .about .section-heading h2 {
    width: min(400px, 100%);
    font-size: clamp(18px, 5.5vw, 22px);
    letter-spacing: .12em;
  }

  .about .section-heading p {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0;
  }

  .intro {
    min-height: 0;
    padding: 45px 20px 55px;
  }

  .intro h2 {
    font-size: clamp(19px, 5.5vw, 25px);
    line-height: 1.6;
    letter-spacing: .04em;
  }

  .intro p {
    font-size: 13px;
    line-height: 2;
  }
}

/* Stack the ABOUT columns below 1000px and keep the image compact. */
@media (min-width: 769px) and (max-width: 1000px) {
  .about-inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .about-image {
    width: min(100%, 680px);
    margin: 0 auto;
  }
}

/* STAFF layout and decorative side triangles. */
.staff {
  position: relative;
  isolation: isolate;
  background: #f0ead6;
  padding-bottom: clamp(70px, 8vw, 130px);
}

.staff::before,
.staff::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
  pointer-events: none;
}

.staff::before {
  left: 0;
  background: #c3b36d;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.staff::after {
  right: 0;
  background: #6b5b4e;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.staff .dark-title {
  position: relative;
  z-index: 1;
  padding-top: clamp(55px, 7vw, 95px);
  padding-bottom: clamp(45px, 5vw, 70px);
}

.staff .dark-title span {
  color: #6b5b4e;
  font-size: clamp(48px, 5.3vw, 80px);
  letter-spacing: 0;
}

.staff .dark-title small {
  color: #6b5b4e;
  font-size: clamp(16px, 2vw, 28px);
  letter-spacing: 0;
}

.staff-list {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1380px);
}

.staff-item,
.staff-item.reverse {
  grid-template-columns: clamp(230px, 24vw, 330px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 80px);
  max-width: 1240px;
  margin-bottom: clamp(100px, 6vw, 85px);
  padding: 0;
}

.staff-item.reverse {
  grid-template-columns: minmax(0, 1fr) clamp(230px, 24vw, 330px);
}

.staff-photo>img {
  width: min(100%, 275px);
  height: auto;
  aspect-ratio: 275 / 365;
  outline: 1px solid #fff;
  outline-offset: -15px;
}

.staff-badge {
  right: clamp(0px, 2vw, 0);
  bottom: 0;
  width: clamp(125px, 12vw, 160px);
  height: clamp(125px, 12vw, 160px);
  font-size: clamp(12px, 1.1vw, 15px);
  white-space: nowrap;
  color: #fff;
}

.staff-item.reverse .staff-badge {
  right: auto;
  left: clamp(0px, 2vw, 0);
}

.staff-badge strong {
  font-size: clamp(17px, 1.5vw, 21px);
}

.staff-text {
  padding: clamp(24px, 3vw, 40px) clamp(24px, 3.5vw, 48px);
  font-size: clamp(13px, 1.15vw, 17px);
  line-height: 2.1;
}

.staff-text h3 {
  margin-top: 0;
  font-size: clamp(16px, 1.45vw, 21px);
}

.staff-text p {
  line-height: 2.1;
}

.staff-text>div {
  gap: clamp(12px, 5vw, 80px);
}

.staff-text a {
  min-width: clamp(150px, 15vw, 200px);
  font-size: clamp(12px, 1.1vw, 15px);
}

@media (max-width: 1000px) {

  .staff::before,
  .staff::after {
    width: 50%;
  }

  .staff-list {
    width: min(100% - 32px, 760px);
  }

  .staff-item,
  .staff-item.reverse {
    grid-template-columns: minmax(190px, 30%) minmax(0, 1fr);
    gap: 28px;
  }

  .staff-item.reverse {
    grid-template-columns: minmax(0, 1fr) minmax(190px, 30%);
  }

  .staff-text {
    padding: 24px 28px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {

  .staff::before,
  .staff::after {
    width: 50%;
  }

  .staff .dark-title {
    padding-top: 48px;
    padding-bottom: 38px;
  }

  .staff .dark-title span {
    font-size: clamp(40px, 11vw, 52px);
  }

  .staff .dark-title small {
    font-size: clamp(14px, 4vw, 17px);
  }

  .staff-list {
    width: calc(100% - 32px);
  }

  .staff-item,
  .staff-item.reverse {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 120px;
  }

  .staff-item.reverse .staff-photo {
    order: 0;
  }

  .staff-photo>img {
    width: min(100% - 38px, 330px);
    height: auto;
    aspect-ratio: 275 / 365;
  }

  .staff-badge {
    right: auto;
    left: 10px;
    bottom: 0;
    width: 136px;
    height: 136px;
    font-size: 12px;
  }

  .staff-item.reverse .staff-badge {
    right: auto;
    left: 10px;
  }

  .staff-text {
    padding: 22px 20px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .staff-text>div a:only-child {
    flex: 0 1 210px;
    width: 100%;
    max-width: 210px;
  }
}

/* CONCEPT comp: double rules, inset card rules, and overflowing numerals. */
.concept .section-title {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 72px 20px 36px;
  margin: 0 -2.5vw 45px;
  background: #f4f1ed;
}

.concept .section-title::before,
.concept .section-title::after {
  content: '';
  position: absolute;
  top: 52%;
  width: calc(50% - 210px);
  height: 5px;
  border-top: 1px solid #6b5b4e;
  border-bottom: 1px solid #6b5b4e;
}

.concept .section-title::before {
  left: 0;
}

.concept .section-title::after {
  right: 0;
}

.concept-grid article {
  position: relative;
  min-height: 385px;
  padding: 40px 28px 28px;
  background: rgba(9, 9, 9, .4);
}

.concept-grid article::after {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid var(--gold-light);
  pointer-events: none;
}

.concept-grid b {
  position: absolute;
  top: -60px;
  left: 10px;
  z-index: 1;
  display: block;
  color: #fff;
  font: 400 126px/.8 'Cormorant Infant', 'Times New Roman', serif;
}

.concept-grid h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--gold-light);
  font: 400 32px/1.35 var(--serif);
  letter-spacing: 0;
  text-align: center;
}

.concept-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font: 400 17px / 1.9 var(--serif);
  letter-spacing: 0;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .concept .section-title {
    padding: 55px 10px 38px;
  }

  .concept .section-title::before,
  .concept .section-title::after {
    width: calc(50% - 110px);
  }

  .concept-grid article {
    min-height: 0;
    padding: 34px 22px 24px;
  }

  .concept-grid b {
    top: -30px;
    left: 8px;
    font-size: 82px;
  }

  .concept-grid h3 {
    font-size: 21px;
  }

  .concept-grid p {
    font-size: 13px;
    line-height: 2;
  }
}

/* Use semantic section headings and the comp's Trajan-style English type. */
.section-title,
.section-heading-title,
.voice-content h2 {
  margin: 0;
  font-weight: 400;
}

.section-title>span,
.section-heading-title>span,
.voice-content h2>span {
  font-family: 'Trajan Pro 3', 'Times New Roman', serif;
}

.section-heading-title {
  text-align: center;
  background: transparent;
  color: inherit;
  padding: 0;
  height: auto;
  line-height: normal;
}

.about .section-heading .section-heading-title {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
}

.section-heading-title>span,
.section-heading-title>small {
  display: block;
}

.section-heading-title>span {
  color: #c3b36d;
  font-size: clamp(43px, 5vw, 80px);
  line-height: 1;
  letter-spacing: 0;
}

.about .section-heading .section-heading-title>span {
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  line-height: 1;
}

.section-heading-title>small {
  color: #c3b36d;
  font-size: clamp(19px, 2vw, 32px);
  letter-spacing: 0;
}

.section-heading>h3 {
  width: min(400px, 100%);
  height: 50px;
  margin: 24px auto 30px;
  background: #6b5b4e;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0;
}

.voice-content h2 {
  color: inherit;
}

@media (max-width: 768px) {
  .section-heading-title>span {
    font-size: clamp(38px, 11vw, 45px);
  }

  .section-heading-title>small {
    font-size: clamp(13px, 4vw, 16px);
  }

  .section-heading>h3 {
    width: min(400px, 100%);
    font-size: clamp(18px, 5.5vw, 22px);
  }
}

/* Keep the CONCEPT title band full bleed after the shared heading reset. */
.concept .section-title {
  margin: 0 -2.5vw 45px;
}

@media (max-width: 768px) {
  .concept .section-title {
    margin: 0 -16px 26px;
  }
}

@media (max-width: 1200px) {
  .concept-grid {
    grid-template-columns: 1fr;
    width: min(100%, 820px);
    gap: 72px;
  }
}
