/* ================================================================
  うさぎ薬局 LP - maintainable CSS
  目的：デザインを変えず、重複していたCSSを整理した版です。
  並び：base → components → sections → animation → responsive
================================================================ */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
}

body {
  background: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
}

p {
  margin: 0;
}

dl,
dt,
dd {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}

.zen {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

.qsb {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}

.qsm {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}

.sec-label {
  text-align: center;
  margin-bottom: 60px;
}

.sec-en {
  color: #ff8f8f;
  font-size: 1.75rem;
  letter-spacing: 1.12px;
  margin-bottom: 8px;
}

.sec-ja {
  color: #919191;
  font-size: 3rem;
  letter-spacing: 1.92px;
  margin-bottom: 12px;
}

.sec-sub {
  color: #919191;
  font-size: 1.5rem;
  letter-spacing: .96px;
  line-height: 1.6;
}

.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 40px;
}

.sp-only {
  display: none;
}

.nav-logo-img {
  display: block;
  width: 74.34px;
  height: 71.64px;
  overflow: hidden;
  flex-shrink: 0;
  order: 2;
}

.nav-logo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-logo-name {
  color: #919191;
  font-size: 2.125rem;
  letter-spacing: 1.12px;
}

.nav-logo-branch {
  color: #919191;
  font-size: 1.125rem;
  letter-spacing: .64px;
  align-self: center;
}

.nav-links a {
  color: #919191;
  font-size: 1.25rem;
  letter-spacing: .4px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
}

.nav-links a:hover {
  color: #ff8f8f;
}

.nav-cta p {
  margin: 0;
}

.hero-photo-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-sub {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 22px;
  color: #919191;
}

.hero-sub span {
  display: block;
  white-space: nowrap;
}

.hero-headline span {
  display: block;
  color: #919191;
  white-space: nowrap;
}

.hero-line {
  display: block;
  white-space: nowrap;
}

.hero-line .accent {
  display: inline;
  color: #ffbfbf;
}

.service-deco-circle {
  position: absolute;
  width: 512px;
  height: 496px;
  top: 708px;
  left: 49px;
  pointer-events: none;
  z-index: -1;
}

.hero-deco-circle {
  position: absolute;
  width: 322px;
  height: 312px;
  top: 343px;
  left: -161px;
  pointer-events: none;
  z-index: -1;
}

.hero-deco-circle2 {
  position: absolute;
  width: 322px;
  height: 312px;
  top: -156px;
  left: 563px;
  pointer-events: none;
  z-index: -1;
}

.hero-deco-circle-tr {
  position: absolute;
  width: 410px;
  height: 398px;
  top: -199px;
  right: -205px;
  pointer-events: none;
  z-index: -1;
}

.delivery-section {
  background: #faf6f4;
  max-width: 100%;
  overflow: visible;
  padding: 120px 40px 160px;
}

.delivery-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 60px;
}

.delivery-text {
  flex: 1;
}

.delivery-text .sec-en {
  margin-bottom: 4px;
}

.delivery-text .sec-ja {
  margin-bottom: 0;
}

.delivery-sub {
  color: #919191;
  font-size: 1.25rem;
  letter-spacing: .8px;
  margin-bottom: 36px;
  line-height: 1.6;
}

.delivery-range-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}

.delivery-range-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.delivery-car-img {
  width: 80px;
  height: 56px;
  object-fit: contain;
}

.delivery-range {
  color: #919191;
  font-size: 1.375rem;
  letter-spacing: .88px;
  text-decoration: underline wavy #ff8f8f;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.delivery-notes {
  color: #919191;
  font-size: 1.125rem;
  letter-spacing: .72px;
  line-height: 1.8;
}

.delivery-note-small {
  font-size: 1rem;
}

.delivery-map {
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: -199px;
  width: 560px;
  height: 500px;
  border-radius: 40px;
  overflow: hidden;
  border: 3px solid white;
  position: relative;
}

.delivery-map img,
.delivery-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.seminar-section {
  padding-top: 120px;
  padding-bottom: 185px;
  position: relative;
  overflow: visible;
  display: none;
}

