@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@500;600;700&display=swap");

body.aroma-home {
  margin: 0;
  min-width: 320px;
  color: #25231f;
  border-top: 0;
  background: #fbfaf6;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

.aroma-home *,
.aroma-home *::before,
.aroma-home *::after { box-sizing: border-box; }
.aroma-home a { color: inherit; text-decoration: none; }
.aroma-home a:hover { color: inherit; }
.aroma-home img { display: block; max-width: 100%; height: auto; }
.aroma-home button,
.aroma-home a { -webkit-tap-highlight-color: transparent; }
.aroma-home button:focus-visible,
.aroma-home a:focus-visible { outline: 3px solid #f3b400; outline-offset: 4px; }
.aroma-home #container,
.aroma-home #wrapper { width: 100%; margin: 0; background: none; }

.home-site-header {
  position: relative;
  z-index: 20;
  height: 68px;
  padding: 0 clamp(28px, 5.4vw, 86px);
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto minmax(140px, .55fr);
  align-items: center;
  border-bottom: 1px solid rgba(67, 58, 43, .24);
  background: rgba(255, 255, 252, .97);
}

.home-wordmark {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(20px, 1.7vw, 27px);
  font-weight: 700;
  letter-spacing: .02em;
}

.home-global-nav { display: flex; gap: clamp(25px, 3vw, 48px); align-items: center; font-size: 14px; font-weight: 600; }
.home-global-nav a,
.home-footer-links a { transition: color .2s ease; }
.home-global-nav a:hover,
.home-footer-links a:hover { color: #6d49a3; }
.home-safety-link { justify-self: end; display: inline-flex; gap: 7px; align-items: center; color: #39531e; font-size: 14px; font-weight: 700; }
.home-safety-link img { width: 22px; height: 22px; }
.home-menu-button,
.home-mobile-nav { display: none; }

.home-hero {
  min-height: 354px;
  background: #f8f4eb url("../aroma_img/home-20260812-hero.jpg") center / cover no-repeat;
  border-bottom: 1px solid rgba(73, 61, 38, .12);
}

.home-hero-copy { width: min(760px, 54vw); margin: 0 auto; padding: 43px 0 32px; text-align: center; }
.home-kicker { margin: 0 0 7px; display: flex; justify-content: center; align-items: center; gap: 7px; color: #39531e; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.home-kicker img { width: 18px; height: 18px; }
.home-hero h1 { margin: 0; color: #1e1c1a; font-family: "Noto Serif JP", "Yu Mincho", serif; font-size: clamp(34px, 3.55vw, 53px); font-weight: 600; line-height: 1.45; letter-spacing: .08em; }
.home-hero h1 span { color: #e7657e; }
.home-hero h1 .purple { color: #6d49a3; }
.home-hero-description { margin: 8px 0 22px; color: #34312b; font-size: 15px; font-weight: 500; letter-spacing: .05em; }
.home-actions { display: flex; justify-content: center; gap: 16px; }
.home-button { min-height: 54px; padding: 0 31px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 10px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.home-button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(45,35,21,.12); }
.home-button img { width: 21px; height: 21px; }
.home-button-primary { color: #fff !important; background: #6d49a3; }
.home-button-primary:hover { color: #fff !important; background: #5a398c; }
.home-button-secondary { color: #39531e; border-color: #4f712d; background: rgba(255,255,255,.84); }
.home-button-secondary:hover { background: #fff; }

.home-definition {
  max-width: 1220px;
  margin: 0 auto;
  padding: 24px clamp(30px, 4.5vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(310px, .8fr);
  gap: 34px;
  align-items: center;
  border-right: 1px solid #e1d7e8;
  border-left: 1px solid #e1d7e8;
  background: linear-gradient(110deg, #fff 0%, #faf6fc 63%, #f6f0fa 100%);
}
.home-definition h2 {
  margin: 0 0 8px;
  color: #3d3047;
  border: 0;
  background: none;
  text-indent: 0;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(20px, 1.8vw, 27px);
  line-height: 1.5;
}
.home-definition p { margin: 0; color: #514b53; font-size: 13px; line-height: 1.85; }
.home-definition-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.home-definition-links a {
  min-height: 44px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #d8c8e5;
  border-radius: 9px;
  background: rgba(255,255,255,.9);
  color: #57356d;
  font-size: 12px;
  font-weight: 700;
}
.home-definition-links a::after { content: "→"; }
.home-definition-links a:hover { border-color: #7e55a5; background: #fff; }

.home-pathways { padding: 10px clamp(30px, 4.5vw, 72px) 20px; background: #fff; }
.home-section-heading { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 12px; text-align: center; }
.home-section-heading img { width: 21px; height: 21px; transform: rotate(-20deg); }
.home-section-heading h2 { margin: 0; color: #25231f; background: none; border: 0; text-indent: 0; font-family: "Noto Serif JP", "Yu Mincho", serif; font-size: 24px; font-weight: 700; line-height: 1.5; letter-spacing: .08em; }
.home-pathway-grid { max-width: 1370px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home-pathway { min-height: 165px; padding: 8px 10px 8px 20px; display: grid; grid-template-columns: 1fr 44%; align-items: stretch; border-right: 1px solid #d9d4c7; transition: background-color .2s ease; }
.home-pathway:first-child { border-left: 1px solid #d9d4c7; }
.home-pathway:hover { background: #fbfaf6; }
.home-pathway-copy { position: relative; padding: 12px 8px 25px 0; }
.home-pathway-icon { width: 31px; height: 31px; margin-bottom: 7px; }
.home-pathway h3 { margin: 0 0 10px; color: #39531e; font-family: "Noto Serif JP", "Yu Mincho", serif; font-size: clamp(16px, 1.25vw, 20px); font-weight: 700; line-height: 1.4; letter-spacing: .04em; }
.home-pathway:nth-child(2) h3 { color: #6d49a3; }
.home-pathway:nth-child(3) h3 { color: #c94461; }
.home-pathway:nth-child(4) h3 { color: #a96f00; }
.home-pathway p { margin: 0; color: #45413a; font-size: 11px; line-height: 1.85; }
.home-pathway > img { width: 100%; height: 100%; min-height: 145px; object-fit: cover; border-radius: 0 40px 0 40px; }
.home-circle-arrow { position: absolute; bottom: 4px; left: 0; width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 17px; line-height: 1; }

.home-seasonal { padding: 21px clamp(30px, 5vw, 80px) 25px; background: #f2f1f8; }
.home-seasonal-inner { max-width: 1250px; margin: 0 auto; display: grid; grid-template-columns: 220px 1fr; gap: 34px; align-items: start; }
.home-eyebrow { margin: 0 0 5px; color: #39531e; font-family: "Noto Serif JP", "Yu Mincho", serif; font-size: 13px; font-weight: 700; letter-spacing: .13em; }
.home-seasonal-intro h2,
.home-guidance h2,
.home-beginner h2 { margin: 0; color: #25231f; border: 0; background: none; text-indent: 0; font-family: "Noto Serif JP", "Yu Mincho", serif; font-weight: 700; letter-spacing: .04em; }
.home-seasonal-intro h2 { margin-bottom: 22px; font-size: 26px; line-height: 1.5; }
.home-button-green { min-height: 43px; padding: 0 19px; color: #fff !important; background: #4f712d; font-size: 12px; }
.home-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.home-story { position: relative; overflow: hidden; border: 1px solid #e3e0d9; border-radius: 9px; background: #fff; box-shadow: 0 5px 18px rgba(49,42,36,.07); transition: transform .2s ease, box-shadow .2s ease; }
.home-story:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(49,42,36,.12); }
.home-story > img { width: 100%; height: 103px; object-fit: cover; }
.home-story-copy { position: relative; padding: 8px 38px 13px 14px; }
.home-story-label { padding: 1px 7px 2px; color: #5d4779; background: #eee6f7; border-radius: 3px; font-size: 9px; font-weight: 700; }
.home-story h3 { margin: 6px 0 5px; color: #25231f; border: 0; background: none; text-indent: 0; font-family: "Noto Serif JP", "Yu Mincho", serif; font-size: 14px; line-height: 1.5; }
.home-story p { margin: 0; color: #58534d; font-size: 10px; line-height: 1.65; }
.home-story .home-circle-arrow { right: 12px; bottom: 14px; left: auto; color: #39531e; }

.home-guidance-row { padding: 16px clamp(30px, 4.5vw, 72px); display: grid; grid-template-columns: 1fr 1fr; gap: 16px; background: #fff; }
.home-guidance { min-height: 128px; overflow: hidden; display: grid; align-items: center; border-radius: 10px; transition: transform .2s ease; }
.home-guidance:hover { transform: translateY(-2px); }
.home-guidance-safety { grid-template-columns: 39% 1fr; color: #332a3e; background: #eee8f5; }
.home-guidance-work { grid-template-columns: 1fr 39%; color: #344422; background: #f4f1c9; }
.home-guidance > img { width: 100%; height: 100%; object-fit: cover; }
.home-guidance-safety > img { object-position: left center; }
.home-guidance-work > img { object-position: right center; }
.home-guidance > div { padding: 17px 24px; }
.home-guidance h2 { margin-bottom: 7px; font-size: 18px; }
.home-guidance p { margin: 0 0 7px; font-size: 10px; line-height: 1.7; }
.home-guidance span,
.home-text-link { display: inline-flex; align-items: center; gap: 7px; color: #39531e; font-size: 11px; font-weight: 700; }

.home-beginner { padding: 20px clamp(40px,10vw,160px); display: grid; grid-template-columns: .75fr 1fr auto; gap: 34px; align-items: center; border-top: 1px solid #dfd4bb; border-bottom: 1px solid #dfd4bb; background: #faf4e8; }
.home-beginner h2 { font-size: 22px; }
.home-beginner > p { margin: 0; color: #565047; font-size: 12px; line-height: 1.8; }
.home-detail { max-width: 1080px; margin: 0 auto; padding: 50px 30px; }
.home-detail h2 { margin: 0 0 18px; color: #39531e; background: none; border: 0; text-indent: 0; font-family: "Noto Serif JP", "Yu Mincho", serif; font-size: 25px; line-height: 1.5; }
.home-detail h3 { margin: 26px 0 10px; padding: 0 0 8px; color: #3f3a35; background: none; border: 0; border-bottom: 1px solid #ded8cb; text-indent: 0; font-family: "Noto Serif JP", "Yu Mincho", serif; font-size: 18px; }
.home-detail p { margin: 0 0 14px; }
.home-detail a { color: #456b2d; text-decoration: underline; text-underline-offset: 3px; }
.home-faq { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.home-faq article { padding: 20px; border: 1px solid #e0dacc; background: #fff; }

.home-footer { padding: 28px clamp(30px,6vw,90px); display: flex; justify-content: space-between; align-items: center; color: #f7f4ed; background: #2f3e25; }
.home-footer .home-wordmark { color: #fff; }
.home-footer p { margin: 5px 0 0; font-size: 11px; opacity: .76; }
.home-footer-links { display: flex; gap: 24px; font-size: 12px; }
.home-footer .site-supervision { justify-content: flex-start; width: auto; margin: 0; padding: 9px 13px; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); }
.home-footer .site-supervision a { display: inline-flex; align-items: baseline; gap: 8px; color: #fff; text-decoration: none; }
.home-footer .site-supervision a:hover, .home-footer .site-supervision a:focus { text-decoration: underline; }
.home-footer .site-supervision-label { flex: 0 0 auto; padding: 2px 8px; border-radius: 999px; color: #344428; background: #f4d86a; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.home-footer .site-supervision strong { font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.home-footer .site-supervision a span { font-size: 11px; opacity: .8; }
.home-copyright { margin-top: 12px !important; }

@media (max-width: 1120px) {
  .home-site-header { grid-template-columns: 1fr auto; }
  .home-global-nav,
  .home-safety-link { display: none; }
  .home-menu-button { justify-self: end; width: 44px; height: 44px; display: grid; place-items: center; color: #39531e; border: 0; background: transparent; cursor: pointer; }
  .home-menu-button img { width: 27px; height: 27px; }
  .home-mobile-nav { position: fixed; z-index: 19; inset: 68px 0 0; padding: 18px 30px; flex-direction: column; background: rgba(251,250,246,.99); }
  .home-mobile-nav.is-open { display: flex; }
  .home-mobile-nav a { padding: 17px 5px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #d9d4c7; font-family: "Noto Serif JP", "Yu Mincho", serif; font-weight: 700; }
  .home-pathway-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-pathway:nth-child(3) { border-left: 1px solid #d9d4c7; }
}

@media (max-width: 760px) {
  .home-site-header { height: 62px; padding: 0 20px; }
  .home-wordmark { font-size: 19px; }
  .home-mobile-nav { inset: 62px 0 0; }
  .home-hero { min-height: 590px; background-position: center bottom; background-size: auto 390px; }
  .home-hero-copy { width: 100%; padding: 35px 20px 315px; background: rgba(251,250,246,.92); }
  .home-hero h1 { font-size: clamp(31px,9vw,44px); line-height: 1.45; letter-spacing: .04em; }
  .home-hero-description { font-size: 13px; }
  .home-actions { flex-direction: column; gap: 10px; }
  .home-button { width: 100%; }
  .home-definition { margin: 0 18px; padding: 24px 18px; grid-template-columns: 1fr; gap: 18px; border: 1px solid #e1d7e8; border-radius: 0 0 12px 12px; }
  .home-definition-links { grid-template-columns: 1fr; }
  .home-pathways { padding: 18px 18px 24px; }
  .home-section-heading { margin-bottom: 12px; }
  .home-section-heading h2 { font-size: 21px; }
  .home-pathway-grid { grid-template-columns: 1fr; gap: 10px; }
  .home-pathway,
  .home-pathway:first-child,
  .home-pathway:nth-child(3) { min-height: 150px; border: 1px solid #d9d4c7; border-radius: 8px; }
  .home-pathway h3 { font-size: 18px; }
  .home-seasonal { padding: 28px 18px; }
  .home-seasonal-inner { grid-template-columns: 1fr; gap: 20px; }
  .home-seasonal-intro { display: grid; grid-template-columns: 1fr auto; align-items: end; }
  .home-seasonal-intro .home-eyebrow { grid-column: 1/-1; }
  .home-seasonal-intro h2 { margin: 0; font-size: 23px; }
  .home-seasonal-intro h2 br { display: none; }
  .home-seasonal-intro .home-button { width: auto; min-height: 40px; }
  .home-story-grid { grid-template-columns: 1fr; }
  .home-story { display: grid; grid-template-columns: 42% 1fr; }
  .home-story > img { height: 100%; min-height: 155px; }
  .home-guidance-row { padding: 16px 18px; grid-template-columns: 1fr; }
  .home-guidance { min-height: 180px; }
  .home-guidance > div { padding: 14px; }
  .home-beginner { padding: 25px 22px; grid-template-columns: 1fr; gap: 10px; }
  .home-detail { padding: 36px 20px; }
  .home-faq { grid-template-columns: 1fr; }
  .home-footer { gap: 26px; align-items: flex-start; flex-direction: column; }
  .home-footer-links { flex-wrap: wrap; gap: 12px 20px; }
  .home-footer .site-supervision { align-items: flex-start; flex-direction: column; gap: 6px; }
  .home-footer .site-supervision a { align-items: flex-start; flex-direction: column; gap: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .aroma-home *,
  .aroma-home *::before,
  .aroma-home *::after { scroll-behavior: auto !important; transition: none !important; }
}
