/* 生活のエッセンス — bright feminine gothic EC */
:root {
  --ink: #2a3c45;
  --ink-2: #54707c;
  --muted: #87a0aa;
  --line: #d4e8ee;
  --bg: #f4fbfc;
  --soft: #e6f5f8;
  --accent: #3aaec4;
  --accent-soft: #d5f1f6;
  --mint: #6dc4b5;
  --gold: #5aa8b8;
  --navy: #2f5d6b;
  --max: 1024px;
  --radius: 16px;
  --radius-btn: 999px;
  --font: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { font-size: 62.5%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: opacity .45s ease, color .45s ease; }
a:hover { opacity: .7; }
ul { margin: 0; padding: 0; list-style: none; }
p { margin: 0; }
button, input { font: inherit; }

.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.page { display: flex; flex-direction: column; min-height: 100vh; }
.main { flex: 1; width: 100%; max-width: var(--max); margin: 0 auto 7.2rem; padding: 0 1rem; }
@media (min-width: 600px) {
  .main { margin: 3rem auto 8rem; padding: 0; }
}

/* Header — reference: logo center, utility sides, nav bar */
.site-notice {
  background: var(--accent-soft);
  color: var(--ink);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: .04em;
  padding: .85rem 1.2rem;
}
.site-notice strong { color: var(--accent); font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(244,251,252,.96); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header-top {
  display: none;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.4rem 0 1rem;
}
@media (min-width: 600px) { .header-top { display: grid; } }

.header-util { display: flex; gap: 1.6rem; font-size: 1.25rem; font-weight: 500; letter-spacing: .04em; }
.header-util a,
.header-sp-cart {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.hdr-ico {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.header-util--right { justify-content: flex-end; }
.logo { justify-self: center; text-align: center; }
.logo img { max-height: 48px; width: auto; margin: 0 auto; }
.logo-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.header-sp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1rem;
}
@media (min-width: 600px) { .header-sp { display: none; } }
.menu-btn {
  width: 4rem; height: 4rem; border: 0; background: transparent; padding: 0; cursor: pointer;
}
.menu-btn span { display: block; width: 2rem; height: 1.5px; margin: .45rem auto; background: var(--ink); }

.nav-bar { border-top: 1px solid var(--line); }
.nav-list {
  display: flex;
  justify-content: center;
  gap: clamp(1.6rem, 4vw, 4rem);
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1rem;
}
.nav-list a {
  display: block;
  padding: 1.2rem 0;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: .04em;
  position: relative;
}
.nav-list a.is-active::after,
.nav-list a:hover::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: var(--accent);
  opacity: 1;
}
@media (max-width: 599px) {
  .nav-bar { display: none; }
  .nav-bar.is-open {
    display: block;
    border-top: 1px solid var(--line);
  }
  .nav-list { flex-direction: column; gap: 0; padding: 1rem; }
  .nav-list a { padding: 1.2rem 0; border-bottom: 1px solid #eee; }
}

.search-row {
  display: flex;
  justify-content: center;
  padding: 0 1rem 1.2rem;
}
.search-row form {
  display: flex;
  width: min(100%, 560px);
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius-btn);
  overflow: hidden;
}
.search-row input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 1rem 1.4rem;
  background: transparent;
}
.search-row button {
  border: 0;
  background: var(--accent);
  color: #fff;
  padding: 0 2rem;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .04em;
}

/* Hero banners — full-bleed but content constrained feel like fashion EC */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #243044 0%, #3d4a5c 42%, #c9b8a6 100%);
  color: #fff;
  min-height: min(62vh, 520px);
  display: grid;
  align-items: end;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 20%, rgba(255,255,255,.18), transparent 36%),
    linear-gradient(to top, rgba(28,33,40,.55), transparent 50%);
  animation: drift 12s ease-in-out infinite alternate;
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 5rem 0 4rem;
}
.hero-kicker {
  font-size: 1.2rem;
  letter-spacing: .14em;
  margin-bottom: 1.2rem;
  opacity: .85;
}
.hero-title {
  margin: 0 0 1.2rem;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.35;
}
.hero-lead {
  max-width: 32em;
  margin-bottom: 2.4rem;
  opacity: .9;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.6rem;
  padding: 0 2.4rem;
  border: 1px solid transparent;
  border-radius: var(--radius-btn);
  letter-spacing: .04em;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, opacity .2s ease;
}
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { opacity: 1; background: var(--soft); }
.btn-line { border-color: var(--ink); background: transparent; color: var(--ink); }
.btn-ink { background: var(--accent); color: #fff; }
.btn-ink:hover { opacity: 1; background: var(--navy); }

@keyframes drift {
  from { transform: scale(1.02); }
  to { transform: scale(1.08) translate(-1%, -1%); }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Section headings like reference cmn__heading */
.sec {
  margin: 5rem 0;
}
.sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.6rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.8rem;
  padding-bottom: .9rem;
}
.sec-title {
  margin: 0;
  font-size: clamp(1.9rem, 2.4vw, 2.4rem);
  font-weight: 700;
  letter-spacing: .04em;
}
.sec-more {
  display: inline-flex;
  align-items: center;
  padding: .55rem 1.1rem;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: .02em;
  white-space: nowrap;
}
.sec-more:hover { opacity: 1; border-color: var(--ink); }
.cat-lead {
  color: var(--ink-2);
  font-size: 1.35rem;
  line-height: 1.85;
  margin: 0 0 2.2rem;
  max-width: 72rem;
}
.article-shop-cta {
  margin: 4rem auto 0;
  padding: 0 2rem 2rem;
  max-width: 1024px;
}

/* Category chips */
.cat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (min-width: 600px) {
  .cat-row { grid-template-columns: repeat(6, 1fr); }
}
.cat-chip {
  display: grid;
  place-items: center;
  min-height: 7.2rem;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius);
  text-align: center;
  padding: 1rem;
  letter-spacing: .02em;
  font-size: 1.25rem;
  font-weight: 500;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease;
}
a.cat-chip:hover {
  opacity: 1;
  transform: translateY(-2px);
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

/* Product grid — fashion catalog */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem 1.2rem;
}
@media (min-width: 600px) {
  .product-grid { grid-template-columns: repeat(4, 1fr); gap: 2.4rem 1.6rem; }
}
.product-card { position: relative; }
.product-card__media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #fff;
  margin-bottom: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #faf8f4;
  transition: transform .5s ease, opacity .35s ease;
}
.product-card:hover { opacity: 1; }
.product-card:hover .product-card__media img { transform: scale(1.03); opacity: .92; }
.product-card__rank {
  position: absolute;
  top: 0; left: 0;
  z-index: 2;
  min-width: 3.2rem;
  padding: .5rem .7rem;
  background: var(--accent);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  border-radius: 0 0 12px 0;
}
.product-card__deal {
  position: absolute;
  top: .8rem; right: .8rem;
  z-index: 2;
  background: #fff;
  color: var(--accent);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: .35rem .7rem;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(58, 174, 196, .18);
}
.product-card__cat {
  display: block;
  color: var(--gold);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: .02em;
  margin-bottom: .35rem;
}
.product-card__name {
  margin: 0 0 .6rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.8rem;
}
.product-card__price {
  color: var(--accent);
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0;
}
.product-card__price span {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--muted);
  margin-left: .3rem;
}
.product-card__cart {
  display: block;
  margin-top: .9rem;
  text-align: center;
  background: var(--accent);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: .9rem .6rem;
  border-radius: var(--radius-btn);
}
.product-card:hover .product-card__cart { background: var(--navy); }