.seminar-deco-circle {
  position: absolute;
  width: 417px;
  height: 404px;
  top: 71px;
  right: calc(1143px - max(0px, (100vw - 1200px) / 2));
  pointer-events: none;
  z-index: -1;
}

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

.seminar-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.seminar-card-img {
  border: 6px solid #ffbfbf;
  border-radius: 40px;
  background: #d9d9d9;
  width: clamp(160px, 18.7vw, 380px);
  height: clamp(160px, 15.5vw, 320px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.seminar-placeholder {
  color: white;
  font-size: 1rem;
  text-align: center;
}

.seminar-card-body {
  display: block;
  width: 100%;
  text-align: left;
}

.seminar-detail-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 8px;
}

.seminar-vline {
  width: 4px;
  height: 64px;
  background: #d9d9d9;
  flex-shrink: 0;
  margin-top: 2px;
}

.seminar-card-info,
.seminar-card-name {
  color: #919191;
  font-size: 1.125rem;
  letter-spacing: .72px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.seminar-card-detail {
  color: #919191;
  font-size: 0.875rem;
  letter-spacing: .52px;
  line-height: 1.8;
}

.seminar-card-detail dd {
  margin: 0;
}

.seminar-dots {
  display: none;
}

.features-section {
  padding-top: 120px;
  padding-bottom: 185px;
  position: relative;
  overflow: visible;
}

.features-deco-circle {
  position: absolute;
  width: 322px;
  height: 312px;
  right: calc(33px - max(0px, (100vw - 1200px) / 2));
  bottom: 90px;
  pointer-events: none;
  z-index: -1;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  align-items: start;
}

.feature-card {
  background: #faf6f4;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease, transform 1.1s ease;
}

.feature-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-card:nth-child(2) {
  transition-delay: 0.2s;
}

.feature-card:nth-child(3) {
  transition-delay: 0.4s;
}

.feature-card:nth-child(4) {
  transition-delay: 0.6s;
}

.feature-card:nth-child(even) {
  margin-top: 102px;
}

.feature-img-wrap {
  width: 100%;
  height: clamp(180px, 18vw, 380px);
  overflow: hidden;
}

.feature-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.feature-card:nth-of-type(1) .feature-img-wrap img {
  object-position: 58% 52%;
}

.feature-card:nth-of-type(4) .feature-img-wrap img {
  object-position: 45% center;
}

.feature-body {
  padding: 28px 36px 36px;
}

.feature-title {
  color: #ffbfbf;
  font-size: 2rem;
  letter-spacing: 1.12px;
  margin-bottom: 14px;
  line-height: 1.4;
}

.feature-desc {
  color: #919191;
  font-size: 1.25rem;
  letter-spacing: .72px;
  line-height: 1.8;
}

.faq-section {
  background: #faf6f4;
  border-radius: 150px;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 2;
}

.faq-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 120px 40px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 40px;
}

.faq-item {
  margin-bottom: 0;
}

.faq-row {
  display: flex;
  align-items: center;
  gap: 24px;
  background: transparent;
  padding: 16px 24px;
  border-radius: 40px;
}

.faq-q-row {
  background: white;
  margin-bottom: 4px;
}

.faq-a-row {
  background: transparent;
  padding-left: 32px;
  margin-bottom: 16px;
}

.faq-label {
  font-size: 2rem;
  flex-shrink: 0;
  width: 48px;
  text-align: center;
}

.faq-q-label {
  color: #ff8f8f;
}

.faq-a-label {
  color: #ff8f8f;
}

.faq-text {
  color: #919191;
  font-size: 1.25rem;
  letter-spacing: .72px;
  line-height: 1.6;
}

.faq-extra {
  display: none;
  flex-direction: column;
}

.faq-extra.is-open {
  display: flex;
}

.faq-more-btn {
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 60px;
  border: 2px solid #ff8f8f;
  border-radius: 40px;
  background: white;
  color: #919191;
  font-size: 1.125rem;
  letter-spacing: .72px;
  cursor: pointer;
  transition: background .2s;
}

.faq-more-btn:hover,
.faq-more-btn.is-open {
  background: #fff0f0;
}

.staff-section {
  background: rgba(255, 185, 203, .5);
  padding: 0;
  overflow: hidden;
  z-index: -100;
}

.staff-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 480px;
}

