@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
html {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

body {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  background-color: #e9d6cb;
}
.container {
  width: min(90%, 1200px);
  margin: 0 auto;
}
.section {
  padding: 80px 0;
}

main {
  padding-top: 80px;
}

.intro {
  margin: 80px 0;
}

.section {
  padding: 80px 0;
}

header {
  background-color: #e8d2c4;
  padding: 15px 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.pc-view {
  position: fixed;
  top: 0;
  right: 0;
  width: 75%;
  max-width: 320px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.96);
  padding: 90px 32px 32px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 900;
}

.pc-view ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 20px;
}
.pc-view.active ul {
  display: flex;
  flex-direction: column;
}

.pc-view.active {
  display: block;
  transform: translateX(0);
}

.pc-view a {
  color: #7d6c72;
  font-family: "Lora", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.fv-image {
  border-radius: 0 40px 40px 0;
  overflow: hidden;
  text-align: left;
  height: 70vh;
}
.fv-image img {
  border-radius: 0 40px 40px 0;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 45% center;

  animation: fvMove 12s ease-in-out infinite alternate;
}

@keyframes fvMove {
  from {
    transform: scale(1.03) translateX(-1%);
  }

  to {
    transform: scale(1.07) translateX(1.5%);
  }
}

h1 {
  margin: 0;
}

.lucide {
  width: 16px;
  height: 16px;
  color: #fff;
}

#fv {
  padding: 10px 10px 0 0px;
  background-color: #e8d2c4;
  position: relative;
}

.fv-copy {
  position: absolute;
  left: 24px;
  top: 33%;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.19em;
  font-size: 1.5em;
}

.fv-copy p {
  margin: 0px;
}

.fv-copy-main {
  transform: translate(-6px, 3px);
  font-size: 2.15rem;
  letter-spacing: 0.1rem;
}

.fv-copy-small {
  font-size: 1.25rem;
}

.hamb {
  position: relative;
  z-index: 1001;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  color: #7d6c72;
}

.hamb.active .line:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.hamb.active .line:nth-child(2) {
  opacity: 0;
}

.hamb.active .line:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}
.hamb .line {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.hamb .line {
  width: 24px;
  height: 1.5px;
  background: #7d6c72;
}
.hamb .hamb-menu {
  font-family: "Lora", serif;
  transform: translate(-6px);
  letter-spacing: 0.1em;
}

.campaign-badge {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #f9f7f6;
  position: absolute;
  bottom: 10px;
  right: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #685155;
}

.campaign-badge img {
  width: 50px;
  height: auto;
  transform: scale(-1, 1);
}

.campaign-click {
  font-size: 0.5em;
  padding: 20px 0 0 0;
  letter-spacing: 0.2em;
  font-family: "Lora", serif;
}
.campaign-title {
  margin: 0px;
  font-weight: 900;
  letter-spacing: 0.17em;
}
.intro {
  text-align: center;
}

.concept-lead {
  font-size: 0.875rem; /* 14px */
  letter-spacing: 0.3rem;
  color: #404040;
}

.concept-title {
  font-family: "Lora", serif;
  font-size: 3rem; /* 48px */
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-top: 12px;
  color: #404040;
}

.concept-subtitle {
  font-size: 1rem; /* 16px */
  letter-spacing: 0.08em;
  margin-top: 0;
  line-height: 0.8;
  color: #404040;
}

.concept-copy {
  text-align: center;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  color: #685155;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.15rem;
  margin-top: 80px;
}

.concept-text {
  max-width: 720px;
  margin: 40px auto 80px;
  color: #685155;
  width: min(90%, 1200px);
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.08rem;
  font-size: clamp(1rem, 1.2vw, 1.125vw);
}

.intro-logo img {
  width: min(220px, 30%);
  height: auto;
  display: block;
  margin: 0 auto;
}

.slider-track img {
  width: 300px;
  aspect-ratio: 1080/709;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.concept-swiper {
  overflow: hidden;
}

.concept-swiper .swiper-slide {
  width: 300px;
}

.concept-swiper img {
  width: 100%;
  aspect-ratio: 1080/709;
  object-fit: cover;
  display: block;
}

.reserve-btn {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 1000;
  background: #685155;
  color: white;
  width: 70px;
  height: 100px;
  border-radius: 7px 0 0 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.reserve-btn img {
  width: 40%;
  height: auto;
}

.reserve-btn p {
  font-size: 1em;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
}

#specialty {
  background:
    linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
    url("../img/bg-leaf.webp");
  background-size: cover;
  background-position: center;
}

.section-en {
  color: #98cd02;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  letter-spacing: 0.2em;
  font-size: 0.875rem; /* 14px */
}

.section-title {
  margin-top: 8px;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.3;
  color: #2f2b2c;
  letter-spacing: 0.2rem;
  opacity: 0.8;
}

.specialty-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: clamp(56px, 6vw, 80px);
}

.specialty-img {
  width: 85%;
  max-width: 500px;
}

.specialty-img img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  display: block;
}
.specialty-item:nth-child(odd) .specialty-img {
  margin-right: auto;
}

