:root {
  --fw-ink: #0b1b2b;
  --fw-blue: #153b59;
  --fw-blue-2: #1f506f;
  --fw-orange: #f36a21;
  --fw-orange-dark: #d95013;
  --fw-khaki: #a99b7c;
  --fw-bone: #f2efe6;
  --fw-paper: #faf9f5;
  --fw-fog: #dce4e7;
  --fw-line: rgba(11, 27, 43, .18);
  --fw-white: #fff;
  --fw-radius: 2px;
  --fw-max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.fw-body {
  margin: 0;
  background: var(--fw-paper);
  color: var(--fw-ink);
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: .035em;
}
body.fw-body a { color: inherit; text-decoration: none; }
body.fw-body img { max-width: 100%; height: auto; vertical-align: middle; }
body.fw-body button, body.fw-body input, body.fw-body select, body.fw-body textarea { font: inherit; }
.fw-skip { position: fixed; left: 16px; top: -100px; z-index: 999; padding: 10px 16px; background: #fff; }
.fw-skip:focus { top: 12px; }
.fw-shipping-note { height: 32px; display: flex; align-items: center; justify-content: center; padding: 0 20px; background: var(--fw-orange); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.fw-shipping-note span { margin: 0 12px; opacity: .5; }

.fw-header { position: relative; z-index: 80; height: 86px; background: rgba(11, 27, 43, .98); color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); }
.fw-header__inner { width: min(calc(100% - 56px), var(--fw-max)); height: 100%; margin: auto; display: grid; grid-template-columns: 240px 1fr auto; align-items: center; gap: 28px; }
.fw-logo { display: inline-flex; align-items: center; gap: 12px; width: max-content; line-height: 1; }
.fw-logo__mark { display: grid; place-items: center; width: 46px; height: 46px; border: 2px solid var(--fw-orange); color: var(--fw-orange); font-size: 13px; font-weight: 900; letter-spacing: -.04em; transform: rotate(-3deg); }
.fw-logo b, .fw-logo em { display: block; font-style: normal; }
.fw-logo b { font-size: 17px; letter-spacing: .15em; }
.fw-logo em { margin-top: 7px; color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .32em; }
.fw-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 36px); }
.fw-nav a, .fw-header-actions a { position: relative; font-size: 10px; font-weight: 800; letter-spacing: .15em; white-space: nowrap; }
.fw-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--fw-orange); transition: right .25s; }
.fw-nav a:hover::after { right: 0; }
.fw-header-actions { display: flex; align-items: center; gap: 22px; }
.fw-cart { display: flex; align-items: center; gap: 8px; }
.fw-cart span { display: grid; place-items: center; min-width: 24px; height: 24px; padding: 0 6px; border-radius: 99px; background: var(--fw-orange); color: #fff; }
.fw-menu-button { display: none; border: 1px solid rgba(255,255,255,.4); background: transparent; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .16em; }

.fw-main { min-height: 60vh; overflow: hidden; }
.fw-kicker { margin: 0 0 20px; color: var(--fw-orange); font-size: 11px; font-weight: 900; letter-spacing: .22em; line-height: 1.4; }
.fw-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-width: 210px; padding: 16px 18px; border: 1px solid var(--fw-orange); background: var(--fw-orange); color: #fff !important; font-size: 12px; font-weight: 800; letter-spacing: .1em; line-height: 1.2; transition: background .2s, color .2s, transform .2s; }
.fw-button:hover { background: var(--fw-orange-dark); transform: translateY(-2px); }
.fw-button--outline { border-color: var(--fw-ink); background: transparent; color: var(--fw-ink) !important; }
.fw-button--outline:hover { background: var(--fw-ink); color: #fff !important; }
.fw-button--light { border-color: #fff; background: #fff; color: var(--fw-ink) !important; }
.fw-text-link { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; letter-spacing: .08em; }

.fw-hero { position: relative; min-height: 720px; background: var(--fw-ink); color: #fff; }
.fw-hero__media, .fw-hero__shade { position: absolute; inset: 0; }
.fw-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; filter: saturate(.85) contrast(1.06); }
.fw-hero__shade { background: linear-gradient(90deg, rgba(5,15,26,.92) 0%, rgba(5,15,26,.62) 43%, rgba(5,15,26,.12) 76%), linear-gradient(0deg, rgba(5,15,26,.82), transparent 42%); }
.fw-hero__content { position: relative; z-index: 2; width: min(calc(100% - 80px), var(--fw-max)); margin: auto; padding-top: 128px; }
.fw-hero h1 { max-width: 850px; margin: 0; font-size: clamp(46px, 6.6vw, 92px); font-weight: 900; letter-spacing: -.055em; line-height: 1.08; }
.fw-hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.68); }
.fw-hero__content > p:not(.fw-kicker) { max-width: 590px; margin: 34px 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 2; }
.fw-hero__actions { display: flex; align-items: center; gap: 28px; }
.fw-hero__spec { position: absolute; z-index: 2; right: max(40px, calc((100vw - var(--fw-max))/2)); bottom: 42px; display: grid; gap: 2px; padding-left: 18px; border-left: 3px solid var(--fw-orange); text-align: right; }
.fw-hero__spec span { color: var(--fw-orange); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.fw-hero__spec strong { font-size: 13px; letter-spacing: .12em; }
.fw-hero__spec small { color: rgba(255,255,255,.55); font-size: 10px; }
.fw-marquee { display: flex; gap: 30px; align-items: center; justify-content: center; min-height: 62px; overflow: hidden; background: var(--fw-khaki); color: var(--fw-ink); font-size: 10px; font-weight: 900; letter-spacing: .18em; white-space: nowrap; }
.fw-marquee i { width: 5px; height: 5px; background: var(--fw-orange); transform: rotate(45deg); }

.fw-section { width: min(calc(100% - 80px), var(--fw-max)); margin: 0 auto; padding: 118px 0; }
.fw-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 520px); align-items: end; gap: 60px; margin-bottom: 56px; }
.fw-section-head h2 { margin: 0; font-size: clamp(34px, 4.2vw, 62px); letter-spacing: -.045em; line-height: 1.16; }
.fw-section-head > p { margin: 0; color: #4a5965; font-size: 14px; line-height: 2; }
.fw-section-head--row { grid-template-columns: 1fr auto; }
.fw-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--fw-ink); }
.fw-category-card { position: relative; min-height: 430px; overflow: hidden; color: #fff !important; }
.fw-category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,15,26,.92), rgba(5,15,26,.08) 75%); transition: background .3s; }
.fw-category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.fw-category-card:hover img { transform: scale(1.035); }
.fw-category-card:hover::after { background: linear-gradient(0deg, rgba(5,15,26,.96), rgba(5,15,26,.22) 80%); }
.fw-category-card__index { position: absolute; z-index: 2; top: 20px; left: 22px; color: var(--fw-orange); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.fw-category-card > div { position: absolute; z-index: 2; left: 24px; right: 50px; bottom: 26px; }
.fw-category-card small { color: var(--fw-orange); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.fw-category-card h3 { margin: 7px 0 8px; font-size: 23px; line-height: 1.3; }
.fw-category-card p { margin: 0; color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.7; }
.fw-category-card > b { position: absolute; z-index: 2; right: 22px; bottom: 26px; color: var(--fw-orange); font-size: 18px; }

.fw-field-note { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 680px; background: var(--fw-ink); color: #fff; }
.fw-field-note__image img { width: 100%; height: 100%; object-fit: cover; }
.fw-field-note__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 110px); }
.fw-field-note h2 { margin: 0 0 28px; font-size: clamp(38px, 4.5vw, 66px); letter-spacing: -.05em; line-height: 1.17; }
.fw-field-note__body > p:not(.fw-kicker) { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 2.05; }
.fw-field-note dl { margin: 40px 0 34px; border-top: 1px solid rgba(255,255,255,.16); }
.fw-field-note dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.fw-field-note dt { color: var(--fw-orange); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.fw-field-note dd { margin: 0; font-size: 11px; font-weight: 800; }

.fw-products-home { padding-bottom: 80px; }
.fw-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 42px 18px; }
.fw-product-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 3 / 2; background: #e5e4de; }
.fw-product-card__image > span { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 5px 8px; background: var(--fw-ink); color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.fw-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.fw-product-card:hover .fw-product-card__image img { transform: scale(1.035); }
.fw-product-card > div { padding-top: 16px; }
.fw-product-card p { margin: 0 0 5px; color: var(--fw-orange); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.fw-product-card h3 { min-height: 48px; margin: 0 0 8px; font-size: 14px; letter-spacing: .04em; line-height: 1.55; }
.fw-product-card strong { font-size: 14px; }
.fw-service-band { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--fw-orange); color: #fff; }
.fw-service-band > div { position: relative; min-height: 250px; padding: 52px; border-right: 1px solid rgba(255,255,255,.3); }
.fw-service-band span { position: absolute; right: 22px; top: 14px; color: rgba(255,255,255,.35); font-size: 58px; font-weight: 900; }
.fw-service-band h3 { margin: 0 0 18px; font-size: 38px; letter-spacing: -.03em; }
.fw-service-band p { max-width: 240px; margin: 0; font-size: 13px; }
.fw-journal { padding-bottom: 120px; }
.fw-news-list { border-top: 2px solid var(--fw-ink); }
.fw-news-list article { display: grid; grid-template-columns: 120px 1fr 1.2fr 60px; gap: 24px; align-items: start; padding: 26px 0; border-bottom: 1px solid var(--fw-line); }
.fw-news-list time { color: var(--fw-orange); font-size: 11px; font-weight: 800; }
.fw-news-list h3, .fw-news-list p { margin: 0; }
.fw-news-list h3 { font-size: 15px; line-height: 1.6; }
.fw-news-list p { color: #5b6872; font-size: 12px; line-height: 1.8; }
.fw-news-list article > span { text-align: right; font-size: 9px; font-weight: 900; }
.fw-store-cta { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; background: var(--fw-fog); }
.fw-store-cta > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 110px); }
.fw-store-cta h2 { margin: 0 0 24px; font-size: clamp(38px, 4.5vw, 64px); letter-spacing: -.05em; line-height: 1.18; }
.fw-store-cta p:not(.fw-kicker) { max-width: 510px; margin: 0 0 32px; color: #53616c; }
.fw-store-cta img { width: 100%; height: 100%; object-fit: cover; }

.fw-page-hero { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 610px; background: var(--fw-ink); color: #fff; }
.fw-page-hero__text { display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 7vw, 118px); }
.fw-page-hero h1 { margin: 0 0 32px; font-size: clamp(44px, 5vw, 76px); letter-spacing: -.055em; line-height: 1.15; }
.fw-page-hero__text > p:last-child { max-width: 630px; margin: 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 2.1; }
.fw-page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.fw-page-stats { display: grid; grid-template-columns: repeat(3, 1fr); width: min(calc(100% - 80px), 1080px); margin: -54px auto 0; position: relative; z-index: 2; background: var(--fw-orange); color: #fff; box-shadow: 0 18px 50px rgba(11,27,43,.16); }
.fw-page-stats div { display: flex; flex-direction: column; align-items: center; padding: 27px 18px; border-right: 1px solid rgba(255,255,255,.3); }
.fw-page-stats strong { font-size: 25px; letter-spacing: -.02em; }
.fw-page-stats span { font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.fw-page-sections { width: min(calc(100% - 80px), 1120px); margin: 0 auto; padding: 120px 0; }
.fw-page-sections article { display: grid; grid-template-columns: 150px 1fr; gap: 36px; padding: 50px 0; border-top: 1px solid var(--fw-line); }
.fw-page-sections article:last-child { border-bottom: 1px solid var(--fw-line); }
.fw-page-sections article > span { color: var(--fw-orange); font-size: 13px; font-weight: 900; letter-spacing: .13em; }
.fw-page-sections h2 { margin: 0 0 18px; font-size: clamp(28px, 3vw, 44px); letter-spacing: -.04em; }
.fw-page-sections p { max-width: 760px; margin: 0; color: #53616c; font-size: 15px; line-height: 2; }
.fw-page-aside { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 570px; background: var(--fw-fog); }
.fw-page-aside img { width: 100%; height: 100%; object-fit: cover; }
.fw-page-aside > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7vw, 100px); }
.fw-page-aside h2 { margin: 0 0 22px; font-size: clamp(34px, 4vw, 54px); letter-spacing: -.045em; }
.fw-page-aside p:not(.fw-kicker) { margin: 0 0 30px; color: #53616c; }

/* EC-CUBE catalog, product, cart and forms */
.fw-body.product_page .fw-main,
.fw-body.cart_page .fw-main,
.fw-body.contact_page .fw-main,
.fw-body.mypage .fw-main,
.fw-body.other_page:not(.fw-fixed-page) .fw-main {
  width: min(calc(100% - 64px), 1240px);
  margin: 0 auto;
  padding: 80px 0 120px;
  overflow: visible;
}
.fw-main .ec-pageHeader h1 { font-size: clamp(34px, 4vw, 56px); font-weight: 900; letter-spacing: -.045em; }
.fw-main .ec-topicpath { margin-bottom: 28px; }
.fw-main .ec-topicpath__item { font-size: 11px; }
.fw-main .ec-searchnavRole { margin-bottom: 36px; padding: 26px; background: var(--fw-fog); }
.fw-main .ec-searchnavRole__counter { font-size: 14px; font-weight: 800; }
.fw-main .ec-select select, .fw-main select { min-height: 44px; border: 1px solid var(--fw-line); border-radius: 0; background-color: #fff; }
.fw-main .ec-shelfGrid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 52px 22px; margin: 0 !important; padding: 0 !important; }
.fw-main .ec-shelfGrid__item { width: auto !important; margin: 0 !important; padding: 0 !important; border: 0 !important; }
.fw-main .ec-shelfGrid__item > a { display: block; }
.fw-main .ec-shelfGrid__item-image { aspect-ratio: 3 / 2; margin: 0 0 16px !important; overflow: hidden; background: #e3e4e0; }
.fw-main .ec-shelfGrid__item-image img { width: 100% !important; height: 100% !important; object-fit: cover; transition: transform .35s; }
.fw-main .ec-shelfGrid__item:hover .ec-shelfGrid__item-image img { transform: scale(1.03); }
.fw-main .ec-shelfGrid__item > a > p:not(.ec-shelfGrid__item-image):not(.price02-default) { margin: 6px 0 !important; font-size: 14px; font-weight: 800; }
.fw-main .ec-shelfGrid__item > a > p:nth-of-type(3) { min-height: 44px; color: #5f6a72; font-size: 11px !important; font-weight: 400 !important; line-height: 1.7; }
.fw-main .price02-default { margin: 12px 0; color: var(--fw-ink); font-size: 17px; font-weight: 900; }
.fw-main .ec-productRole__actions { margin: 10px 0; }
.fw-main .ec-numberInput input { min-height: 42px; border-radius: 0; }
.fw-main .ec-blockBtn--action, .fw-main .ec-blockBtn--cancel, .fw-main .ec-inlineBtn--action, .fw-main .ec-inlineBtn--cancel { border: 1px solid var(--fw-orange); border-radius: 0; background: var(--fw-orange); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em; transition: .2s; }
.fw-main .ec-blockBtn--action:hover, .fw-main .ec-inlineBtn--action:hover { background: var(--fw-orange-dark); }
.fw-main .ec-pager__item a, .fw-main .ec-pager__item--active { border-radius: 0; }

.fw-main .ec-grid2 { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(36px, 6vw, 90px); }
.fw-main .ec-grid2__cell { width: auto !important; }
.fw-main .ec-sliderItemRole { margin: 0; }
.fw-main .ec-sliderItemRole .item_visual .slide-item { background: #e2e3de; }
.fw-main .ec-sliderItemRole .item_visual img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.fw-main .ec-productRole { padding: 0 !important; }
.fw-main .ec-productRole .ec-productRole__title h2 { font-size: clamp(28px, 3vw, 46px); font-weight: 900; letter-spacing: -.04em; line-height: 1.25; }
.fw-main .ec-productRole__code { color: var(--fw-orange); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.fw-main .ec-price .ec-price__price { font-size: 26px; font-weight: 900; }
.fw-main .ec-productRole__description { color: #52606b; line-height: 2; }
.fw-main .ec-productRole__btn button { min-height: 58px; }
.fw-product-spec { margin-top: 52px; padding: 30px; background: var(--fw-ink); color: #fff; }
.fw-product-spec h3 { margin: 0 0 20px; color: var(--fw-orange); font-size: 12px; letter-spacing: .16em; }
.fw-product-spec dl { margin: 0; }
.fw-product-spec dl div { display: grid; grid-template-columns: 100px 1fr; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.17); }
.fw-product-spec dt { color: rgba(255,255,255,.55); font-size: 11px; }
.fw-product-spec dd { margin: 0; font-size: 12px; font-weight: 800; }
.fw-product-spec p { margin: 18px 0 0; color: rgba(255,255,255,.66); font-size: 11px; }

.fw-main .ec-cartRole, .fw-main .ec-registerRole, .fw-main .ec-login { max-width: 1080px; margin-left: auto; margin-right: auto; }
.fw-main .ec-cartTable { border-top: 2px solid var(--fw-ink); }
.fw-main .ec-cartRow { border-color: var(--fw-line); }
.fw-main .ec-cartRow__img img { width: 150px; aspect-ratio: 3/2; object-fit: cover; }
.fw-main .ec-cartRole__total { font-size: 20px; font-weight: 900; }
.fw-main .ec-borderedDefs { border-top: 2px solid var(--fw-ink); }
.fw-main .ec-borderedDefs dl { border-color: var(--fw-line); }
.fw-main .ec-borderedDefs dt { background: var(--fw-fog); }
.fw-main .ec-borderedDefs input, .fw-main .ec-borderedDefs textarea, .fw-main .ec-borderedDefs select,
.fw-main .ec-input input, .fw-main .ec-input textarea { border: 1px solid rgba(11,27,43,.25); border-radius: 0; background: #fff; box-shadow: none; }
.fw-main .ec-borderedDefs input:focus, .fw-main .ec-borderedDefs textarea:focus { border-color: var(--fw-orange); box-shadow: 0 0 0 2px rgba(243,106,33,.12); }
.fw-main .ec-required { border-radius: 0; background: var(--fw-orange); }
.fw-main .ec-off1Grid { max-width: 1000px; margin: 0 auto; }
.fw-main .ec-login { padding: 45px; background: var(--fw-fog); }
.fw-main .ec-rectHeading h2 { border-color: var(--fw-orange); }
.ec-modal { z-index: 200 !important; }

.fw-footer { background: var(--fw-ink); color: #fff; }
.fw-footer__top { width: min(calc(100% - 80px), var(--fw-max)); margin: auto; padding: 92px 0 70px; display: flex; justify-content: space-between; align-items: end; gap: 40px; border-bottom: 1px solid rgba(255,255,255,.16); }
.fw-footer__top h2 { margin: 0; font-size: clamp(36px, 5vw, 66px); letter-spacing: -.05em; line-height: 1.12; }
.fw-footer__grid { width: min(calc(100% - 80px), var(--fw-max)); margin: auto; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 56px; padding: 66px 0; }
.fw-logo--footer { margin-bottom: 24px; }
.fw-footer__brand p { color: rgba(255,255,255,.58); font-size: 11px; line-height: 2; }
.fw-footer__grid > div:not(.fw-footer__brand) { display: flex; flex-direction: column; gap: 9px; }
.fw-footer__grid strong { margin-bottom: 12px; color: var(--fw-orange); font-size: 9px; letter-spacing: .18em; }
.fw-footer__grid a { color: rgba(255,255,255,.7); font-size: 11px; }
.fw-footer__grid a:hover { color: #fff; }
.fw-footer__bottom { width: min(calc(100% - 80px), var(--fw-max)); margin: auto; display: flex; justify-content: space-between; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.4); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.fw-top { position: fixed; right: 22px; bottom: 22px; z-index: 70; width: 42px; height: 42px; border: 0; background: var(--fw-orange); color: #fff; font-weight: 900; cursor: pointer; }

@media (max-width: 1100px) {
  .fw-header__inner { grid-template-columns: 210px 1fr auto; width: min(calc(100% - 36px), var(--fw-max)); gap: 18px; }
  .fw-nav { gap: 15px; }
  .fw-nav a { font-size: 9px; }
  .fw-header-actions a:first-child { display: none; }
  .fw-category-grid { grid-template-columns: repeat(2, 1fr); }
  .fw-product-grid { grid-template-columns: repeat(3, 1fr); }
  .fw-page-hero { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .fw-shipping-note { justify-content: flex-start; height: 28px; overflow: hidden; white-space: nowrap; font-size: 9px; }
  .fw-header { height: 70px; }
  .fw-header__inner { grid-template-columns: 1fr auto auto; width: calc(100% - 28px); }
  .fw-logo__mark { width: 38px; height: 38px; }
  .fw-logo b { font-size: 14px; }
  .fw-logo em { font-size: 7px; }
  .fw-menu-button { display: block; height: 38px; padding: 0 12px; }
  .fw-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 22px; background: var(--fw-ink); border-top: 1px solid rgba(255,255,255,.15); }
  .fw-header.is-menu-open .fw-nav { display: flex; }
  .fw-nav a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .fw-header-actions { gap: 0; }
  .fw-cart { font-size: 0 !important; }
  .fw-cart::before { content: "CART"; font-size: 9px; }
  .fw-hero { min-height: 650px; }
  .fw-hero__shade { background: linear-gradient(0deg, rgba(5,15,26,.96), rgba(5,15,26,.18) 78%); }
  .fw-hero__content { width: calc(100% - 40px); padding-top: 290px; }
  .fw-hero h1 { font-size: clamp(42px, 11.2vw, 68px); }
  .fw-hero__content > p:not(.fw-kicker) { font-size: 13px; }
  .fw-hero__spec { display: none; }
  .fw-marquee { justify-content: flex-start; padding-left: 22px; }
  .fw-section { width: calc(100% - 40px); padding: 82px 0; }
  .fw-section-head, .fw-section-head--row { grid-template-columns: 1fr; gap: 24px; }
  .fw-category-grid { grid-template-columns: 1fr 1fr; }
  .fw-category-card { min-height: 350px; }
  .fw-field-note, .fw-store-cta, .fw-page-aside { grid-template-columns: 1fr; }
  .fw-field-note__image, .fw-store-cta > img, .fw-page-aside > img { height: 430px; }
  .fw-product-grid { grid-template-columns: repeat(2, 1fr); }
  .fw-service-band { grid-template-columns: 1fr; }
  .fw-service-band > div { min-height: 180px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
  .fw-news-list article { grid-template-columns: 90px 1fr; }
  .fw-news-list article p, .fw-news-list article > span { display: none; }
  .fw-page-hero { grid-template-columns: 1fr; }
  .fw-page-hero__text { order: 2; }
  .fw-page-hero__media { height: 420px; }
  .fw-page-stats { width: calc(100% - 40px); }
  .fw-page-sections { width: calc(100% - 40px); padding: 80px 0; }
  .fw-page-sections article { grid-template-columns: 90px 1fr; }
  .fw-main .ec-shelfGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fw-main .ec-grid2 { grid-template-columns: 1fr; }
  .fw-footer__top { width: calc(100% - 40px); align-items: start; flex-direction: column; }
  .fw-footer__grid { width: calc(100% - 40px); grid-template-columns: 1.5fr 1fr 1fr; }
  .fw-footer__brand { grid-column: 1 / -1; }
  .fw-footer__bottom { width: calc(100% - 40px); }
}

@media (max-width: 560px) {
  body.fw-body { font-size: 14px; }
  .fw-logo { gap: 8px; }
  .fw-logo__mark { width: 34px; height: 34px; font-size: 10px; }
  .fw-logo em { display: none; }
  .fw-header__inner { gap: 10px; }
  .fw-menu-button { width: 54px; padding: 0; font-size: 8px; }
  .fw-cart span { min-width: 20px; height: 20px; }
  .fw-hero { min-height: 620px; }
  .fw-hero__media img { object-position: 55% center; }
  .fw-hero__content { padding-top: 260px; }
  .fw-hero h1 { font-size: 42px; }
  .fw-hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .fw-button { width: 100%; }
  .fw-category-grid { grid-template-columns: 1fr; }
  .fw-category-card { min-height: 380px; }
  .fw-field-note__image, .fw-store-cta > img, .fw-page-aside > img { height: 300px; }
  .fw-field-note__body, .fw-store-cta > div, .fw-page-aside > div { padding: 54px 22px; }
  .fw-product-grid { gap: 34px 12px; }
  .fw-product-card h3 { font-size: 12px; }
  .fw-service-band > div { padding: 40px 24px; }
  .fw-page-hero__media { height: 300px; }
  .fw-page-hero__text { padding: 58px 22px; }
  .fw-page-hero h1 { font-size: 42px; }
  .fw-page-stats { grid-template-columns: 1fr; margin-top: 0; width: 100%; }
  .fw-page-stats div { flex-direction: row; justify-content: space-between; padding: 14px 22px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
  .fw-page-stats strong { font-size: 20px; }
  .fw-page-sections article { grid-template-columns: 1fr; gap: 12px; padding: 38px 0; }
  .fw-body.product_page .fw-main, .fw-body.cart_page .fw-main, .fw-body.contact_page .fw-main, .fw-body.mypage .fw-main, .fw-body.other_page:not(.fw-fixed-page) .fw-main { width: calc(100% - 28px); padding: 52px 0 90px; }
  .fw-main .ec-searchnavRole { padding: 18px; }
  .fw-main .ec-shelfGrid { gap: 34px 12px; }
  .fw-main .ec-shelfGrid__item > a > p:nth-of-type(3) { display: none; }
  .fw-main .ec-shelfGrid__item > a > p:not(.ec-shelfGrid__item-image):not(.price02-default) { font-size: 12px; }
  .fw-main .price02-default { font-size: 13px; }
  .fw-main .ec-shelfGrid__item .ec-productRole__actions { display: none; }
  .fw-main .ec-shelfGrid__item .ec-productRole__btn { margin-top: 8px; }
  .fw-main .ec-cartRow { display: grid; grid-template-columns: 90px 1fr; }
  .fw-main .ec-cartRow__img img { width: 86px; }
  .fw-footer__top, .fw-footer__grid, .fw-footer__bottom { width: calc(100% - 36px); }
  .fw-footer__grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .fw-footer__bottom { flex-direction: column; gap: 8px; }
}