.staff-photo-item {
  overflow: hidden;
  clip-path: ellipse(55% 100% at 50% 100%);
}

.staff-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.staff-photo-center {
  clip-path: ellipse(60% 100% at 50% 100%);
  z-index: 1;
}

.store-section {
  position: relative;
  max-width: 100%;
  padding: 152px 0 97px;
}

.store-deco-circle {
  position: absolute;
  width: 322px;
  height: 312px;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}

.store-deco-circle2 {
  position: absolute;
  width: 404px;
  height: 417px;
  right: -60px;
  top: 116px;
  pointer-events: none;
  z-index: -1;
}

.store-inner {
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: flex-start;
  padding-left: max(40px, calc((100% - 1140px) / 2 + 54px));
}

.store-left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.store-brand-text {
  text-align: center;
}

.store-logo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.store-logo-name {
  color: #919191;
  font-size: 2.125rem;
  letter-spacing: 1.12px;
}

.store-logo-branch {
  color: #919191;
  font-size: 1.125rem;
  letter-spacing: .64px;
}

.store-info-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: fit-content;
}

.store-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 92px 16px 0;
  border-top: 1px solid #e0d8d4;
  max-width: 1200px;
}

.store-row:last-child {
  border-bottom: 1px solid #e0d8d4;
}

.store-label {
  color: #919191;
  font-size: 1.5rem;
  letter-spacing: .72px;
}

.store-value {
  color: #919191;
  font-size: 1.25rem;
  letter-spacing: .64px;
  line-height: 1.7;
}

.store-photo-placeholder {
  flex-shrink: 0;
  width: 600px;
  height: 600px;
  background: #d9d9d9;
  border-radius: 80px 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-right: 0;
}

.store-photo-placeholder span {
  color: white;
  font-size: 1.25rem;
}

.about-slider {
  overflow: hidden;
  position: relative;
  background: #faf6f4;
}

.about-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 1.8s ease;
}

.about-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.about-slider-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.about-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 144, 144, 0.4);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s;
}

.about-dot.active {
  background: #ff8f8f;
}

.up-arrow-wrap {
  position: relative;
  height: 0;
  z-index: 10;
}

.up-arrow {
  position: absolute;
  top: -75px;
  right: 268px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 151px;
  height: 151px;
  background: white;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  color: #ff8f8f;
  font-size: 3.125rem;
  font-weight: 700;
}

.footer {
  background: #faf6f4;
  padding: 122px 80px 185px;
  border-radius: 150px 150px 0 0;
}

.footer-inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-logo-img {
  width: 74.34px;
  height: 71.64px;
  overflow: hidden;
  flex-shrink: 0;
  order: 2;
}

.footer-logo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-brand-text {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo-name {
  color: #919191;
  font-size: 2.125rem;
  letter-spacing: 1.04px;
}

.footer-logo-branch {
  color: #919191;
  font-size: 1.125rem;
  letter-spacing: .6px;
}

.footer-address {
  color: #919191;
  font-size: 1.125rem;
  letter-spacing: .72px;
  line-height: 1.7;
}

.footer-tel {
  color: #ffbfbf;
  font-size: 1.75rem;
  letter-spacing: .96px;
  text-decoration: none;
}

.footer-fax {
  color: #ffbfbf;
  font-size: 1.75rem;
  letter-spacing: .96px;
  margin: -20px 0 0;
}

.social-icon {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
}

.social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  padding-top: 102px;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff8f8f;
  border: 3px solid white;
  border-radius: 40px;
  width: 400px;
  height: 80px;
  color: white;
  font-size: 1.125rem;
  letter-spacing: .72px;
  text-decoration: none;
  text-align: center;
}

.footer-cta:hover {
  opacity: .9;
}

.copyright {
  display: block;
  text-align: left;
  color: #919191;
  font-size: 0.875rem;
  max-width: 1200px;
  margin: 0 auto;
}