.specialty-item:nth-child(even) .specialty-img {
  margin-left: auto;
}

.specialty-text {
  display: flex;
  align-items: center;
  gap: 16px;
}

.specialty-item:nth-child(even) .specialty-text {
  justify-content: flex-end;
}
.specialty-number {
  color: #e8d2c4;
  font-family: "Klee One", cursive;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1;
  opacity: 0.7;
}

.specialty-copy {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #2f2b2c;
  line-height: 1.4;
}

.profile-header {
  margin: 56px 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.profile-image {
  border-radius: 20px;
  width: min(75%, 320px);
  object-fit: cover;
  height: auto;
  object-fit: cover;
  object-position: center top;
  margin: 0 auto;
  display: block;
  aspect-ratio: 3/4;
}

.profile-image img {
  border-radius: 20px;
}

.profile-name-group {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.2rem;
  margin-top: 20px;
}

.profile-name {
  font-size: 1.5rem;
  line-height: 1;
  color: #2f2b2c;
  opacity: 0.7;
  text-align: center;
}

.profile-en {
  font-family: "Lora", serif;
  color: #98ce00;
  line-height: 1;
  font-size: 0.875rem;
}

.profile-meta {
  font-size: 0.85rem;
  letter-spacing: 0.12rem;
  color: #2f2b2c;
  padding-top: 0px;
  text-align: center;
}

.profile-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.profile-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0px 0 0;
  color: #2f2b2c;
}

.profile-block p {
  font-family: "Klee One", cursive;
  max-width: 60ch;
  letter-spacing: 2px;
  line-height: 1.6;
  font-size: 1rem;
  opacity: 0.8;
}

.profile-heading {
  font-weight: 600;
  color: #676062;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  font-family: "Zen Old Mincho";
  border-left: 4px solid #98ce00;
  padding-left: 16px;
}

.profile-name-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#cat {
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)),
    url("../img/pochio-cat.webp");
  background-size: cover;
  background-position: top left;
}

.cat-profile {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 56px;
}

.cat-card {
  display: flex;
  gap: 12px;
  flex-direction: column;
  color: #2f2b2c;
}

.cat-name {
  font-size: 1.2rem;
  font-weight: 700;
  opacity: 0.7;
}

.cat-image {
  width: 100%;
  aspect-ratio: 4/2;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.cat-meta {
  font-size: 1rem;
}

.cat-description {
  font-family: "Klee One", cursive;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.6;
}

#campaign {
  background-color: #685155;
  color: white;
  position: relative;
}

#campaign .section-title {
  color: white;
}

.campaign-callout img {
  width: 140px;
  height: auto;
  display: block;
}

