:root {
  --green: #008d60;
  --deep-green: #006f51;
  --ink: #444;
  --line: #d6d6d6;
  --soft: #edf7f3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; font-size: 13px; line-height: 1.65; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
.site-width { width: 810px; margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.top-ribbon { min-height: 20px; color: #fff; background: var(--green); font-size: 10px; }
.top-ribbon__inner { display: flex; min-height: 20px; align-items: center; justify-content: space-between; }
.top-ribbon p { margin: 0; }
.top-ribbon a { text-decoration: none; }
.replica-language-menu, .replica-language-menu ul { margin: 0; padding: 0; list-style: none; }
.replica-language-menu { position: relative; z-index: 20; width: 147px; align-self: stretch; font-size: 14px; }
.replica-language-menu > li > a { display: block; height: 20px; background: #16bd8b; color: #fff; line-height: 20px; text-align: center; }
.replica-language-menu > li > ul { position: absolute; top: 20px; right: 0; display: none; width: 147px; }
.replica-language-menu > li:hover > ul, .replica-language-menu > li:focus-within > ul { display: block; }
.replica-language-menu > li > ul a { display: block; box-sizing: border-box; min-height: 44px; padding: 11px 12px; background: #00966c; color: #fff; font-weight: 600; line-height: 22px; }
.replica-language-menu > li > ul a:hover, .replica-language-menu > li > ul a:focus { background: #16bd8b; }
.replica-header__inner { display: flex; min-height: 90px; align-items: center; position: relative; }
.replica-logo img { width: 245px; }
.site-search { display: none; }
.global-nav { height: 42px; border-block: 1px solid #ddd; background: linear-gradient(#fff, #f4f4f4); }
.global-nav__inner { display: grid; grid-template-columns: repeat(6, 1fr); width: 810px; max-width: calc(100% - 24px); height: 40px; }
.global-nav a { display: grid; min-height: 40px; place-items: center; color: #666; border-inline-start: 1px solid #dedede; border-bottom: 2px solid var(--green); text-decoration: none; font-size: 14px; font-weight: 600; }
.global-nav a:last-child { border-inline-end: 1px solid #e3e3e3; }
.global-nav a:hover { color: var(--green); background: #fff; }

.breadcrumbs { padding: 16px 0 12px; color: #777; font-size: 11px; }
.two-column { display: grid; grid-template-columns: 150px 1fr; gap: 15px; align-items: start; }
.replica-sidebar { display: grid; gap: 7px; }
.replica-sidebar > a { display: block; overflow: hidden; background: #f5f5f5; }
.replica-sidebar > a img { width: 150px; }
.sidebar-categories { padding: 9px 6px 12px; background: #d8ecec; }
.sidebar-categories h2 { margin: 0 0 7px; font-size: 17px; }
.sidebar-categories h3 { margin: 12px 4px 4px; color: #596b6b; font-size: 12px; }
.sidebar-categories a { display: block; padding: 7px 10px; border-bottom: 1px solid #ddd; background: #fff; text-decoration: none; }

.content-card, .store-content { min-height: 720px; padding-bottom: 30px; }
.content-card > h1, .store-content > h1, .shop-content > h1 { margin: 0 0 18px; padding: 7px 13px; color: #fff; background: linear-gradient(#20a67d, #007c58); font-family: "Yu Mincho", serif; font-size: 21px; font-weight: 500; }
.lead { padding: 12px 15px; border-left: 4px solid var(--green); background: var(--soft); }
.content-card h2 { margin-top: 28px; padding-bottom: 5px; color: var(--deep-green); border-bottom: 2px solid var(--green); }
.content-visual { display: block; max-width: 360px; margin: 25px auto; }
.information-block { padding: 0 20px; }
.faq-item { margin: 0 0 10px; border: 1px solid #cfdad6; }
.faq-item summary { padding: 12px 15px; color: var(--deep-green); background: #f3faf7; cursor: pointer; font-weight: 700; }
.faq-item p { margin: 0; padding: 14px 18px; }
.contact-form, .account-panel form { display: grid; gap: 14px; padding: 20px; background: #f5f5f5; }
.contact-form label, .account-panel label { display: grid; gap: 5px; font-weight: 700; }
input, textarea, select, button { min-height: 34px; padding: 7px 9px; font: inherit; border: 1px solid #bbb; }
button { color: #fff; background: var(--green); border: 0; cursor: pointer; }
.sitemap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.sitemap-grid section { padding: 15px; background: #f6f6f6; }
.sitemap-grid a { display: block; padding: 5px 0; }
.to-top { display: block; margin: 18px 0; text-align: right; text-decoration: none; font-size: 11px; }
.replica-footer { color: #fff; background: var(--green); }
.replica-footer__inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; text-align: right; font-size: 10px; }
.replica-footer__mark { font: italic 28px Georgia, serif; }
.replica-footer__mark span { font: normal 19px Arial, sans-serif; }
.replica-footer a { color: #fff; text-decoration: none; }
.replica-footer p { margin: 4px 0 0; }

.lp-page { color: #3b4c59; background: #f5f8fb; }
.lp-header { height: 54px; padding: 9px max(24px, calc((100vw - 1200px)/2)); background: #fff; }
.lp-header img { height: 38px; width: auto; }
.lp-hero { display: grid; grid-template-columns: 1fr 1.2fr; min-height: 520px; background: linear-gradient(135deg, #dceafb, #fbe6eb); }
.lp-hero__copy { align-self: center; max-width: 520px; padding: 60px 55px; justify-self: end; }
.eyebrow { color: #5188b4; letter-spacing: .18em; font-weight: 700; }
.lp-hero h1 { margin: 10px 0 20px; color: #334c65; font-family: "Yu Mincho", serif; font-size: clamp(32px, 4vw, 58px); line-height: 1.25; }
.lp-hero > img { width: 100%; height: 520px; object-fit: cover; }
.lp-button, .cart-button { display: inline-block; margin-top: 16px; padding: 13px 26px; color: #fff; background: #e97083; border-radius: 30px; text-decoration: none; }
.lp-section { max-width: 1000px; margin: 0 auto; padding: 75px 35px; text-align: center; }
.lp-section h2 { font-family: "Yu Mincho", serif; font-size: 32px; }
.lp-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.lp-features article { padding: 30px 20px; background: #fff; box-shadow: 0 10px 30px rgb(65 83 99 / 10%); }
.lp-features strong { color: #e97083; font-size: 30px; }
.lp-letter { border-top: 1px solid #d7e1e8; }
.lp-footer { display: flex; padding: 22px 5vw; justify-content: space-between; color: #fff; background: #6b8fac; }
.lp-footer a { color: #fff; }

.international-page { color: #4d4d4d; background: #fff; }
.international-header { display: flex; width: min(1080px, calc(100% - 30px)); min-height: 86px; margin: auto; align-items: center; justify-content: space-between; }
.international-header img { width: 260px; }
.international-header nav { display: flex; gap: 18px; }
.international-hero { display: grid; grid-template-columns: 1fr 1.4fr; align-items: center; background: #f3f7f5; }
.international-hero > div { padding: 60px; justify-self: end; max-width: 480px; }
.international-hero h1 { color: var(--green); font-size: 38px; }
.international-hero img { width: 100%; min-height: 420px; object-fit: cover; }
.international-products { width: min(1080px, calc(100% - 30px)); margin: auto; padding: 60px 0; }
.international-products > h2 { color: var(--green); text-align: center; font-size: 30px; }
.product-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-tiles article { padding: 12px; border: 1px solid #ddd; }
.product-tiles img { width: 100%; aspect-ratio: 2 / 1; object-fit: contain; }
.international-footer { display: flex; padding: 25px 5vw; gap: 20px; color: #fff; background: var(--green); }
.international-footer a { color: #fff; }
.international-footer small { margin-left: auto; }

.store-tools { display: flex; padding: 10px 0; justify-content: flex-end; gap: 14px; font-size: 11px; }
.store-tools span { margin-right: auto; }
.store-sort { display: flex; margin-bottom: 15px; padding: 8px 12px; gap: 14px; border: 1px solid #ddd; }
.store-sort span { margin-right: auto; }
.store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 12px; }
.store-grid article { padding: 9px; border: 1px solid #ddd; }
.store-grid article img { width: 100%; height: 205px; object-fit: contain; }
.store-grid h2 { min-height: 42px; color: #066; font-size: 13px; }
.product-detail { display: grid; grid-template-columns: 1fr 1.1fr; gap: 30px; padding: 20px 10px; }
.product-detail > div img { display: block; width: 100%; max-height: 430px; object-fit: contain; }
.product-brand { color: #999; letter-spacing: .12em; }
.product-detail h2 { color: #066; font-size: 24px; }
.product-price { display: block; margin: 20px 0; color: #b43349; font-size: 22px; }
.product-detail label { display: block; }
.cart-button { display: block; width: 100%; margin-bottom: 12px; text-align: center; background: #d64a59; }
.product-description { margin-top: 25px; padding: 20px; border-top: 4px solid var(--green); background: #fafafa; }
.account-panel { max-width: 520px; margin: 20px auto; }
.account-panel > p { padding: 12px; background: #fff5dc; }

.shop-content { min-height: 620px; padding-bottom: 40px; }
.shop-filter { display: grid; gap: 18px; padding: 24px; border: 1px solid #ddd; background: #fafafa; }
.shop-filter fieldset { display: flex; align-items: center; gap: 15px; border: 0; border-bottom: 1px solid #ddd; padding: 12px 0; }
.shop-filter legend { float: left; width: 110px; font-weight: 700; }
.shop-results { margin-top: 26px; }
.shop-results h2 { padding: 8px 12px; color: #fff; background: var(--green); }
.shop-results article { padding: 12px 15px; border-bottom: 1px dotted #aaa; }
.shop-results h3 { margin: 0; color: #066; }
.empty-result { padding: 40px; text-align: center; background: #f4f4f4; }
.shop-detail { padding: 25px; border: 1px solid #ddd; }
.shop-detail dl { display: grid; grid-template-columns: 120px 1fr; }
.shop-detail dt, .shop-detail dd { margin: 0; padding: 10px; border-bottom: 1px solid #ddd; }
.map-placeholder { display: grid; min-height: 250px; margin: 25px 0; place-items: center; color: #fff; background: #a9c7b9; font-size: 32px; letter-spacing: .2em; }

@media (max-width: 860px) {
  .site-width { width: 100%; }
  .top-ribbon__inner { padding: 0 10px; }
  .top-ribbon p { max-width: calc(100% - 100px); overflow: hidden; white-space: nowrap; }
  .replica-header__inner { min-height: 82px; padding: 10px 14px; }
  .replica-logo img { width: 205px; }
  .site-search { display: flex; padding: 8px 15px 12px; }
  .site-search input { flex: 1; }
  .global-nav__inner { grid-template-columns: 1fr 1fr; }
  .global-nav a { min-height: 42px; border-bottom: 1px solid #ddd; }
  .breadcrumbs { padding-inline: 14px; }
  .two-column { display: block; padding: 0 13px; }
  .replica-sidebar { display: none; }
  .content-card > h1, .store-content > h1, .shop-content > h1 { font-size: 18px; }
  .replica-footer__inner { padding: 15px; text-align: center; }
  .replica-footer__mark { display: none; }
  .sitemap-grid { grid-template-columns: 1fr; }
  .lp-hero { grid-template-columns: 1fr; }
  .lp-hero__copy { padding: 35px 24px; justify-self: stretch; text-align: center; }
  .lp-hero h1 { font-size: 34px; }
  .lp-hero > img { height: auto; min-height: 0; }
  .lp-features { grid-template-columns: 1fr; }
  .international-header { min-height: 70px; }
  .international-header img { width: 190px; }
  .international-hero { grid-template-columns: 1fr; }
  .international-hero > div { padding: 35px 20px; justify-self: stretch; text-align: center; }
  .international-hero img { min-height: 0; }
  .product-tiles { grid-template-columns: 1fr 1fr; }
  .store-tools { padding-inline: 14px; }
  .store-grid { grid-template-columns: 1fr 1fr; }
  .product-detail { grid-template-columns: 1fr; }
  .shop-content { padding-inline: 13px; }
  .shop-filter fieldset { display: grid; }
  .shop-filter legend { width: auto; }
}

@media (max-width: 420px) {
  .replica-logo img { width: 165px; }
  .global-nav__inner { display: none; }
  .store-grid, .product-tiles { grid-template-columns: 1fr 1fr; }
  .store-grid article img { height: 150px; }
  .lp-section { padding: 50px 18px; }
  .international-header nav a:not(:first-child) { display: none; }
}
