* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  color: #2C1810;
  overflow-x: hidden;
  max-width: 100vw;
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Serif JP', Georgia, 'Times New Roman', serif;
  font-weight: 400;
}
:root {
  --color-primary: #2C1810;
  --color-secondary: #5C3A2A;
  --color-accent: #C4A882;
  --color-white: #FFFFFF;
  --color-lightgray: #F5F0EB;
  --color-black: #000000;
  --color-gray: #9A8B7A;
}
a { text-decoration: none; }

header[class*="header"] {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
}
[class*="gradient"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  background: linear-gradient(to bottom, rgba(44, 24, 16, 0.55) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
[class*="container"] {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
[class*="navbar"] {
  height: 118px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
[class*="desktopNav"] {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}
[class*="leftNav"], [class*="rightNav"] {
  display: flex !important;
  align-items: center;
  gap: 40px;
  flex: 1;
}
[class*="rightNav"] {
  justify-content: flex-end;
}
[class*="centerLogo"] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
[class*="centerLogo"] img {
  height: 38px;
  width: auto;
  filter: brightness(0) invert(1);
}
[class*="navLink"] {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}
[class*="navLink"]:hover { opacity: 0.7; }
[class*="dropdown"] {
  position: relative;
}
[class*="dropdownBtn"] {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 300;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
}
[class*="dropdownContent"] {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 10px;
  min-width: 200px;
  z-index: 200;
  display: none;
}
[class*="dropdownContent"] > div {
  background-color: rgba(44, 24, 16, 0.95) !important;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
[class*="dropdown"]:hover [class*="dropdownContent"] {
  display: block !important;
}
[class*="dropdownContent"] a {
  color: #ffffff !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: 300;
}
[class*="dropdownContent"] a:hover {
  background-color: rgba(196, 168, 130, 0.15);
}

.Hero_hero__Z352h {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
.Hero_slide__SnqCK {
  position: relative;
  width: 100%;
  height: 100%;
}
.Hero_bgImage__zf9Vx {
  object-fit: cover;
  z-index: 0;
}
.container.Hero_content__13v4I {
  position: relative;
  z-index: 2;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding-top: 118px;
}
.Hero_logo__XHSM7 {
  margin-bottom: 24px;
}
.Hero_logo__XHSM7 img {
  filter: brightness(0) invert(1);
}
.Hero_title__z13RG {
  color: #ffffff;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 680px;
  margin-bottom: 40px;
  font-family: 'Noto Serif JP', Georgia, 'Times New Roman', serif;
}
.Hero_buttons__Rrsrj {
  display: flex !important;
  gap: 16px;
  align-items: center;
}
.Hero_button__E_rYc {
  display: inline-block;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.25s;
  letter-spacing: 0.5px;
}
.Hero_buttonOutline__vqFI4 {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.Hero_buttonOutline__vqFI4:hover {
  background: rgba(255,255,255,0.1);
}
.Hero_buttonPrimary__HJT_G {
  border: 1px solid #C4A882;
  color: #2C1810;
  background: #C4A882;
}
.Hero_buttonPrimary__HJT_G:hover {
  background: #b89a70;
  border-color: #b89a70;
}

.ownerWelcome_wrap__Tn4eP {
  padding: 90px 0 80px;
}
.ownerWelcome_grid__aR7mK {
  display: grid !important;
  grid-template-columns: 420px 1fr;
  gap: 64px;
  align-items: start;
}
.ownerWelcome_portrait__Lk8dN {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}
.ownerWelcome_heading__d4fGz {
  font-size: 38px;
  margin-bottom: 28px;
  color: #2C1810;
  line-height: 1.15;
}
.ownerWelcome_body__mN2vE {
  font-size: 17px;
  line-height: 1.7;
  color: #3D2B1F;
  margin-bottom: 18px;
  font-weight: 300;
}
.ownerWelcome_quoteBlock__j8K1r {
  margin-top: 32px;
  padding-left: 24px;
  border-left: 3px solid #C4A882;
}
.ownerWelcome_quote__Xv0sL {
  font-family: 'Noto Serif JP', Georgia, 'Times New Roman', serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  color: #5C3A2A;
  margin-bottom: 8px;
}
.ownerWelcome_attr__We3pA {
  font-size: 14px;
  color: #9A8B7A;
  font-weight: 400;
}

.readyGoods_section__Kw4tB {
  padding: 70px 0 80px;
  background: #F5F0EB;
}
.readyGoods_heading__pLm3R {
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
  color: #2C1810;
}
.readyGoods_sub__Yt8nQ {
  text-align: center;
  font-size: 16px;
  color: #9A8B7A;
  margin-bottom: 48px;
  font-weight: 300;
}
.readyGoods_grid__Vn6xD {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.readyGoods_card__Jf2wE {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.readyGoods_card__Jf2wE:hover {
  box-shadow: 0 6px 24px rgba(44, 24, 16, 0.1);
}
.readyGoods_imgWrap__oD9cS {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #EDE6DD;
}
.readyGoods_imgWrap__oD9cS img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.readyGoods_card__Jf2wE:hover .readyGoods_imgWrap__oD9cS img {
  transform: scale(1.04);
}
.readyGoods_info__Rq4hL {
  padding: 16px 18px 20px;
}
.readyGoods_name__Bc7wP {
  font-size: 15px;
  font-weight: 400;
  color: #2C1810;
  margin-bottom: 6px;
}
.readyGoods_price__Ux3kN {
  font-size: 17px;
  font-weight: 500;
  color: #5C3A2A;
  font-family: 'Noto Serif JP', Georgia, 'Times New Roman', serif;
}
.readyGoods_allLink__Hm4pR {
  text-align: center;
  margin-top: 12px;
}

.custPhotos_section__Wb2nJ {
  padding: 80px 0;
}
.custPhotos_heading__aL9rT {
  font-size: 36px;
  text-align: center;
  margin-bottom: 44px;
  color: #2C1810;
}
.custPhotos_grid__Dd5xE {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
}
.custPhotos_item__Rk7mW {
  overflow: hidden;
  border-radius: 4px;
}
.custPhotos_item__Rk7mW img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.custPhotos_tall__Nv2qX {
  grid-row: span 2;
}

.trustQuality_wrap__Gp1cZ {
  padding: 80px 0 90px;
  background: #ffffff;
}
.trustQuality_grid__Fb8nY {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.trustQuality_photo__Dn4kV {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}
.trustQuality_heading__Rt9eB {
  font-size: 36px;
  margin-bottom: 28px;
  color: #2C1810;
}
.trustQuality_body__Kc6wA {
  font-size: 17px;
  line-height: 1.7;
  color: #3D2B1F;
  margin-bottom: 16px;
  font-weight: 300;
}
.trustQuality_stats__Vw7eL {
  display: flex !important;
  gap: 40px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #E8DDD1;
}
.trustQuality_statVal__Qo8cD {
  font-family: 'Noto Serif JP', Georgia, 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 400;
  color: #5C3A2A;
  line-height: 1;
  margin-bottom: 6px;
}
.trustQuality_statLbl__Re2fG {
  font-size: 13px;
  color: #9A8B7A;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.faqBlock_section__Yn3mT {
  padding: 80px 0 90px;
}
.faqBlock_heading__Wq4rJ {
  font-size: 36px;
  text-align: center;
  margin-bottom: 48px;
  color: #2C1810;
}
.faqBlock_list__Gb8xK {
  max-width: 780px;
  margin: 0 auto;
}
.faqBlock_item__Lv2nH {
  border-bottom: 1px solid #D9CFC3;
}
.faqBlock_q__Dp5aR {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #2C1810;
  user-select: none;
}
.faqBlock_arrow__Cm9wB {
  font-size: 24px;
  color: #C4A882;
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-left: 20px;
}
.faqBlock_open__Yx7tK .faqBlock_arrow__Cm9wB {
  transform: rotate(45deg);
}
.faqBlock_a__Hs8cW {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 16px;
  line-height: 1.65;
  color: #5C3A2A;
  font-weight: 300;
}
.faqBlock_open__Yx7tK .faqBlock_a__Hs8cW {
  max-height: 300px;
  padding-bottom: 22px;
}

.findStore_section__Bb6wR {
  padding: 80px 0 90px;
}
.findStore_heading__Tm4eG {
  font-size: 36px;
  text-align: center;
  margin-bottom: 48px;
  color: #2C1810;
}
.findStore_grid__Xs9dK {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.findStore_mapCol__Uw3pH iframe {
  width: 100%;
  display: block;
}
.findStore_addrBlock__Rc8nP {
  margin-bottom: 24px;
}
.findStore_label__Td2wQ {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9A8B7A;
  font-weight: 500;
  margin-bottom: 6px;
}
.findStore_val__Vy5kB {
  font-size: 17px;
  color: #2C1810;
  line-height: 1.5;
  font-weight: 300;
}
.findStore_link__Hn3bW {
  color: #5C3A2A;
  text-decoration: none;
  display: block;
}
.findStore_link__Hn3bW:hover {
  color: #C4A882;
}

.hiringNote_section__Ag6wF {
  padding: 70px 0;
}
.hiringNote_inner__Qv8dR {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.hiringNote_heading__Jk3pW {
  font-size: 32px;
  color: #F5F0EB;
  margin-bottom: 24px;
}
.hiringNote_body__Nc7eT {
  font-size: 17px;
  line-height: 1.7;
  color: #D9CFC3;
  font-weight: 300;
  margin-bottom: 14px;
}
.hiringNote_body__Nc7eT a {
  color: #C4A882;
  text-decoration: underline;
}

footer[class*="footer"] {
  background-color: #2C1810 !important;
  width: 100%;
}
footer [class*="container"] {
  padding: 59px 70px 30px;
  max-width: 1440px;
  margin: 0 auto;
  display: flex !important;
  flex-direction: column;
}
[class*="mainGrid"] {
  display: grid !important;
  grid-template-columns: 200px 167px 1fr;
  gap: 174px;
  margin-bottom: 30px;
}
footer [class*="logoImage"] {
  width: 200px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
[class*="navLinks"] {
  display: flex !important;
  flex-direction: column;
  gap: 14px;
}
footer [class*="navLink"] {
  color: #F5F5F5 !important;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}
footer [class*="navLink"]:hover {
  color: #C4A882 !important;
}
[class*="contactSection"] {
  display: flex !important;
  flex-direction: column;
  gap: 27px;
}
[class*="address"] {
  color: #F5F5F5;
  font-size: 32px;
  font-weight: 300;
}
[class*="phone"], [class*="email"] {
  color: #C4A882;
  font-size: 29px;
  font-weight: 400;
  text-decoration: none;
}
[class*="legalSection"] {
  margin-bottom: 20px;
}
[class*="companyInfo"] {
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: right;
}
[class*="bottomSection"] {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
[class*="copyrightText"] {
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
}
[class*="privacyLink"] {
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
}
[class*="privacyLink"]:hover {
  color: #C4A882;
}

[class*="mobileMenu"] { display: none !important; }
[class*="mobileNav"] {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
[class*="mobileLogo"] {
  display: flex;
  align-items: center;
}
[class*="mobileLogo"] img {
  filter: brightness(0) invert(1);
}
[class*="burgerBtn"] {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
}
[class*="burgerBtn"] span {
  width: 24px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
  position: relative;
}

.mobileMenu_overlay__k9x2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 24, 16, 0.97);
  z-index: 99;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.mobileMenu_overlay__k9x2.mobileMenu_open__rT1v {
  display: flex !important;
}
.mobileMenu_link__Qw8r {
  color: #F5F5F5;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  font-family: 'Noto Serif JP', Georgia, 'Times New Roman', serif;
}
.mobileMenu_link__Qw8r:hover {
  color: #C4A882;
}

.Footer_mobileFooter__PoaIk {
  display: none;
}
.Footer_desktopFooter__xGdAU {
  display: block;
}
.Footer_mobileContainer__WIPvK {
  padding: 30px 20px;
}
.Footer_mobileContent__h_33c {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.Footer_mobileLogo__mpwVi img {
  width: 160px;
  height: auto;
  filter: brightness(0) invert(1);
}
.Footer_mobileNavTitle__fJQfh,
.Footer_mobileContactTitle__NBYTE,
.Footer_mobileLegalTitle__lNmBe {
  color: #C4A882;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-align: center;
}
.Footer_mobileNavLinks__CytTm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.Footer_mobileNavLinks__CytTm a {
  color: #F5F5F5 !important;
  font-size: 16px;
}
.Footer_mobileContactInfo__6jHy3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.Footer_mobileAddress__HBt9i {
  color: #F5F5F5;
  font-size: 16px;
  font-weight: 300;
}
.Footer_mobilePhone__MIVqG,
.Footer_mobileEmail__g5uXp {
  color: #C4A882;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.Footer_mobileLegalInfo__9xSuz {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.Footer_mobileLegalText__GxVKK {
  color: #F5F5F5;
  font-size: 13px;
  font-weight: 300;
}
.Footer_mobilePrivacyLink__Lvy9L {
  color: #F5F5F5;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}
.Footer_mobilePrivacyLink__Lvy9L:hover {
  color: #C4A882;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  [class*="desktopNav"] {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    width: 100% !important;
  }
  [class*="centerLogo"] {
    position: static !important;
    left: auto !important;
    transform: none !important;
    justify-self: center !important;
    z-index: 1 !important;
  }
  [class*="leftNav"] { justify-self: start !important; gap: 20px !important; flex-wrap: nowrap !important; }
  [class*="rightNav"] { justify-self: end !important; gap: 20px !important; flex-wrap: nowrap !important; }
  [class*="navLink"], [class*="dropdownBtn"] { font-size: 14px !important; }
  [class*="centerLogo"] img { width: 100px !important; height: 28px !important; }
  .ownerWelcome_grid__aR7mK { grid-template-columns: 360px 1fr; gap: 40px; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  [class*="desktopNav"] { display: none !important; }
  [class*="mobileNav"] { display: flex !important; }
  [class*="navbar"] { height: 80px !important; }
  .Hero_title__z13RG { font-size: 36px; }
  footer [class*="container"] { padding: 40px 30px !important; }
  [class*="mainGrid"] {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    text-align: center !important;
    justify-items: center !important;
    align-items: center !important;
  }
  footer [class*="logoImage"] { width: 180px !important; margin: 0 auto !important; }
  footer [class*="logoSection"],
  footer [class*="navigationSection"],
  footer [class*="contactSection"],
  footer [class*="legalSection"],
  footer [class*="bottomSection"] {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }
  footer [class*="navLinks"] { align-items: center !important; }
  footer [class*="bottomSection"] { flex-direction: column !important; gap: 12px !important; }
  footer [class*="companyInfo"] { text-align: center !important; font-size: 13px !important; }
  footer [class*="address"] { font-size: 28px !important; text-align: center !important; }
  footer [class*="phone"], footer [class*="email"] { font-size: 24px !important; text-align: center !important; }
  .ownerWelcome_grid__aR7mK { grid-template-columns: 1fr; gap: 40px; }
  .ownerWelcome_portrait__Lk8dN { max-width: 400px; margin: 0 auto; display: block; }
  .ownerWelcome_heading__d4fGz { font-size: 32px; }
  .readyGoods_grid__Vn6xD { grid-template-columns: repeat(3, 1fr) !important; }
  .custPhotos_grid__Dd5xE { grid-template-columns: repeat(3, 1fr) !important; }
  .custPhotos_tall__Nv2qX { grid-row: span 1 !important; }
  .trustQuality_grid__Fb8nY { grid-template-columns: 1fr !important; gap: 40px; }
  .trustQuality_photo__Dn4kV { max-width: 560px; margin: 0 auto; display: block; }
  .findStore_grid__Xs9dK { grid-template-columns: 1fr !important; gap: 36px; }
}

@media (max-width: 768px) {
  [class*="desktopNav"] { display: none !important; }
  [class*="mobileNav"] { display: flex !important; }
  .Hero_hero__Z352h { min-height: 500px; height: 85vh; }
  .Hero_title__z13RG { font-size: 28px; max-width: 90%; }
  .Hero_buttons__Rrsrj { flex-direction: column; gap: 12px; }
  .Hero_button__E_rYc { width: 100%; text-align: center; }
  .Hero_logo__XHSM7 img { max-width: 200px !important; }
  .Footer_desktopFooter__xGdAU { display: none !important; }
  .Footer_mobileFooter__PoaIk { display: block !important; }
  [class*="mainGrid"] {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    justify-items: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  footer [class*="container"] {
    padding: 30px 20px !important;
    align-items: center !important;
    text-align: center !important;
  }
  footer [class*="logoImage"] { margin: 0 auto !important; }
  footer [class*="bottomSection"] { flex-direction: column !important; }
  footer [class*="companyInfo"] { text-align: center !important; }
  .ownerWelcome_wrap__Tn4eP { padding: 50px 0 40px; }
  .ownerWelcome_grid__aR7mK { grid-template-columns: 1fr !important; gap: 30px; }
  .ownerWelcome_heading__d4fGz { font-size: 28px; }
  .ownerWelcome_quote__Xv0sL { font-size: 18px; }
  .readyGoods_section__Kw4tB { padding: 50px 0 60px; }
  .readyGoods_grid__Vn6xD { grid-template-columns: repeat(2, 1fr) !important; gap: 16px; }
  .readyGoods_heading__pLm3R { font-size: 28px; }
  .custPhotos_section__Wb2nJ { padding: 50px 0; }
  .custPhotos_heading__aL9rT { font-size: 28px; margin-bottom: 28px; }
  .custPhotos_grid__Dd5xE { grid-template-columns: repeat(2, 1fr) !important; gap: 10px; }
  .custPhotos_tall__Nv2qX { grid-row: span 1 !important; }
  .trustQuality_wrap__Gp1cZ { padding: 50px 0 60px; }
  .trustQuality_grid__Fb8nY { grid-template-columns: 1fr !important; gap: 30px; }
  .trustQuality_heading__Rt9eB { font-size: 28px; }
  .trustQuality_stats__Vw7eL { gap: 24px; flex-wrap: wrap; }
  .trustQuality_statVal__Qo8cD { font-size: 26px; }
  .faqBlock_section__Yn3mT { padding: 50px 0 60px; }
  .faqBlock_heading__Wq4rJ { font-size: 28px; margin-bottom: 32px; }
  .faqBlock_q__Dp5aR { font-size: 16px; padding: 18px 0; }
  .faqBlock_a__Hs8cW { font-size: 15px; }
  .findStore_section__Bb6wR { padding: 50px 0 60px; }
  .findStore_heading__Tm4eG { font-size: 28px; margin-bottom: 32px; }
  .findStore_grid__Xs9dK { grid-template-columns: 1fr !important; gap: 30px; }
  .findStore_mapCol__Uw3pH iframe { height: 280px; }
  .hiringNote_section__Ag6wF { padding: 50px 0; }
  .hiringNote_heading__Jk3pW { font-size: 26px; }
  .hiringNote_body__Nc7eT { font-size: 16px; }
  [class*="address"] { font-size: 22px !important; }
  [class*="phone"], [class*="email"] { font-size: 20px !important; }
}

.legalPage_wrap__Tm8rK {
  padding: 60px 0 80px;
}
.legalPage_title__Qn4bW {
  font-size: 36px;
  color: #2C1810;
  margin-bottom: 8px;
}
.legalPage_updated__Cv3pE {
  font-size: 14px;
  color: #9A8B7A;
  margin-bottom: 40px;
  font-weight: 300;
}
.legalPage_content__Hx9dJ {
  max-width: 780px;
}
.legalPage_content__Hx9dJ p {
  font-size: 16px;
  line-height: 1.75;
  color: #3D2B1F;
  margin-bottom: 16px;
  font-weight: 300;
}
.legalPage_content__Hx9dJ h2 {
  font-size: 22px;
  color: #2C1810;
  margin-top: 36px;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .legalPage_wrap__Tm8rK { padding: 36px 0 50px; }
  .legalPage_title__Qn4bW { font-size: 26px; }
  .legalPage_content__Hx9dJ h2 { font-size: 19px; margin-top: 28px; }
}

.contactForm_section__Rw5tH {
  padding: 80px 0 90px;
}
.contactForm_heading__Jn4xQ {
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
  color: #2C1810;
}
.contactForm_sub__Lk9mR {
  text-align: center;
  font-size: 16px;
  color: #9A8B7A;
  margin-bottom: 44px;
  font-weight: 300;
}
.contactForm_wrap__Dg7pY {
  max-width: 640px;
  margin: 0 auto;
}
.contactForm_msg__Qb3wE {
  padding: 14px 18px;
  border-radius: 4px;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 400;
}
.contactForm_row__Xn8kT {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contactForm_field__Vm2cB {
  margin-bottom: 20px;
}
.contactForm_label__Rt5wN {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #2C1810;
  margin-bottom: 6px;
}
.contactForm_input__Hw6jP,
.contactForm_textarea__Gp4rW {
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #D9CFC3;
  border-radius: 3px;
  background: #ffffff;
  color: #2C1810;
  font-family: inherit;
  transition: border-color 0.2s;
}
.contactForm_input__Hw6jP:focus,
.contactForm_textarea__Gp4rW:focus {
  outline: none;
  border-color: #C4A882;
}
.contactForm_textarea__Gp4rW {
  resize: vertical;
  min-height: 120px;
}
@media (max-width: 768px) {
  .contactForm_section__Rw5tH { padding: 50px 0 60px; }
  .contactForm_heading__Jn4xQ { font-size: 28px; }
  .contactForm_row__Xn8kT { grid-template-columns: 1fr !important; gap: 0; }
}

.catPage_banner__Wq3tR {
  background: #2C1810;
  padding: 48px 0 40px;
  text-align: center;
}
.catPage_bannerTitle__Jv9mK {
  color: #F5F0EB;
  font-size: 38px;
  margin-bottom: 8px;
}
.catPage_bannerSub__Lx2nP {
  color: #C4A882;
  font-size: 16px;
  font-weight: 300;
}
.catPage_body__Hn7dE {
  padding: 60px 0 80px;
}
.catPage_grid__Bt4xZ {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.catPage_card__Qm8wR {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #E8DDD1;
  transition: box-shadow 0.2s;
}
.catPage_card__Qm8wR:hover {
  box-shadow: 0 6px 24px rgba(44, 24, 16, 0.1);
}
.catPage_cardImg__Xv5nJ {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #F5F0EB;
}
.catPage_cardImg__Xv5nJ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.catPage_card__Qm8wR:hover .catPage_cardImg__Xv5nJ img {
  transform: scale(1.04);
}
.catPage_cardInfo__Dp2rK {
  padding: 16px 18px 20px;
}
.catPage_cardName__Bv3wL {
  font-size: 15px;
  font-weight: 400;
  color: #2C1810;
  margin-bottom: 4px;
}
.catPage_cardDesc__Nc6tQ {
  font-size: 13px;
  color: #9A8B7A;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 8px;
}
.catPage_cardPrice__Ut8kS {
  font-size: 17px;
  font-weight: 500;
  color: #5C3A2A;
  font-family: 'Noto Serif JP', Georgia, serif;
}
.catPage_cardStatus__Hm4pR {
  font-size: 12px;
  color: #7a9a6a;
  font-weight: 400;
  margin-top: 4px;
}

.customPage_intro__Xb4rK {
  padding: 50px 0 0;
  max-width: 780px;
}
.customPage_intro__Xb4rK p {
  font-size: 17px;
  line-height: 1.7;
  color: #3D2B1F;
  margin-bottom: 16px;
  font-weight: 300;
}
.customPage_tableWrap__Gn7mJ {
  padding: 50px 0 60px;
}
.customPage_table__Dw9rP {
  width: 100%;
  border-collapse: collapse;
  max-width: 780px;
}
.customPage_table__Dw9rP th {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  color: #9A8B7A;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 16px;
  border-bottom: 2px solid #D9CFC3;
}
.customPage_table__Dw9rP td {
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 300;
  color: #2C1810;
  border-bottom: 1px solid #E8DDD1;
}
.customPage_table__Dw9rP td:last-child {
  font-family: 'Noto Serif JP', Georgia, serif;
  font-weight: 500;
  color: #5C3A2A;
  white-space: nowrap;
}
.customPage_howTo__Lp8nQ {
  padding: 0 0 60px;
  max-width: 780px;
}
.customPage_howTo__Lp8nQ h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #2C1810;
}
.customPage_howTo__Lp8nQ p {
  font-size: 17px;
  line-height: 1.7;
  color: #3D2B1F;
  margin-bottom: 16px;
  font-weight: 300;
}
.customPage_howTo__Lp8nQ a {
  color: #5C3A2A;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .catPage_bannerTitle__Jv9mK { font-size: 28px; }
  .catPage_grid__Bt4xZ { grid-template-columns: repeat(2, 1fr) !important; gap: 16px; }
  .customPage_table__Dw9rP { font-size: 14px; }
  .customPage_table__Dw9rP th, .customPage_table__Dw9rP td { padding: 10px 10px; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .catPage_grid__Bt4xZ { grid-template-columns: repeat(3, 1fr) !important; }
}