.campaign-callout {
  margin-top: 40px;
}
.campaign-price-box {
  padding-bottom: 24px;
  margin-bottom: 32px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.campaign-course {
  letter-spacing: 0.15em;
  font-size: 1.3rem;
}
.campaign-time-icon i {
  font-size: 16px;
}
.campaign-course-plus {
  letter-spacing: 0.15em;
  font-size: 1.3rem;
  color: #98cd02;
}
.campaign-read {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}
.campaign-summary-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.campaign-summary-time {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.campaign-summary-time-read {
  font-weight: 100;
  opacity: 0.8;
  font-size: 0.8rem;
  text-align: center;
  margin: 0 auto;
}
.campaign-summary-price-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
}
.campaign-summary-time-time {
  font-size: 1.8rem;
  font-weight: 100;
  opacity: 0.8;
  line-height: 1;
}
.campaign-summary-time-meta {
  display: flex;
  align-items: end;
}
.campaign-summary-time {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 8px;
}
.campaign-summary-price {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 30px; /* アイコン分 */
}
.campaign-summary-time::after {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  right: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.campaign-summary {
  display: flex;
  background: #796767;
  border-radius: 8px;
  gap: 0;
  padding: 10px 0;
}
.campaign-time-icon {
  display: flex;
  align-items: center;
}
.campaign-summary-time-price {
  font-size: 1.8rem;
  font-weight: 100;
  opacity: 0.8;
  line-height: 1;
  color: #98cd02;
}

.campaign-summary-time-tax {
  font-size: 0.6rem;
  display: flex;
  align-items: end;
  white-space: nowrap;
}
.campaign-summary-time-yen {
  display: flex;
  align-items: end;
  color: #98cd02;
}

.campaign-time-icon .lucide {
  width: 32px !important;
  height: 32px !important;
  flex-shrink: 0;
  margin-top: 5px !important;
  stroke-width: 1;
}
.campaign-summary-time-box {
  display: flex;
  gap: 2px;
}
.campaign-feature-item {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  position: relative;
}
.campaign-feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 40px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background: #e4cdc2;
}
.campaign-feature-item span {
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

.campaign-feature-list .lucide {
  width: 24px !important;
  height: 24px !important;
  flex-shrink: 0;
  margin-top: 5px !important;
  stroke-width: 1;
  color: #97a049;
}
.campaign-feature {
  padding: 16px;
  background: #ede2e0;
  color: #665253;
  border-radius: 4px;
  margin-top: 8px;
}

.campaign-meta {
  margin-top: 20px;
  font-size: 0.8rem;
  letter-spacing: 0.01rem;
}

.campaign-description {
  margin-top: 20px;
  font-size: 0.9rem;
  letter-spacing: 0.08rem;
  opacity: 0.8;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.campaign-description p {
  margin-top: 20px;
}

.campaign-description p:first-child {
  margin-top: 0;
}

.campaign-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reaf-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
}

.campaign-button {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.campaign-button-read {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  color: #fff;
}

.campaign-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 340px;
  padding: 18px 40px;
  border-radius: 999px;
  background: #98cd02;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(152, 205, 2, 0.25);
  transition:
    background-color 0.3s ease,
    transform 0.2s ease,
    box-shadow 0.3s ease;
}
.campaign-feature img {
  display: none;
}
.campaign-btn:hover {
  background: #89b700;
  transform: translateY(3px);
  box-shadow: 0 14px 30px rgba(152, 205, 2, 0.35);
}

.campaign-btn i {
  font-size: 1.4em;
}

.campaign-note {
  font-size: 0.8rem;
  color: #d2d2d2;
}

#menu {
  color: #685155;
  background-color: white;
}

.menu-course {
  display: flex;
  flex-direction: column;
}
.menu-card {
  margin-top: 56px;
}

.menu-header {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.menu-name {
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}
.menu-read {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}
.menu-price {
  margin-top: 18px;
}

.menu-image {
  margin-top: 20px;
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  max-width: 500px;
}

.menu-price p {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1.9rem;
}

.swiper {
  margin-top: 56px;
}

.machine {
  background-color: #f9f7f6;
  overflow: hidden;
}

.machine-swiper {
  overflow: hidden;
}

.machine-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 20px;
  text-align: center;
  min-height: 470px;
}

.machine-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px 8px 0 0;
  display: block;
}
.machine-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  min-height: 60px;
  align-items: center;
  display: flex;
  padding: 0px 30px;
  justify-content: center;
  color: #2f2b2c;
  opacity: 0.6;
}
.machine-card p {
  font-size: 1rem;
  text-align: left;
  padding: 0px 30px;
  opacity: 0.6;
  letter-spacing: 0.1rem;
}

.swiper-button-prev {
  left: 8px;
}