.nav-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  pointer-events: auto;
  justify-content: center;
  height: 100px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 49px;
}

.nav-pill {
  display: flex;
  align-items: center;
  height: 100px;
  background: white;
  border-radius: 40px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .3);
  overflow: visible;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  padding: 0 114.6px 0 32px;
}

.nav-brand-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  order: 1;
  padding-left: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 1;
  justify-content: flex-end;
  padding-right: 28px;
  min-width: 0;
}

.nav-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #ff8f8f;
  border: 3px solid white;
  border-radius: 40px;
  width: 300px;
  height: 100px;
  color: white;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: .8px;
  line-height: 26px;
  text-decoration: none;
  filter: drop-shadow(0 20px 15px rgba(0, 0, 0, .3));
  margin-left: 0;
  margin-right: 0;
}

main {
  padding-top: 0;
  position: relative;
}

.header {
  position: fixed;
  top: 46px;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 25px;
  pointer-events: none;
}

.hero {
  position: relative;
  width: calc(100% - 50px);
  margin: 25px auto 0;
  height: 100vh;
  overflow: hidden;
  background: #f9f0ee;
  border-radius: 0;
}

.card-icon img {
  object-fit: contain;
}

.card-01-icon {
  width: 182px;
  height: 222px;
}

.card-02-icon {
  width: 160px;
  height: 120px;
}

.card-icon.card-03-icon {
  width: 120px;
  height: 112px;
  padding-left: 20px;
}

.service-section {
  padding-top: 120px;
  padding-bottom: 212px;
  position: relative;
  overflow: visible;
  max-width: 864px;
  padding: 120px 0 212px;
}

.service-section .sec-label {
  margin-bottom: 56px;
}

.service-cards {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.service-card {
  background: #faf6f4;
  border-radius: 38px;
  position: relative;
  overflow: hidden;
}

.service-card-inner {
  display: grid;
  align-items: center;
  padding: 36px 72px 36px 48px;
  gap: 32px;
  min-height: 270px;
  grid-template-columns: 200px 1fr;
  column-gap: 32px;
}

.card-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  width: 200px;
  height: 180px;
}

.card-01-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-02-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-03-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-text {
  flex: 1;
  min-width: 0;
}

.service-card-title {
  color: #ffbfbf;
  font-size: 3rem;
  letter-spacing: 1.76px;
  margin-bottom: 18px;
  line-height: 1.2;
}

.service-card-desc {
  color: #919191;
  font-size: 1.125rem;
  letter-spacing: 0.72px;
  line-height: 1.85;
}

.service-card-num {
  position: absolute;
  top: -10px;
  right: 18px;
  color: white;
  font-size: 7.5rem;
  letter-spacing: 4px;
  line-height: 1;
  user-select: none;
  opacity: 1;
}

.hero-slider {
  position: relative;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.8s ease;
}

.hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-slide .hero-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.hero-copy-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(320px, 37vw, 800px);
  min-height: clamp(200px, 19.8vw, 450px);
  background: white;
  border-radius: 100px 0 0 0;
  padding: clamp(28px, 3.7vw, 56px) clamp(32px, 5.3vw, 80px) clamp(24px, 3.2vw, 48px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.hero-headline .hero-line .accent {
  display: inline !important;
}

.hero-headline {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-headline .hero-line {
  display: block;
  white-space: nowrap;
}

.hero-headline .accent {
  color: #ffbfbf;
  display: inline !important;
  font-style: normal;
}

.store-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  justify-content: flex-start;
  margin-left: 0;
}

.store-logo-img {
  width: 74.34px;
  height: 71.64px;
  overflow: hidden;
  flex-shrink: 0;
  order: 2;
}

.store-brand>div:not(.store-logo-img) {
  order: 1;
  text-align: center;
}

.photo-strip-track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: photo-scroll 50s linear infinite;
}

.photo-strip-item {
  flex-shrink: 0;
  width: 33.333vw;
  height: clamp(300px, 43.3vw, 900px);
  overflow: hidden;
  position: relative;
}