/* Feature / article magazine strips */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 600px) {
  .feature-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 1.4rem; }
}
.feature-card {
  position: relative;
  overflow: hidden;
  background: var(--soft);
  min-height: 22rem;
  display: flex;
  align-items: flex-end;
}
.feature-card--lg { min-height: 28rem; }
.feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}
.feature-card:hover img { transform: scale(1.05); }
.feature-card__body {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 2rem;
  color: #fff;
  background: linear-gradient(to top, rgba(2,29,56,.72), transparent);
}
.feature-card__label {
  font-size: 1.1rem;
  letter-spacing: .2em;
  margin-bottom: .6rem;
  opacity: .9;
}
.feature-card__title {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.45;
}

/* Articles */
.article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 600px) {
  .article-grid { grid-template-columns: repeat(3, 1fr); gap: 2.4rem 1.6rem; }
}
.article-card__media {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #eee;
  margin-bottom: 1.2rem;
}
.article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.article-card:hover .article-card__media img { transform: scale(1.04); }
.article-card__meta {
  color: var(--muted);
  font-size: 1.15rem;
  letter-spacing: .08em;
  margin-bottom: .5rem;
}
.article-card__title {
  margin: 0 0 .8rem;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.5;
}
.article-card__excerpt {
  color: var(--ink-2);
  font-size: 1.3rem;
}