.swiper-button-next {
  right: 8px;
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 40px;
  height: 40px;
  display: block;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

#voice {
  background: #f6f1ee;
  background-size: cover;
}
.voice-intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 56px;
}
.voice-intro-text {
  color: #555;
  letter-spacing: 0.09rem;
  font-size: 0.9em;
  text-align: center;
}
.voice-note {
  color: #555;
  letter-spacing: 0.05rem;
  text-align: center;
  font-size: 0.75em;
}
.voice-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.voice-card {
  display: flex;
  align-items: center;
  margin-top: 24px;
  width: 100%;
  height: auto;
  text-align: center;
  background: #fff;
  justify-content: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  gap: 16px;
  padding: 16px 16px;
}

.voice-img {
  display: flex;
  align-items: center;
  border-radius: 50px;
  background: #efe4dc;
  width: 80px;
  height: 80px;
  justify-content: center;
  overflow: hidden;
  object-fit: cover;
  flex-shrink: 0;
}
.voice-img img {
  width: 80px;
  height: auto;
  display: block;
  object-fit: cover;
  padding: 12px 0 0 0;
}

.voice-title {
  text-align: left;
  color: #42413f;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-size: 1rem;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.voice-user {
  color: gray;
  font-size: 0.88rem;
}

.voice-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
}
.voice-meta {
  display: flex;
  flex-direction: row;
  color: #b7a46c;
  justify-content: space-between;
}
.voice-number {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 1.9rem;
  line-height: 1;
}
.voice-footer {
  padding-top: 16px;
  border-top: 1px solid #d7d3c8;
  display: flex;
  justify-content: space-between;
}
.voice-link {
  color: #7b7673;
  padding-bottom: 4px;
  font-size: 0.8rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 1px solid #c6b0a3;
  padding-bottom: 4px;

  transition: color 0.3s ease;
}

.voice-link::after {
  content: "→";
  display: inline-block;
  margin-left: 4px;
  transition: transform 0.3s ease;
}

.voice-link:hover {
  color: #42413f;
}
.voice-link:hover::after {
  transform: translateX(4px);
}

#access {
  background: #faf8f6;
  background-size: cover;
}

.access-media {
  align-items: stretch;
}

.access-block {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.access-info {
  margin-top: 24px;
  display: flex;
  grid-template-columns: 90px 1fr;
  gap: 30px 20px;
  letter-spacing: 0.1rem;
  color: #404040;
  padding: 24px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
}

.access-info dt {
  font-weight: normal;
}

.access-info dd {
  margin: 0;
}
.access-exterior {
  margin-top: 56px;
}

#access iframe {
  margin-top: 0px;
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.access-exterior img {
  margin-top: 0px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: block;
}

.access-media {
  display: flex;
  gap: 18px;
  flex-direction: column;
}

footer {
  text-align: left;
  padding: 20px 0;
  background-color: #685155;
  padding-top: 36px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Lora", serif;
  letter-spacing: 0.03rem;
}

.access-map {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  width: 160px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: left;
  gap: 48px;
}
.sns-icon {
  display: flex;
  gap: 8px;
}

.sns-icon a {
  display: block;
  width: 32px;
  height: 32px;
}

.sns-icon a:hover {
  opacity: 0.8;
}

.sns-icon a,
.sns-icon a:hover {
  background-image: none;
  padding-bottom: 0;
}

.sns-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-tagline {
  font-size: 0.8rem;
}
.footer-salon-name {
  font-size: 0.9rem;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 200;
  margin-top: 8px;
}
.footer-brand p {
  line-height: 1.8;
}

.footer-title {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  padding-bottom: 10px;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #fff;
}

footer ul {
  margin-top: 16px;
}

footer li {
  line-height: 28px;
  font-size: 0.9rem;
}

.rezerve-wrap {
  display: flex;
  justify-content: center;
}
.reserve {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0 auto;

  text-align: center;
  padding: 56px 16px;
  color: #404040;
  width: min(480px, 100%);
}

.reserve-btn-title {
  font-size: 1rem;
}
.reserve-btn-subtitle {
  font-size: 0.8rem;
  opacity: 0.9;
}

.reserve-btn-icon {
  width: 32px;
  color: #2f2b2c;
  margin-right: 12px;
}

.reserve-contact-info h4 {
  font-size: 1rem;
  padding-bottom: 8px;
}

.reserve-contact-info p {
  font-size: 0.8rem;
  line-height: 1.8;
}

.reserve-contact-info {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}
.reserve-contact-info-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #555;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.reserve-contact-info-icon .lucide {
  width: 22px;
  height: 22px;
  color: #555;
  padding: 0;
  border: none;
  transform: none;
}
.reserve-contact-info-text {
  text-align: left;
}