.photo-strip-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.photo-strip-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 185, 203, 0.50);
  pointer-events: none;
}

@keyframes photo-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.photo-strip-slider::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 0;
  z-index: 2;
}

.photo-strip-slider {
  width: 100vw;
  max-width: none;
  height: clamp(300px, 43.3vw, 900px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -128px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.nav-hamburger {
  display: none;
}

.nav-drawer {
  display: none;
}

@media (max-width: 1400px) {
  .header {
    top: 28px;
    left: 28px;
    right: 27px;
    padding: 0;
  }

  .nav-inner {
    height: 55px;
    gap: 0;
    padding: 0;
    justify-content: flex-start;
  }

  .nav-pill {
    height: 55px;
    border-radius: 40px;
    flex: 1;
  }

  .nav-brand {
    padding: 0 12px;
    gap: 1px;
  }

  .nav-logo-img {
    width: 33.72px;
    height: 32.49px;
  }

  .nav-logo-name {
    font-size: 1rem;
    letter-spacing: .6px;
  }

  .nav-logo-branch {
    font-size: 0.625rem;
  }

  .nav-brand-text {
    padding-left: 0;
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    display: none;
  }

  .nav-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    margin-left: auto;
    margin-right: 16px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
  }

  .nav-hamburger span {
    display: block;
    height: 2px;
    background: #f3a0a0;
    border-radius: 2px;
    transition: transform .2s, opacity .2s;
  }

  .nav-drawer {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 200;
    flex-direction: column;
    padding: 72px 40px 40px;
    overflow-y: auto;
    pointer-events: auto;
  }

  .nav-inner.is-open~.nav-drawer {
    display: flex;
  }

  .nav-drawer-close {
    position: absolute;
    top: 36px;
    right: 27px;
    background: none;
    border: none;
    color: #ff8f8f;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 4px 8px;
  }

  .nav-drawer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .nav-drawer-link {
    display: flex;
    align-items: baseline;
    gap: 14px;
    padding: 18px 0;
    text-decoration: none;
  }

  .nav-drawer-list li:last-child .nav-drawer-link {
    padding-bottom: 0;
  }

  .nav-drawer-ja {
    color: #919191;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
  }

  .nav-drawer-en {
    color: #ff8f8f;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
  }

  .nav-drawer-cta {
    display: block;
    background: #ff8f8f;
    color: white;
    text-align: center;
    border-radius: 50px;
    padding: 18px 24px;
    font-size: 1.125rem;
    line-height: 1.7;
    text-decoration: none;
    margin-top: 11px;
  }
}

@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }

  .section {
    padding: 60px 28px;
  }

  .sec-label {
    margin-bottom: 40px;
  }

  .sec-en {
    font-size: 1.125rem;
    letter-spacing: .72px;
  }

  .sec-ja {
    font-size: 1.875rem;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
  }

  .sec-sub {
    font-size: 14px !important;
  }

  .hero {
    width: calc(100% - 20px);
    min-width: 355px;
    height: auto;
    aspect-ratio: 355 / 475;
    min-height: 475px;
    border-radius: 0;
    margin-top: 13px;
    margin-left: 10px;
    margin-right: 10px;
    pointer-events: none;
  }

  .hero-photo-img {
    object-fit: cover;
    width: 100%;
    object-position: center top;
  }

  .hero-slide-v1 .hero-photo-img {
    object-position: 65% 5%;
  }

  .hero-slider .hero-slide:nth-child(2) .hero-photo-img {
    object-position: center 15%;
  }

  .hero-slide-v3 .hero-photo-img {
    object-position: center 12%;
  }

  .hero-copy-panel {
    width: 260px;
    border-radius: 80px 0 0 0;
    padding: 28px 32px 24px;
  }

  .hero-headline {
    font-size: 1.375rem;
    line-height: 1.18;
  }

  .hero-sub {
    font-size: 0.875rem;
    margin-top: 12px;
    letter-spacing: 0.04em;
  }

  .service-section {
    padding: 60px 28px 72px;
    overflow: hidden;
  }

  .service-cards {
    gap: 28px;
    align-items: center;
  }

  .service-card {
    width: min(320px, 100%);
  }

  .service-card-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 28px 32px;
    gap: 12px;
    min-height: 300px;
  }

  .card-icon {
    margin-bottom: 4px;
  }

  .card-01-icon {
    width: 100px;
    height: 122px;
  }

  .card-02-icon {
    width: 125px;
    height: 85px;
  }

  .card-03-icon {
    width: 87.96px;
    height: 80.89px;
  }

  .service-card-num {
    font-size: 6.25rem;
    right: 16px;
    top: -8px;
  }

  .service-card-title {
    font-size: 2.25rem;
    margin-bottom: 6px;
  }

  .service-card-desc {
    font-size: 0.875rem;
    line-height: 1.75;
  }

  .delivery-inner {
    flex-direction: column;
    gap: 32px;
  }

  .delivery-text {
    padding-top: 0;
  }

  .delivery-car-img {
    width: 89px;
    height: 60px;
  }

  .delivery-map {
    width: 100%;
    max-width: 320px;
    height: 286px;
    margin-top: 0;
    border-radius: 40px;
  }

  .delivery-range-wrap {
    flex-wrap: wrap;
  }

  .delivery-range-text {
    display: contents;
  }

  .delivery-range {
    line-height: 2.125rem;
    flex: 1;
  }

  .delivery-notes {
    width: 100%;
    order: 3;
    text-align: left;
    font-size: 0.875rem;
  }

  .delivery-sub {
    font-size: 0.875rem;
  }

  .seminar-cards {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0 -28px;
    padding: 0 calc((100vw - 280px) / 2) 8px;
  }

  .seminar-cards::-webkit-scrollbar {
    display: none;
  }

  .seminar-card {
    width: 280px;
    flex-shrink: 0;
    scroll-snap-align: center;
  }

  .seminar-card-img {
    width: 100%;
    height: 220px;
    border-radius: 40px;
  }

  .seminar-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }

  .seminar-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffbfbf;
    transition: background 0.2s, transform 0.2s;
    flex-shrink: 0;
  }

  .seminar-dot.is-active {
    background: #ff8f8f;
    transform: scale(1.3);
  }

  .features-section {
    padding: 72px 28px 101px;
    overflow: hidden;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    justify-items: center;
  }

  .feature-card {
    width: min(320px, 100%);
    min-height: 325px;
  }

  .feature-card:nth-child(even) {
    margin-top: 0;
  }

  .feature-img-wrap {
    height: 192px;
  }

  .feature-body {
    padding: 20px 24px 28px;
  }

  .feature-title {
    font-size: 1.5rem;
  }

  .feature-desc {
    font-size: 0.875rem;
  }

  .faq-section {
    border-radius: 75px;
  }

  .faq-inner {
    padding: 60px 20px;
  }

  .faq-row {
    padding: 12px 16px;
    gap: 12px;
    align-items: flex-start;
  }

  .faq-q-row {
    width: 100%;
    height: auto;
    margin: 0 0 4px;
  }

  .faq-a-row {
    padding: 12px 16px;
    margin-bottom: 12px;
  }

  .faq-label {
    font-size: 1.25rem;
    width: 36px;
  }

  .faq-text {
    font-size: 0.875rem;
  }

  .faq-more-btn {
    width: 200px;
    height: 50px;
    font-size: 0.875rem;
    margin: 0 auto;
  }

  .staff-photo-grid {
    height: 280px;
  }

  .store-section {
    padding: 50px 0 92px;
    overflow: hidden;
  }

  .store-deco-circle {
    width: 191px;
    height: 185px;
    left: -54px;
    bottom: auto;
    top: 970px;
  }

  .store-deco-circle2 {
    display: block;
    width: 213px;
    height: 206px;
    right: -31px;
    top: 20px;
  }

  .sec-label.store-heading {
    padding: 0 28px;
  }

  .store-inner {
    flex-direction: column;
    gap: 40px;
    padding-left: 0;
  }

  .store-left {
    width: 100%;
    padding: 0 28px;
    align-items: center;
  }

  .store-brand {
    margin-bottom: 24px;
    justify-content: center;
  }

  .store-logo-name {
    font-size: 1.5rem;
  }

  .store-logo-branch {
    font-size: 0.875rem;
  }

  .store-info-list {
    width: 100%;
  }

  .store-row {
    padding: 12px 0;
  }

  .store-label {
    font-size: 1.25rem;
  }

  .store-value {
    font-size: 0.875rem;
    line-height: 24px;
  }

  .store-photo-placeholder {
    width: 350px;
    height: 350px;
    border-radius: 80px 0 0 80px;
    align-self: flex-end;
    margin-top: 0;
    margin-right: 0;
  }

  .up-arrow-wrap {
    position: relative;
    height: 0;
  }

  .up-arrow {
    right: 48px;
    top: -32px;
    width: 70px;
    height: 70px;
    font-size: 1.5rem;
  }

  .footer {
    padding: 76px 28px 64px;
    border-radius: 75px 75px 0 0;
  }

  .footer-inner {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 24px;
    align-items: center;
    text-align: center;
  }

  .footer-brand {
    gap: 10px;
  }

  .footer-logo-img {
    width: 74.34px;
    height: 71.64px;
  }

  .footer-logo-name {
    font-size: 2.125rem;
  }

  .footer-address {
    font-size: 0.875rem;
  }

  .footer-tel {
    font-size: 1.75rem;
  }

  .social-icon {
    width: 39px;
    height: 39px;
    margin: 0 auto;
  }

  .footer-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 60px;
    font-size: 0.9rem;
    border-radius: 30px;
  }

  .footer-right {
    padding-top: 0;
    text-align: center;
    align-items: center;
  }

  .copyright {
    font-size: 1rem;
    text-align: center;
  }

  .hero-deco-circle {
    left: -12px;
    top: -36px;
    width: 157px;
    height: 152px;
  }

  .hero-deco-circle2 {
    left: 237px;
    top: 158px;
    width: 235px;
    height: 228px;
  }

  .hero-deco-circle-tr {
    left: 257px;
    top: -146px;
    width: 258px;
    height: 250px;
  }

  .service-deco-circle {
    left: -29px;
    top: 372px;
    width: 192px;
    height: 186px;
  }

  .seminar-deco-circle {
    left: -46px;
    top: 94px;
    width: 174px;
    height: 173px;
  }

  .features-deco-circle {
    right: -30px;
    bottom: 3px;
    width: 187px;
    height: 181px;
    left: auto;
  }

  .delivery-section {
    padding: 44px 28px;
    overflow: hidden;
  }

  .seminar-section {
    overflow: hidden;
    padding-bottom: 79px;
  }

  .photo-strip-slider {
    width: 100vw;
    max-width: none;
    height: 325px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: -109px;
    margin-bottom: 0;
  }

  .photo-strip-item {
    width: 100vw;
    height: 325px;
  }
}

.float-nav {
  display: none;
}

@media (max-width: 768px) {
  .float-nav {
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    right: 0;
    top: 75%;
    transform: translateX(100%) translateY(-50%);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
    z-index: 50;
    width: 52px;
    background: #ff8f8f;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
    box-shadow: -2px 4px 14px rgba(0, 0, 0, 0.14);
  }

  .float-nav.is-visible {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }

  .float-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 76px;
    text-decoration: none;
    padding: 0 6px;
    transition: background 0.15s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .float-nav-item:active {
    background: rgba(255, 255, 255, 0.2);
  }

  .float-nav-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
  }

  .float-nav-label {
    color: white;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
  }

  .float-nav-divider {
    width: 68%;
    margin: 0 auto;
    border: none;
    border-top: 1px dashed rgba(255, 255, 255, 0.55);
  }
}

@media (max-width: 768px) {
  .sec-sub {
    font-size: 14px !important;
  }

  .delivery-sub {
    font-size: 14px !important;
  }

  .delivery-notes {
    font-size: 14px !important;
  }

  .delivery-note-small {
    font-size: 14px !important;
  }
}