/* Shop layout with sidebar */
.shop-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  margin-top: 2rem;
}
@media (min-width: 800px) {
  .shop-layout { grid-template-columns: 200px 1fr; gap: 3.2rem; }
}
.side-box { margin-bottom: 2.4rem; }
.side-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .04em;
  border-bottom: 3px solid var(--accent);
  padding-bottom: .8rem;
  margin-bottom: 1rem;
}
.side-nav a {
  display: block;
  padding: .85rem 0;
  border-bottom: 1px solid #eee;
  font-size: 1.3rem;
}
.side-nav a.is-current { font-weight: 700; }

/* Product detail */
.pdp {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  margin-top: 2rem;
}
@media (min-width: 800px) {
  .pdp { grid-template-columns: 1fr 1fr; gap: 4rem; }
}
.pdp-media {
  aspect-ratio: 1;
  background: #fff;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.pdp-media img { width: 100%; height: 100%; object-fit: contain; background:#faf8f4; }
.pdp-cat { color: var(--gold); font-size: 1.25rem; font-weight: 500; letter-spacing: .04em; margin-bottom: .8rem; }
.pdp-title {
  margin: 0 0 1.4rem;
  font-size: clamp(2rem, 2.5vw, 2.6rem);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.45;
}
.pdp-price {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0;
  margin-bottom: 1.8rem;
}
.pdp-price small { font-size: 1.3rem; font-weight: 500; color: var(--muted); margin-left: .4rem; }
.pdp-catch { color: var(--ink-2); font-size: 1.4rem; margin: 0 0 1.2rem; }
.pdp-desc { color: var(--ink-2); margin-bottom: 2.4rem; line-height: 1.9; white-space: normal; }
.qty-row { display: flex; gap: 1rem; align-items: center; margin-bottom: 1.6rem; }
.qty-row input {
  width: 7rem;
  border: 1px solid var(--line);
  padding: .8rem;
  text-align: center;
}

/* Article detail */
.article-hero {
  aspect-ratio: 21/9;
  overflow: hidden;
  background: #eee;
  margin-bottom: 3rem;
}
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.article-body {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem 6rem;
}
.article-body h1 {
  font-size: clamp(2.2rem, 3.2vw, 3.2rem);
  letter-spacing: .02em;
  line-height: 1.45;
  margin: 0 0 1.2rem;
}
.article-body .meta { color: var(--muted); margin-bottom: 2.4rem; font-size: 1.25rem; }
.article-body .content {
  font-size: 1.5rem;
  line-height: 2;
  color: var(--ink-2);
}
.article-body .content p { margin-bottom: 1.6rem; }
.article-body .content h2 {
  font-size: clamp(1.8rem, 2.4vw, 2.2rem);
  margin: 3.2rem 0 1.2rem;
  letter-spacing: .03em;
  line-height: 1.5;
  padding-bottom: .6rem;
  border-bottom: 2px solid var(--accent-soft);
}
.article-body .content h3 {
  font-size: 1.7rem;
  margin: 2.4rem 0 .8rem;
  letter-spacing: .04em;
}
.article-body .content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 2.4rem;
  font-size: 1.35rem;
  line-height: 1.6;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.article-body .content th,
.article-body .content td {
  border: 1px solid var(--line);
  padding: .8rem 1rem;
  text-align: left;
  vertical-align: top;
}
.article-body .content th {
  background: var(--soft);
  color: var(--ink);
  font-weight: 700;
  white-space: nowrap;
}
.article-body .content ul {
  margin: 0 0 1.8rem 1.6rem;
  list-style: disc;
}
.article-body .content li {
  margin-bottom: .6rem;
}

/* Breadcrumb */
.bc {
  font-size: 1.2rem;
  color: var(--muted);
  margin: 1.6rem 0 0;
  letter-spacing: .04em;
}

/* Footer */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,.84);
  padding-top: 4.5rem;
  margin-top: auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding-bottom: 3.2rem;
}
@media (min-width: 600px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; }
}
.footer-name {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #fff;
  margin-bottom: 1rem;
}
.footer-h {
  color: #fff;
  font-weight: 700;
  letter-spacing: .04em;
  margin-bottom: 1.2rem;
}
.site-footer a { color: rgba(255,255,255,.84); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 1.4rem 0;
  font-size: 1.2rem;
}
.footer-bottom .wrap { width: min(100% - 2rem, var(--max)); }