.reserve-contact-btn {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background-color: #8fa451;
  border-radius: 999px;
  width: 100%;
  max-width: 360px;
}
.reserve-btn-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.reserve-btn-text {
  color: white;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1rem;
}
.reserve-line-btn {
  display: flex;
  gap: 0px;
}

.footer-info {
  border-top: 1px solid #fff;
  padding-top: 60px;
}

.footer-info-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.footer-info-list .lucide {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0;
  margin-top: 5px !important;
  stroke-width: 1.5;
}

.footer-copyright {
  text-align: center;
  display: block;
  margin: 30px 0 8px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
/* 文字リンク */
.line-btn--first-time,
.reserve-contact-btn,
.reserve-btn {
  transition: opacity 0.3s ease;
}

.line-btn--first-time:hover,
.reserve-contact-btn:hover,
.reserve-btn:hover {
  opacity: 0.8;
}
/* 文字リンク */
footer a:not(.reserve-contact-btn),
.pc-view a {
  padding-bottom: 3px;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}

footer a:not(.reserve-contact-btn):hover,
.pc-view a:hover {
  background-position: bottom left;
  background-size: 100% 1px;
}

.campaign-badge {
  transition: 0.3s ease;
}

.campaign-badge:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
}

/*
.pagetop {
  position: fixed;
  right: 8px;
  bottom: 150px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(170, 170, 170, 0.85);
  display: grid;
  place-items: center;
  text-decoration: none;
  z-index: 999;
  transition: opacity 0.3s ease;
}


.pagetop:hover {
  opacity: 0.8;
}

.pagetop .lucide {
  width: 28px;
  height: 28px;
  color: #fff;
  stroke-width: 4;
}
*/

/* =======================
  voice Model
======================= */

.voice-modal {
  position: fixed;
  inset: 0;

  display: none;

  justify-content: center;
  align-items: center;

  background: rgba(0, 0, 0, 0.5);

  z-index: 1000;
}

.voice-modal.show {
  display: flex;
}
.voice-modal-content {
  position: relative;
  width: min(90%, 600px);
  max-height: 80vh;
  background: #fff;
  border-radius: 24px;

  padding: 32px 24px;
  overflow-y: auto;
}
.voice-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;

  border: none;
  background: transparent;

  font-size: 2rem;
  color: #7b7673;

  cursor: pointer;
}

.voice-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 24px;
}

.voice-modal-number {
  font-family: "Allura", cursive;
  font-size: 2.5rem;
  color: #b7a46c;
  line-height: 1;
}

.voice-modal-star {
  color: #b7a46c;
  font-size: 0.9rem;
}

.voice-modal-text {
  color: #42413f;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}

.voice-modal-user {
  text-align: right;
  color: #7b7673;
}

/* タブレット・PC用 */
@media screen and (min-width: 768px) {
  /* 768px以上に効く */
  .cat-profile {
    display: flex;
    flex-direction: row;
  }
  .cat-card {
    flex: 1;
    min-width: 0;
  }

  .machine-swiper {
    overflow: visible;
  }

  .machine-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    transform: none;
  }
  .machine-swiper .swiper-slide {
    width: auto !important;
  }
  .profile-image {
    width: 60%;
    max-width: none;
    border-radius: 20px;
    aspect-ratio: auto;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
  .access-media {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .access-exterior {
    flex: 1.2;
  }
  .access-exterior {
    margin-top: 0px;
  }
  .access-map {
    flex: 1;
  }
  .access-content {
    margin-bottom: 80px;
  }
  .footer-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 32px;
  }

  .footer-brand {
    grid-column: 1/3;
  }
  .footer-nav {
    grid-column: 1;
  }
  .footer-name {
    grid-column: 2;
  }
  .footer-info {
    grid-column: 1/3;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 40px;
  }
  .voice-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 0 40px;
  }
}

