@charset "utf-8";

/* EDOX FAIR LP - scoped to .edox-fair to avoid conflicts with common.css */
.edox-fair {
  --edox-black: #050505;
  --edox-ink: #141414;
  --edox-gray: #ececec;
  --edox-light: #f4f4f4;
  --edox-red: #d80012;
  --edox-white: #fff;
  background: var(--edox-white);
  color: var(--edox-ink);
  font-family:  "Noto Sans JP", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .03em;
  overflow: hidden;
}
.edox-fair small{font-size: 12px;}
.edox-fair *, .edox-fair *::before, .edox-fair *::after { box-sizing: border-box; }
.edox-fair img { display: block; width: 100%; height: auto; }
.edox-fair a { color: inherit; text-decoration: none; }
.edox-fair p, .edox-fair h1, .edox-fair h2, .edox-fair h3, .edox-fair figure { margin: 0; }
.edox-fair .ef-container { width: calc(100% - 64px); max-width: 1120px; margin-inline: auto; }
.edox-fair .ef-container--narrow { width: calc(100% - 64px); max-width: 900px; margin-inline: auto; }
.edox-fair .ef-section { padding: 112px 0; }
.edox-fair .ef-section--gray { background: var(--edox-gray); }
.edox-fair .ef-visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.edox-fair .ef-kicker { font-size: 14px; font-weight: 700; letter-spacing: .22em; text-align: center; }
.edox-fair .ef-title { margin: 12px 0 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.15; letter-spacing: .06em; text-align: center; }
.edox-fair .ef-lead { margin: 28px auto 0; max-width: 820px; font-size: 16px; line-height: 2; text-align: center; }
.edox-fair .ef-hero picture, .edox-fair .ef-hero img { width: 100%; }
.edox-fair .ef-hero img { aspect-ratio: 1280 / 420; object-fit: cover; }
.edox-fair .ef-intro { text-align: center; }
.edox-fair .ef-intro__heading-image { width: min(382px, 100%); margin: 0 auto; }
.edox-fair .ef-intro__heading-image img { width: 100%; }
.edox-fair .ef-intro__stores { margin-top: 16px; font-size: 14px; font-weight: 700; }
.edox-fair .ef-gift { text-align: center; }
.edox-fair .ef-kicker-image { margin: 0 auto; }
.edox-fair .ef-kicker-image--gift { width: min(116px, 100%); }
.edox-fair .ef-gift__lead { margin-top: 26px; font-size: 13px; }
.edox-fair .ef-gift__title { margin-top: 10px; font-size: clamp(24px, 2.8vw, 34px); font-weight: 700; letter-spacing: .02em; }
.edox-fair .ef-gift__ticket { width: 72vw; max-width: 260px; margin: 34px auto 0; box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.edox-fair .ef-feature-visual { width: 100%; max-width: 970px; margin: 0 auto 46px; overflow: hidden; background: #000; }
.edox-fair .ef-feature-visual img { aspect-ratio: 16 / 6.2; object-fit: cover; object-position: center; }
.edox-fair .ef-feature-heading { margin: 0 auto 54px; max-width: 760px; font-size: clamp(24px, 3.1vw, 38px); line-height: 1.55; letter-spacing: .06em; text-align: center; }
.edox-fair .ef-feature-heading--image { width: min(760px, 100%); }
.edox-fair .ef-feature-heading--image img { width: 100%; }
.edox-fair .ef-product { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(320px, 1.2fr); align-items: center; gap: 70px; width: 100%; max-width: 930px; margin: 0 auto; }
.edox-fair .ef-product__image { min-height: 430px; display: grid; place-items: center; }
.edox-fair .ef-product__image img { width: 100%; max-width: 320px; max-height: 520px; object-fit: contain; margin-bottom: 20px;}
.edox-fair .ef-badge { display: inline-flex; align-items: center; min-height: 28px; padding: 4px 12px; background: var(--edox-red); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .1em; margin-bottom: 10px;}
.edox-fair .ef-product__name { margin-top: 18px; font-size: 16px; line-height: 1.45; font-weight: 700; }
.edox-fair .ef-product__name-image { width: min(358px, 100%); margin-top: 18px; }
.edox-fair .ef-product__copy { margin-top: 22px; line-height: 1.9; }
.edox-fair .ef-product__meta { margin-top: 20px; padding-top: 20px;}
.edox-fair .ef-product__ref { font-size: 15px; font-weight: 700; }
.edox-fair .ef-product__price { margin-top: 4px; font-size: 18px;}
.edox-fair .ef-product__limited { margin-top: 6px; color: var(--edox-red); font-size: 22px; font-weight: 700; }
.edox-fair .ef-link { display: inline-flex; align-items: center; justify-content: center; min-width: 160px; min-height: 46px; margin-top: 22px; padding: 10px 20px; background: #111; color: #fff; border-radius: 6px; font-size: 13px; font-weight: 700; letter-spacing: .08em; transition: opacity .25s ease; }
.edox-fair .ef-link:hover { opacity: .68; }
.edox-fair .ef-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; width: 100%; max-width: 900px; margin: 80px auto 0; }
.edox-fair .ef-detail-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; max-width: 1120px; }
.edox-fair .ef-detail-card__image { overflow: hidden; background: #070707; }
.edox-fair .ef-detail-card__image img { aspect-ratio: 1 / 1; object-fit: cover; }
.edox-fair .ef-detail-card--dial .ef-detail-card__image { background: transparent; }
.edox-fair .ef-detail-card--dial .ef-detail-card__image img { aspect-ratio: 1 / 1; object-fit: contain; transform: scale(1.08); transform-origin: center; }
.edox-fair .ef-detail-card h3 { margin: 20px 0 0; font-size: 19px; line-height: 1.5; text-align: center; }
.edox-fair .ef-detail-card p { margin-top: 12px; font-size: 14px; line-height: 1.9; }
.edox-fair .ef-story { position: relative; padding: 110px 0; background: #000 url('../images/water-champion-bg.webp') center / cover no-repeat; color: #fff; text-align: center; }
.edox-fair .ef-story::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.58); }
.edox-fair .ef-story .ef-container--narrow { position: relative; }
.edox-fair .ef-story__title { margin: 0; font-size: clamp(28px, 4vw, 50px); letter-spacing: .28em; }
.edox-fair .ef-story__text { margin-top: 34px; line-height: 2.1; }
.edox-fair .ef-recommended { padding: 108px 0 120px; background: #000; color: #fff; }
.edox-fair .ef-recommended__title { margin: 0; font-size: clamp(28px, 4vw, 46px); letter-spacing: .12em; text-align: center; }
.edox-fair .ef-recommended__lead { margin-top: 14px; color: rgba(255,255,255,.7); font-size: 13px; text-align: center; }
.edox-fair .ef-models { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 76px 62px; width: 100%; max-width: 1020px; margin: 72px auto 0; }
.edox-fair .ef-model { text-align: center; }
.edox-fair .ef-model__image { height: 340px; display: grid; place-items: center; }
.edox-fair .ef-model__image img { width: auto; max-width: 78%; max-height: 300px; object-fit: contain; }
.edox-fair .ef-model__ref { margin-top: 18px; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.edox-fair .ef-model__price { margin-top: 3px; font-size: 13px; }
.edox-fair .ef-model .ef-link,.edox-fair .ef-link.white { min-width: 150px; min-height: 40px; margin-top: 16px; background: #fff; color: #000; }
.edox-fair .ef-note { margin-top: 70px; color: rgba(255,255,255,.62); font-size: 12px; text-align: center; }
.edox-fair .ef-story__title img,.edox-fair .ef-recommended__title img{margin: 0 auto; display: block; max-width: 500px;}
/* Standalone preview only */
body.edox-fair-preview { margin: 0; background: #fff; }
body.edox-fair-preview main { background: #fff; }

@media (max-width: 767px) {
  .edox-fair { font-size: 14px; }
  .edox-fair .ef-container, .edox-fair .ef-container--narrow { width: calc(100% - 40px); }
  .edox-fair .ef-section { padding: 64px 0; }
  .edox-fair .ef-title { font-size: 34px; }
  .edox-fair .ef-lead { margin-top: 20px; font-size: 14px; line-height: 1.9; text-align: left; }
  .edox-fair .ef-hero img { aspect-ratio: 64 / 42; }
  .edox-fair .ef-intro__stores { margin-top: 14px; }
  .edox-fair .ef-gift__lead { margin-top: 22px; }
  .edox-fair .ef-gift__title { font-size: 22px; line-height: 1.55; }
  .edox-fair .ef-feature-visual { margin-bottom: 30px; }
  .edox-fair .ef-feature-visual img { aspect-ratio: 10 / 6; object-position: center; }
  .edox-fair .ef-feature-heading { margin-bottom: 34px; font-size: 25px; text-align: center; }
  .edox-fair .ef-feature-heading--image { width: 100%; max-width: 520px; }
  .edox-fair .ef-product { grid-template-columns: 1fr; gap: 30px; }
  .edox-fair .ef-product__image { min-height: 0; }
  .edox-fair .ef-product__image img { width: 82vw; max-width: 270px; max-height: 420px; }
  .edox-fair .ef-product__name { font-size: 22px; }
  .edox-fair .ef-product__name-image { max-width: 320px; }
  .edox-fair .ef-detail-grid, .edox-fair .ef-detail-grid--three { grid-template-columns: 1fr; gap: 44px; margin-top: 54px; }
  .edox-fair .ef-detail-card--dial .ef-detail-card__image img { transform: none; }
  .edox-fair .ef-detail-card h3 { font-size: 18px; }
  .edox-fair .ef-story { padding: 72px 0; }
  .edox-fair .ef-story__title { font-size: 27px; letter-spacing: .16em; }
  .edox-fair .ef-story__text { margin-top: 24px; font-size: 14px; text-align: left; }
  .edox-fair .ef-recommended { padding: 70px 0 80px; }
  .edox-fair .ef-models { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 18px; margin-top: 48px; }
  .edox-fair .ef-model__image { height: 230px; }
  .edox-fair .ef-model__image img { max-width: 84%; max-height: 200px;}
  .edox-fair .ef-model__ref { font-size: 11px; }
  .edox-fair .ef-model__price { font-size: 11px; }
  .edox-fair .ef-model .ef-link { min-width: 0; width: 100%; min-height: 38px; padding-inline: 8px; font-size: 11px; }
  .edox-fair .ef-product__body {  margin: 0 auto; display: block; text-align: center;}
  .edox-fair .ef-story__title img,.edox-fair .ef-recommended__title img{width: 80%;}
  .edox-fair .ef-product__name-image{display: block; margin: 0 auto;}
}
 

@media (max-width: 420px) {
  .edox-fair .ef-model__image { height: 190px; }
}