.preview-note {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 100;
  background: var(--ink);
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: .08em;
  padding: .7rem 1rem;
  opacity: .9;
}

.reveal { animation: rise .7s ease both; }

.sec-lead { color: var(--muted); margin: -1rem 0 2rem; font-size: 1.35rem; }
.guide-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 600px) {
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .guide-grid { grid-template-columns: repeat(3, 1fr); }
}
.guide-card {
  display: block;
  padding: 2rem;
  border: 1px solid var(--line);
  background: var(--soft);
  min-height: 12rem;
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}
a.guide-card:hover {
  opacity: 1;
  transform: translateY(-3px);
  border-color: var(--ink);
  background: #fff;
}
.guide-card__name {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: .8rem;
}
.guide-card__desc {
  display: block;
  color: var(--ink-2);
  font-size: 1.25rem;
  line-height: 1.7;
}
.about-media p {
  font-size: 1.5rem;
  line-height: 2;
  color: var(--ink-2);
  max-width: 52em;
}
.source-note {
  margin-top: 2.4rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
  font-size: 1.25rem;
  color: var(--muted);
}
.article-grid--list {
  align-content: start;
}

/* ===== osharewalker TOP layout ===== */
.page-top .main-top { max-width: var(--max); }

.ow-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.6rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.8rem;
  padding-bottom: .9rem;
}
.ow-head h2 {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .2rem;
}
.ow-en {
  order: 2;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.2;
  color: var(--gold);
  text-transform: uppercase;
}
.ow-ja {
  order: 1;
  font-size: clamp(1.9rem, 2.4vw, 2.4rem);
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--ink);
}