/* PC以上 */
@media screen and (min-width: 1024px) {
  .section {
    padding: 120px 0;
  }

  header {
    padding: 18px 40px;
    border-bottom: 1px solid rgba(104, 81, 85, 0.08);
  }

  .pc-view {
    position: static;
    transform: none;
    width: auto;
    max-width: none;
    height: auto;
    background: transparent;
    padding: 0;
  }
  #fv {
    padding-right: 240px;
  }

  .pc-view ul {
    display: flex;
    flex-direction: row;
    gap: clamp(20px, 1.8vw, 28px);
  }

  .hamb {
    display: none;
  }

  .fv-image {
    border-radius: 0 300px 40px 0;
    overflow: hidden;
    height: 70vh;
  }

  #fv {
    padding: 10px 240px 0 0px;
  }
  .campaign-badge {
    right: 230px;
  }
  .pc-view a {
    background-image: linear-gradient(#877679, #877679);
  }

  .fv-copy {
    position: absolute;
    top: 40px;
    left: auto;
    right: 80px;
    writing-mode: vertical-rl;
    color: #685155;
    transform: none;
    font-size: 2rem;
  }

  .fv-copy-main {
    transform: none;
    font-size: 3rem;
  }

  .fv-copy-small {
    font-size: 1.5rem;
  }

  .pc-view a {
    font-size: 15px;
  }
  .instagram i {
    font-size: 36px;
  }

  .section-en {
    font-size: 1rem;
    letter-spacing: 0.25em;
    margin-bottom: 4px;
  }

  .section-title {
    font-size: clamp(2.2rem, 3vw, 3rem);
    line-height: 1.4;
  }

  .specialty-item {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-direction: row;
  }
  .specialty-img {
    flex: 1.2;
    max-width: none;
    width: 100%;
    aspect-ratio: 4/3;
  }

  .specialty-img img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .specialty-text {
    flex: 0.8;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-direction: column;
    justify-content: center;
  }

  .specialty-number {
    flex-shrink: 0;
  }

  .specialty-copy {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .specialty-item:nth-child(odd) img,
  .specialty-item:nth-child(even) img {
    margin: 0;
  }

  .specialty-item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .section-heading {
    text-align: center;
  }

  .specialty-content,
  .profile-header,
  .cat-profile,
  .campaign-callout,
  .menu-course,
  .swiper,
  .voice-block,
  .access-content {
    margin-top: 0px;
  }

  .section-heading {
    margin-bottom: 80px;
  }
  .concept-copy {
    margin-top: 120px;
  }
  .concept-text {
    margin-bottom: 120px;
  }
  .profile-content {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .profile-header {
    flex: 0 0 42%;
  }

  .profile-body {
    flex: 1;
    padding-left: 60px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .profile-en {
    margin-top: 8px;
  }
  .profile-content {
    display: flex;
    align-items: center;
    gap: 0;
  }
  .profile-image-wrap {
    position: relative;
    overflow: hidden;
  }
  .profile-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 65%,
      rgba(255, 255, 255, 1) 100%
    );
    border-radius: 20px;
  }
  .profile-image {
    width: 100%;
    max-width: none;
    display: block;
    object-fit: cover;
  }

  .profile-image img {
    border-radius: 20px;
  }
  .profile-name {
    text-align: left;
  }
  .cat-profile {
    display: flex;
    flex-direction: row;
  }
  .cat-card {
    flex: 1;
    min-width: 0;
  }
  .machine-swiper {
    overflow: visible;
  }
  .machine-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px !important;
    transform: none !important;
  }

  .machine-swiper .swiper-slide {
    width: auto !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  .machine-card {
    min-height: 390px;
  }
  .access-media {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .access-exterior {
    flex: 1.2;
  }
  .access-exterior {
    margin-top: 0px;
  }
  .access-map {
    flex: 1;
  }

  .footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-info {
    border-top: none;
    padding-top: 0;
  }
  .footer-menu {
    position: relative;
    padding-right: 40px;
    margin-right: 40px;
  }

  .footer-menu::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
  }
}

@media screen and (min-width: 1600px) {
  #fv {
    padding-right: 250px;
  }
  .fv-copy {
    right: 40px;
    font-size: 2.2rem;
  }
  .fv-copy-main {
    font-size: 3.5rem;
  }
  .campaign-badge {
    right: 230px;
  }
}