/* Main Visual / First View — center-mode square carousel (osharewalker-like) */
.mv {
  --mv-slide: min(560px, 46vw);
  position: relative;
  width: 100%;
  background: var(--soft);
  color: #111;
  overflow: hidden;
  padding: 0 0 2.4rem;
}
.mv-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}
.mv-track {
  display: flex;
  align-items: stretch;
  width: max-content;
  will-change: transform;
  transition: transform .55s cubic-bezier(.22, .8, .28, 1);
  cursor: grab;
}
.mv.is-dragging .mv-track { cursor: grabbing; }
.mv-slide {
  position: relative;
  flex: 0 0 var(--mv-slide);
  width: var(--mv-slide);
  aspect-ratio: 1 / 1;
  display: block;
  background: #ddd;
  opacity: 1;
  pointer-events: auto;
  overflow: hidden;
}
.mv-slide.is-active { z-index: 1; }
.mv-slide--photo::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 46%;
  background: linear-gradient(transparent, rgba(61, 46, 43, .42));
  pointer-events: none;
}
.mv-slide--photo { background: #cfeef4; }
.mv-slide--photo:first-child { background: #bfe6ef; }
.mv-slide--photo:nth-child(2) { background: #d8efe8; }
.mv-slide--photo.mv-slide--dark,
.mv-slide--photo:nth-child(3) { background: #d7eef2; }
.mv-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv-caption {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 2;
  color: #fff;
  text-shadow: 0 2px 12px rgba(61, 46, 43, .35);
  pointer-events: none;
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .04em;
}
.mv-caption em {
  display: block;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: .18em;
  margin-bottom: .4rem;
  opacity: .92;
}
.mv-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.mv-frame {
  position: absolute;
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
  width: var(--mv-slide);
  height: 100%;
  pointer-events: none;
  z-index: 3;
}
.mv-arrow {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 4.2rem;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(110, 110, 110, .55);
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .2s ease;
}
.mv-arrow:hover { background: rgba(70, 70, 70, .72); }
.mv-arrow--prev { left: 0; }
.mv-arrow--next { right: 0; }
.mv-dots {
  position: relative;
  display: flex;
  justify-content: center;
  gap: .55rem;
  z-index: 2;
  width: auto;
  margin: 1.4rem auto 0;
  padding: 0;
}
.mv-dots button {
  width: 2rem;
  height: .28rem;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, .22);
  cursor: pointer;
}
.mv-dots button.is-active { background: var(--accent); }
@media (max-width: 699px) {
  .mv {
    --mv-slide: 100vw;
    padding-bottom: 1.2rem;
    background: #fff;
  }
  .mv-slide { aspect-ratio: 4 / 3; }
  .mv-arrow {
    width: 2.4rem;
    height: 3.6rem;
    font-size: 1.8rem;
  }
  .mv-dots { margin-top: .8rem; }
  .mv-caption { font-size: clamp(1.4rem, 4.5vw, 1.9rem); bottom: 1rem; left: 1rem; right: 1rem; }
}
.mv-copy {
  position: relative;
  z-index: 1;
  padding: 5rem 0 4.5rem;
  max-width: 40em;
  align-self: end;
  justify-self: start;
  margin-left: max(1.6rem, calc((100% - var(--max)) / 2));
}
.mv-en {
  letter-spacing: .28em;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  opacity: .85;
}
.mv-copy h1, .mv-copy h2 {
  margin: 0 0 1.2rem;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
}
.mv-copy p:last-child { opacity: .9; max-width: 32em; }

.sub-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
  margin: -0.4rem 0 2rem;
  font-size: 1.25rem;
  letter-spacing: .08em;
}
.sub-links a { border-bottom: 1px solid var(--line); padding-bottom: .2rem; }

/* Horizontal history */
.h-scroll { overflow-x: auto; margin: 0 -1rem; padding: 0 1rem 0.4rem; -webkit-overflow-scrolling: touch; }
.product-grid--scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(16rem, 18rem);
  grid-template-columns: none;
  gap: 1.2rem;
  width: max-content;
  padding-bottom: .4rem;
}
@media (min-width: 600px) {
  .h-scroll { margin: 0; padding: 0; }
}

/* Ranking tabs */
.rank-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-bottom: 2rem;
}
.rank-tab {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: .75rem 1.35rem;
  letter-spacing: .02em;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: var(--radius-btn);
}
.rank-tab.is-active {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.rank-panel { display: none; }
.rank-panel.is-active { display: block; }

/* Feature tiles */
.feature-tiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 700px) {
  .feature-tiles {
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .feature-tile--lg { grid-row: span 2; min-height: 100%; }
}
.feature-tile {
  position: relative;
  overflow: hidden;
  min-height: 22rem;
  display: flex;
  align-items: flex-end;
  background: #eee;
}
.feature-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}
.feature-tile:hover { opacity: 1; }
.feature-tile:hover img { transform: scale(1.05); }
.feature-tile__body {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 2rem;
  color: #fff;
  background: linear-gradient(to top, rgba(28,33,40,.78), transparent);
}
.feature-tile__label {
  display: block;
  font-size: 1.1rem;
  letter-spacing: .2em;
  margin-bottom: .6rem;
  opacity: .9;
}
.feature-tile__title {
  display: block;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.45;
}

/* Campaign */
.campaign-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 700px) {
  .campaign-grid { grid-template-columns: repeat(3, 1fr); }
}
.campaign-card {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  min-height: 16rem;
  padding: 2.2rem;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
a.campaign-card:hover {
  opacity: 1;
  transform: translateY(-2px);
  border-color: var(--navy);
  background: #fff;
}
.campaign-card__label {
  font-size: 1.15rem;
  letter-spacing: .12em;
  color: var(--gold);
  font-weight: 500;
}
.campaign-card strong {
  font-size: 1.7rem;
  letter-spacing: .08em;
  line-height: 1.4;
}

/* Brand / category cards */
.brand-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 700px) {
  .brand-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 900px) {
  .brand-grid { grid-template-columns: repeat(5, 1fr); }
}
.brand-card {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  min-height: 18rem;
  padding: 2rem 1.6rem;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius);
  transition: transform .35s ease, background .35s ease, border-color .35s ease, color .35s ease;
}
a.brand-card:hover {
  opacity: 1;
  transform: translateY(-2px);
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
a.brand-card:hover .brand-card__desc,
a.brand-card:hover .brand-card__more { color: rgba(255,255,255,.8); }
.brand-card__name {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .1em;
}
.brand-card__desc {
  color: var(--ink-2);
  font-size: 1.25rem;
  line-height: 1.7;
  flex: 1;
}
.brand-card__more {
  font-size: 1.2rem;
  letter-spacing: .08em;
  border-bottom: 1px solid var(--ink);
  align-self: flex-start;
  padding-bottom: .2rem;
}
.guide-inline {
  margin-top: 2.4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.guide-inline p {
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 1rem;
}
.guide-inline__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
  font-size: 1.25rem;
}

.sns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.sns-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  padding: 0 1.8rem;
  border: 1px solid var(--line);
  letter-spacing: .08em;
}

.mail-box, .member-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3.2rem 2.4rem;
  border: 1px solid var(--line);
}
@media (min-width: 700px) {
  .mail-box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.mail-box h2, .member-box h2 { margin: 0 0 1rem; }
.mail-box .ow-en, .member-box .ow-en { display: block; }
.mail-box p { color: var(--ink-2); max-width: 42em; line-height: 1.9; }
.member-box {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.member-box ul { margin: 0 0 1.2rem; }
.member-box li {
  padding: .5rem 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
  letter-spacing: .06em;
}

.site-footer--rich .footer-intro {
  padding: 3.2rem 0 1.2rem;
}
.footer-rich {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  padding-bottom: 3.2rem;
}
@media (min-width: 700px) {
  .footer-rich { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .footer-rich { grid-template-columns: repeat(4, 1fr); }
}
.footer-note {
  font-size: 1.25rem;
  line-height: 1.8;
  color: rgba(255,255,255,.78);
}

.pdp-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(6.4rem, 1fr));
  gap: .8rem;
  margin-top: 1.2rem;
}
.pdp-thumb {
  border: 1px solid var(--line);
  padding: 0;
  background: #fff;
  cursor: pointer;
  aspect-ratio: 1;
  overflow: hidden;
}
.pdp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #faf8f4;
}

/* Category shortcuts — Nissin-like scan path */
.cat-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .8rem;
  width: min(100% - 2rem, var(--max));
  margin: 2.4rem auto 0;
}
@media (min-width: 700px) {
  .cat-shortcuts { grid-template-columns: repeat(6, 1fr); gap: 1rem; }
}
.cat-shortcuts a {
  display: grid;
  place-items: center;
  min-height: 5rem;
  padding: .8rem .6rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 1.15rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .02em;
}
.cat-shortcuts a:hover {
  opacity: 1;
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

@media (max-width: 699px) {
  .cat-shortcuts {
    display: flex;
    overflow-x: auto;
    gap: .8rem;
    padding-bottom: .6rem;
    -webkit-overflow-scrolling: touch;
  }
  .cat-shortcuts a {
    flex: 0 0 30%;
    min-height: 5.2rem;
  }
}

.header-sp-cart { font-size: 1.25rem; font-weight: 700; letter-spacing: .04em; color: var(--accent); }

.product-card a:not(:has(.product-card__cart))::after {
  content: "カートに入れる";
  display: block;
  margin-top: .9rem;
  text-align: center;
  background: var(--accent);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: .9rem .6rem;
}
.product-card:hover a:not(:has(.product-card__cart))::after { background: var(--navy); }

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--accent); font-weight: 700; }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: var(--accent) !important;
  color: #fff !important;
  border-radius: var(--radius-btn) !important;
  font-family: var(--font);
  font-weight: 700;
  letter-spacing: .04em;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: var(--navy) !important;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius-btn);
  overflow: hidden;
  margin: 0 0 1.6rem;
}
.qty-control button {
  width: 4.4rem;
  height: 4.4rem;
  border: 0;
  background: var(--soft);
  color: var(--ink);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}
.qty-control input {
  width: 5.2rem;
  height: 4.4rem;
  border: 0;
  text-align: center;
  background: #fff;
  -moz-appearance: textfield;
}
.qty-control input::-webkit-outer-spin-button,
.qty-control input::-webkit-inner-spin-button { appearance: none; }

.set-deals {
  margin: 2.4rem 0 2rem;
  padding: 1.8rem 1.6rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.set-deals h2 {
  margin: 0 0 .6rem;
  font-size: 1.6rem;
  letter-spacing: .04em;
}
.set-deals > p {
  color: var(--ink-2);
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
}
.set-deals ul { display: flex; flex-direction: column; gap: .8rem; }
.set-deals a, .set-deals .is-current {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: .6rem 1rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--soft);
}
.set-deals .is-current {
  border-color: var(--accent);
  background: var(--accent-soft);
  font-weight: 700;
}
.set-deals .set-deals__save {
  color: var(--accent);
  font-weight: 700;
  font-size: 1.25rem;
}
.set-deals .set-deals__unit { color: var(--muted); font-size: 1.2rem; }

.pdp-buy {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.6rem;
}
.pdp-sticky {
  display: none;
}
@media (max-width: 599px) {
  .pdp-sticky {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    position: fixed;
    left: 0; right: 0;
    bottom: 5.6rem;
    z-index: 45;
    padding: .7rem 1rem calc(.7rem + env(safe-area-inset-bottom));
    background: rgba(244,251,252,.97);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(8px);
  }
  .pdp-sticky .pdp-price { margin: 0; font-size: 1.6rem; }
  .pdp-sticky .btn { min-height: 4.4rem; padding: 0 1.4rem; flex: 1; }
  .qty-control--sticky { margin: 0; }
  .qty-control--sticky button { width: 3.6rem; height: 3.8rem; }
  .qty-control--sticky input { width: 3.6rem; height: 3.8rem; }
}

.sp-tabbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 55;
  background: #fff;
  border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom);
}
.sp-tabbar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .15rem;
  min-height: 5.6rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--ink-2);
}
.sp-tabbar a::before {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
}
.sp-tabbar a:nth-child(1)::before { content: "⌂"; }
.sp-tabbar a:nth-child(2)::before { content: "⌕"; }
.sp-tabbar a:nth-child(3)::before { content: "✿"; }
.sp-tabbar a:nth-child(4)::before { content: "👜"; }
.sp-tabbar a.is-active, .sp-tabbar a:hover { color: var(--accent); opacity: 1; }
@media (min-width: 600px) { .sp-tabbar { display: none; } }

.persona-card {
  margin: 0 0 2.4rem;
  padding: 1.6rem 1.8rem;
  background: var(--accent-soft);
  border-radius: var(--radius);
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--ink);
}
.persona-card strong { display: block; margin-bottom: .4rem; color: var(--accent); font-size: 1.2rem; letter-spacing: .08em; }

.article-body .content figure {
  margin: 0 0 2.4rem;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--soft);
}
.article-body .content figure img { width: 100%; }
.article-body .content figcaption {
  padding: .8rem 1.2rem 1.2rem;
  font-size: 1.2rem;
  color: var(--muted);
}
.article-quote {
  margin: 0 0 2.4rem;
  padding: 1.8rem 2rem;
  background: #fff;
  border-left: 4px solid var(--accent);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 1.5rem;
  line-height: 1.9;
  color: var(--ink);
}
.article-quote cite {
  display: block;
  margin-top: .8rem;
  font-style: normal;
  font-size: 1.2rem;
  color: var(--muted);
}

.article-picks {
  margin: 0 0 2.8rem;
  padding: 1.6rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.article-picks__label {
  margin: 0 0 1.2rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--accent);
}
.article-picks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
@media (min-width: 600px) {
  .article-picks ul { grid-template-columns: repeat(2, 1fr); }
}
.article-picks a {
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  gap: 1rem;
  align-items: center;
  padding: .8rem;
  border-radius: 12px;
  background: var(--soft);
  opacity: 1;
}
.article-picks a:hover { background: var(--accent-soft); }
.article-picks img {
  width: 7.2rem;
  height: 7.2rem;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
}
.article-picks strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.45;
  margin-bottom: .3rem;
}
.article-picks em {
  display: block;
  font-style: normal;
  color: var(--accent);
  font-weight: 700;
  font-size: 1.5rem;
}
.article-picks__go {
  display: inline-block;
  margin-top: .4rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
}

.feature-tile, .article-hero { border-radius: var(--radius); }
.mail-box, .member-box { border-radius: var(--radius); }
.sns-list a { border-radius: var(--radius-btn); background: #fff; }
.product-card a:not(:has(.product-card__cart))::after { border-radius: var(--radius-btn); }

@media (max-width: 599px) {
  body { padding-bottom: 6.4rem; }
  .page-top .main, .main { margin-bottom: 2rem; padding: 0 1rem; }

  .sec { margin: 3rem 0; }

  .product-grid { gap: 1.2rem .8rem; }
  .product-card__name { font-size: 1.2rem; min-height: 3.4rem; }
  .product-card__price { font-size: 1.5rem; }
  .product-card__cart { font-size: 1.15rem; padding: .75rem .4rem; }
  .product-card a:not(:has(.product-card__cart))::after { font-size: 1.15rem; padding: .75rem .4rem; }

  .article-grid { grid-template-columns: repeat(2, 1fr); gap: 1.2rem .8rem; }
  .article-card__title { font-size: 1.3rem; letter-spacing: .02em; }
  .article-card__excerpt { display: none; }
  .article-card__media { margin-bottom: .8rem; }

  .feature-tiles { grid-template-columns: repeat(2, 1fr); gap: .8rem; }
  .feature-tile { min-height: 16rem; }
  .feature-tile--lg { grid-column: span 2; min-height: 18rem; }
  .feature-tile__title { font-size: 1.3rem; letter-spacing: .02em; }

  /* カテゴリショートカット：横スクロールをやめてグリッド表示 */
  .cat-shortcuts {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    overflow-x: visible;
    gap: .7rem;
    padding-bottom: 0;
  }
  .cat-shortcuts a { min-height: 4.8rem; font-size: 1.1rem; }

  .ow-head { margin-bottom: 1.2rem; }
  .ow-ja { font-size: 1.7rem; white-space: nowrap; }
  .ow-en { font-size: 1rem; letter-spacing: .1em; }

  .article-body { padding: 0 0 5rem; }
  .article-hero { aspect-ratio: 4/3; margin-bottom: 2rem; }

  .sp-tabbar a { min-height: 5.2rem; font-size: 1rem; }
  .sp-tabbar a::before { font-size: 1.7rem; }

  .rank-tab { padding: .6rem 1rem; font-size: 1.15rem; }

  .logo-text { font-size: 1.6rem; }
  .header-sp { padding: 1rem; }
  .header-sp-cart { font-size: 1.1rem; gap: .3rem; }
  .site-notice { font-size: 1.1rem; padding: .7rem 1rem; }

  .site-footer { padding-top: 3rem; }

  .article-picks a { grid-template-columns: 5.6rem 1fr; gap: .8rem; }
  .article-picks img { width: 5.6rem; height: 5.6rem; }

  .set-deals { padding: 1.4rem 1.2rem; }
  .set-deals a, .set-deals .is-current { padding: .9rem 1rem; font-size: 1.25rem; }

  .pdp-title { font-size: 2rem; }
  .pdp-price { font-size: 2.4rem; margin-bottom: 1.4rem; }
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.woocommerce .quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius-btn);
  overflow: hidden;
}
.woocommerce .quantity .qty {
  width: 5.2rem;
  height: 4.4rem;
  border: 0;
  text-align: center;
}


