/*
Theme Name: 丸金
Theme URI: https://marukin.example.com
Author: 丸金
Description: 越前蟹産地直送 丸金 公式サイトテーマ
Version: 1.0.0
Text Domain: marukin
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Yu Mincho", "YuMincho", "游明朝", "ヒラギノ明朝 ProN", serif;
  background: #f8f0e3;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ===== HEADER ===== */
.header {
  position: relative;
  height: 80px;
  width: 100%;
  background: rgba(30, 30, 30, 0.9);
}

.header-logo {
  position: absolute;
  left: 81px;
  top: 0;
  width: 214px;
  height: 80px;
}

.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.header-nav {
  position: absolute;
  left: 566px;
  top: 8px;
  height: 64px;
  width: 874px;
  display: flex;
  align-items: center;
}

.header-nav-links {
  display: flex;
  gap: 67px;
  align-items: center;
}

.header-nav-links a,
.header-nav-links span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  line-height: normal;
}

.header-cart {
  position: absolute;
  right: 0;
  top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.header-cart img {
  width: 51px;
  height: 40px;
  object-fit: cover;
}

.header-cart span {
  font-size: 16px;
  color: #fff;
  line-height: 55px;
}

/* Mobile-only header controls (hidden on desktop) */
.header-mobile-right {
  display: none;
  position: absolute;
  right: 16px;
  top: 0;
  height: 100%;
  align-items: center;
  gap: 18px;
}

.header-cart-mobile img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.header-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px;
}

.header-menu-bars {
  width: 22px;
  height: 16px;
  position: relative;
  display: block;
}

.header-menu-bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-menu-bars span:nth-child(1) { top: 0; }
.header-menu-bars span:nth-child(2) { top: 7px; }
.header-menu-bars span:nth-child(3) { top: 14px; }

.header-menu-btn.is-open .header-menu-bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header-menu-btn.is-open .header-menu-bars span:nth-child(2) {
  opacity: 0;
}
.header-menu-btn.is-open .header-menu-bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header-menu-label {
  font-size: 9px;
  color: #fff;
  letter-spacing: 0.05em;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  top: 64px;
  background: rgba(20, 20, 20, 0.97);
  z-index: 90;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-nav.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  padding: 40px 32px;
}

.mobile-nav-list a {
  color: #f8f0e3;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* ===== PAGE TITLE ===== */
.page-title-section {
  position: relative;
  padding-top: 149px;
  text-align: center;
}

.page-title-wrapper {
  position: relative;
  height: 69px;
  width: 100%;
  max-width: 1162px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-title-deco-left {
  position: absolute;
  left: 0;
  top: 27px;
  height: 15.556px;
  width: 315.556px;
}

.page-title-deco-left img {
  width: 100%;
  height: 100%;
  display: block;
}

.page-title-deco-right {
  position: absolute;
  right: 0;
  top: 27px;
  height: 15.556px;
  width: 315.556px;
  transform: scaleY(-1) rotate(180deg);
}

.page-title-deco-right img {
  width: 100%;
  height: 100%;
  display: block;
}

.page-title {
  font-size: 43px;
  font-weight: 600;
  color: #1f1f1f;
  white-space: nowrap;
  line-height: normal;
}

.page-subtitle {
  margin-top: 22px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: normal;
}

/* ===== BANNER (商品一覧ページ専用) ===== */
/* WordPressが body.page-products クラスを自動付与するため、
   トップページの .banner と競合しない */
.page-products .banner {
  width: 1200px;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin: 20px auto 0;
  background: url(./assets/images/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.page-products .banner-left {
  width: 38%;
  height: 100%;
}

.page-products .banner-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-products .banner-right {
  width: 62%;
}

.page-products .banner-label {
  width: fit-content;
  background: url(./assets/images/bnr-label.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8px 24px;
  margin-top: 32px;
}

.page-products .banner-label span {
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
}

.page-products .banner-text h2 {
  font-size: 50px;
  font-weight: 400;
  background: linear-gradient(to right, #deaf2c, #fff3ce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 4px;
  line-height: 1.4;
  text-shadow: none;
  filter: drop-shadow(1px 4px 4px rgba(0,0,0,0.25));
  white-space: pre-line;
  margin-top: 16px;
}

.page-products .banner-desc {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.8px;
  line-height: 1.7;
  width: 377px;
}

.page-products .banner-btn {
  display: block;
  width: fit-content;
  background: #8b7044;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 12px 40px;
  cursor: pointer;
  margin-top: -44px;
  margin-right: 24px;
  margin-left: auto;
}

.page-products .banner-btn span {
  font-size: 21.748px;
  font-weight: 400;
  color: #fff;
  line-height: normal;
}

.page-products .banner-btn:hover {
  background-color: #fff;
  color: #8b7044;
  border: 1px solid #8b7044;
}

.page-products .banner-btn span:hover {
  color: #8b7044;
}

/* ===== BANNER (トップページ専用) ===== */
/* WordPressが body.home クラスを自動付与 */
body.home .banner {
  /* トップページ固有の .banner スタイルをここに記述 */
}

/* ===== PRODUCT SECTIONS ===== */
.products-container {
  padding: 0 132px;
}

.category-section {
  margin-top: 56px;
}

.section-title-row {
  display: flex;
  align-items: center;
  height: 51px;
  gap: 24px;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  line-height: normal;
  flex-shrink: 0;
}

.section-title-line {
  flex: 1;
  height: 4px;
  overflow: hidden;
}

.section-title-line img {
  width: 100%;
  height: 100%;
  display: block;
}

.cards-row-2 {
  display: flex;
  gap: 59px;
  margin-top: 26px;
}

.cards-row-3 {
  display: flex;
  gap: 34px;
  margin-top: 26px;
}

/* Mobile-only scroll navigation (hidden on desktop) */
.cards-nav {
  display: none;
}

/* Product Card - Large (2-col) */
.product-card-large {
  width: 560px;
  background: #fff;
  border: 1px solid #c9aa4c;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.product-card-large .card-img {
  width: 560px;
  height: 180px;
  overflow: hidden;
  flex-shrink: 0;
}

.product-card-large .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-card-large .card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 0 10px;
  gap: 0;
}

/* Product Card - Small (3-col) */
.product-card-small {
  width: 370px;
  background: #fff;
  border: 1px solid #c9aa4c;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.product-card-small .card-img {
  width: 370px;
  height: 120px;
  overflow: hidden;
  flex-shrink: 0;
}

.product-card-small .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-card-small .card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 0 10px;
}

.card-name {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
  letter-spacing: 0.72px;
  line-height: normal;
  margin-bottom: 4px;
}

.card-price {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
  letter-spacing: 0.72px;
  line-height: normal;
  margin-bottom: 8px;
}

.card-sub {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  letter-spacing: 0.6px;
  line-height: normal;
  margin-bottom: 8px;
}

.btn-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 43px;
  border: 1px solid #99815b;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 6px;
}

.btn-detail span {
  font-size: 16px;
  font-weight: 600;
  color: #8b7044;
  line-height: normal;
}

.btn-detail:hover {
  background: #8b7044;
}

.btn-detail span:hover {
  color: #fff;
}

/* ===== FOOTER ===== */
.footer {
  margin-top: 60px;
  width: 100%;
  position: relative;
}

.footer-main {
  background: #262626;
  width: 100%;
  height: 360px;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: 89px;
}

.footer-logo {
  position: absolute;
  left: 155px;
  top: 89px;
  width: 116px;
  height: 166px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-address {
  position: absolute;
  left: 374px;
  top: 131px;
  color: #f8f6f2;
  text-align: center;
  line-height: 1.6;
}

.footer-address p {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  line-height: normal;
}

.footer-address .tel {
  font-size: 16px;
  margin-top: 6px;
}

.footer-divider-v {
  position: absolute;
  top: 131px;
  width: 1px;
  height: 74px;
  background: #f8f6f2;
  opacity: 0.5;
}

.footer-nav-links {
  position: absolute;
  left: 662px;
  top: 155px;
  display: flex;
  gap: 116px;
  align-items: center;
}

.footer-nav-links a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  line-height: normal;
}

.footer-nav-links a:hover {
  opacity: 0.8;
}

.footer-nav-links a:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -58px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background: #deaf2c;
}

.footer-dividers {
  position: absolute;
  left: 622px;
  top: 131px;
  width: 1px;
  height: 74px;
  background: #deaf2c;
}

.footer-dividers-2 {
  position: absolute;
  left: 349px;
  top: 131px;
  width: 1px;
  height: 74px;
  background: #deaf2c;
}

.footer-copyright {
  background: #da003d;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-copyright p {
  font-size: 12px;
  font-weight: 600;
  color: #f8f6f2;
  line-height: normal;
}

/* ===================================================
   RESPONSIVE (SP) — max-width: 600px
   =================================================== */
@media (max-width: 600px) {

  html, body { overflow-x: hidden; }

  /* ---------- HEADER ---------- */
  .header { height: 64px; }

  .header-logo {
    left: 16px;
    width: auto;
    height: 32px;
  }

  .header-nav { display: none; }

  .header-mobile-right { display: flex; }

  /* ---------- PAGE TITLE ---------- */
  .page-title-section { padding-top: 88px; }

  .page-title-wrapper {
    height: auto;
    padding: 0 20px;
  }

  .page-title-deco-left,
  .page-title-deco-right {
    display: none;
  }

  .page-title { font-size: 24px; }

  .page-subtitle {
    margin-top: 14px;
    font-size: 13px;
    padding: 0 24px;
  }

  /* ---------- BANNER (商品一覧ページ SP) ---------- */
  .page-products .banner {
    width: 100%;
    background: url(./assets/images/banner-sp.png) no-repeat center / cover;
    padding: 0 8px;
    gap: 0;
    margin-top: 32px;
  }

  .page-products .banner-product-img {
    overflow: hidden;
    width: 80%;
  }

  .page-products .banner-left {
    width: 55%;
    margin-left: -80px;
    margin-top: 8px;
  }

  .page-products .banner-right {
    border-radius: 16px;
    position: relative;
    z-index: 1;
    width: 60%;
    margin-right: -120px;
  }

  .page-products .banner-label { margin-top: 0; }
  .page-products .banner-label span { font-size: 13px; }

  .page-products .banner-text h2 {
    background: none;
    -webkit-text-fill-color: initial;
    filter: none;
    color: #f8f0e3;
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin-top: 8px;
  }

  .page-products .banner-desc {
    width: 100%;
    font-size: 11px;
    margin-top: 8px;
  }

  .page-products .banner-btn {
    font-size: 10px;
    width: fit-content;
    text-align: center;
    margin: 8px 0 8px;
    padding: 4px 20px;
  }

  .page-products .banner-btn span { font-size: 10px; }

  /* ---------- PRODUCTS ---------- */
  .products-container { padding: 0 20px; }

  .category-section { margin-top: 40px; }

  .section-title { font-size: 18px; }

  .cards-row-2,
  .cards-row-3 {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 16px;
    padding-bottom: 4px;
  }

  .cards-row-2::-webkit-scrollbar,
  .cards-row-3::-webkit-scrollbar {
    display: none;
  }

  .product-card-large,
  .product-card-small {
    scroll-snap-align: center;
    flex: 0 0 100%;
    width: 100%;
  }

  .product-card-large .card-img,
  .product-card-small .card-img {
    width: 100%;
    height: 200px;
  }

  .card-name { font-size: 17px; }
  .card-price { font-size: 16px; }
  .card-sub { font-size: 13px; }

  .btn-detail {
    width: 100%;
    max-width: 280px;
    height: 44px;
  }

  .cards-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
  }

  .cards-nav-btn {
    position: relative;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cards-nav-btn img:first-child {
    position: absolute;
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .cards-nav-arrow {
    position: relative;
    z-index: 1;
    width: 12px;
    height: auto;
  }

  .cards-nav-arrow-left {
    transform: rotate(180deg);
  }

  /* ---------- FOOTER ---------- */
  .footer { margin-top: 40px; }

  .footer-main {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
  }

  .footer-logo {
    position: static;
    width: auto;
    height: 90px;
    margin-bottom: 20px;
  }

  .footer-dividers,
  .footer-dividers-2 {
    display: none;
  }

  .footer-address {
    position: static;
    text-align: left;
  }

  .footer-nav-links {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    margin-top: 24px;
  }

  .footer-nav-links a {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #444;
  }

  .footer-nav-links a:not(:first-child)::before {
    display: none;
  }

  .footer-copyright { height: auto; padding: 14px 0; }
  .footer-copyright p { font-size: 11px; }
}

/* ============================================================
   top.css
   ============================================================ */
/* ===================================================
   top.css — 丸金 トップページ
   可変幅レイアウト（max-width: 1200px で中央寄せ）
   =================================================== */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  font-family: 'Yu Mincho', '游明朝', 'YuMincho', 'Hiragino Mincho ProN', serif;
  background-color: #f8f0e3;
  color: #1e1e1e;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; height: auto; }
address { font-style: normal; }

.cormorant {
  font-family: 'Cormorant SC', Georgia, serif;
}

/* =====================
   OPENING ANIMATION
   ===================== */
.opening {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #f4eee2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.9s ease;
}

.opening.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.opening-logo {
  width: 195px;
  height: auto;
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 1.1s ease, transform 1.1s ease;
}

.opening-logo.is-shown {
  opacity: 1;
  transform: scale(1);
}

/* =====================
   HEADER
   ===================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(30, 30, 30, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px 0 40px;
  z-index: 100;
}

.header-logo img {
  height: 44px;
  width: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.header-nav a {
  color: #f8f0e3;
  font-size: 14px;
  letter-spacing: 0.07em;
  font-family: 'Yu Mincho', '游明朝', serif;
}

.header-cart {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-cart img {
  width: 22px;
  height: 22px;
}

.header-cart span {
  color: #f8f0e3;
  font-size: 14px;
}

/* Mobile-only header controls (hidden on desktop) */
.header-mobile-right {
  display: none;
  align-items: center;
  gap: 18px;
}

.header-cart-mobile img {
  width: 24px;
  height: 24px;
}

.header-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px;
}

.header-menu-bars {
  width: 22px;
  height: 16px;
  position: relative;
  display: block;
}

.header-menu-bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f8f0e3;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-menu-bars span:nth-child(1) { top: 0; }
.header-menu-bars span:nth-child(2) { top: 7px; }
.header-menu-bars span:nth-child(3) { top: 14px; }

.header-menu-btn.is-open .header-menu-bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header-menu-btn.is-open .header-menu-bars span:nth-child(2) {
  opacity: 0;
}
.header-menu-btn.is-open .header-menu-bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header-menu-label {
  font-size: 9px;
  color: #f8f0e3;
  letter-spacing: 0.05em;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  top: 64px;
  background: rgba(20, 20, 20, 0.97);
  z-index: 90;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-nav.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  padding: 40px 32px;
}

.mobile-nav-list a {
  color: #f8f0e3;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* =====================
   FV / HERO SLIDESHOW
   ===================== */
.fv {
  position: relative;
  width: 100%;
  height: 806px;
  overflow: hidden;
  margin-top: 80px;
}

.fv-slides {
  width: 100%;
  height: 100%;
  position: relative;
}

.fv-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.fv-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.fv-slide picture {
  display: contents;
}

.fv-img {
  width: 100%;
  height: 806px;
  object-fit: cover;
}

.fv-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10, 10, 10, 0.68) 0%,
    rgba(10, 10, 10, 0.42) 40%,
    transparent 70%
  );
}

/* Vertical text group */
.fv-text {
  position: absolute;
  top: 0;
  left: 222px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 120px;
  gap: 0;
}

.fv-text-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 越前蟹 + 産地直送 — vertically stacked as one column */
.fv-text-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 178px;
  margin-right: 40px;
}

/* 越前蟹 */
.fv-tc-1 {
  width: 30px;
}
.fv-label-main {
  writing-mode: vertical-rl;
  font-size: 40px;
  color: #f8f0e3;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

/* 産地直送 */
.fv-tc-2 {
  width: 30px;
}
.fv-label-sub {
  writing-mode: vertical-rl;
  font-size: 27px;
  color: #f8f0e3;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

/* 越前の港から (tall, centered) */
.fv-tc-3 {
  width: 64px;
  justify-content: center;
  padding-top: 0;
}
.fv-label-lg {
  writing-mode: vertical-rl;
  font-size: 70px;
  color: #f8f0e3;
  letter-spacing: 0.02em;
  line-height: 74px;
  white-space: nowrap;
}

/* 旬のおいしさを */
.fv-tc-4 {
  width: 40px;
  margin-left: 14px;
}
.fv-label-md {
  writing-mode: vertical-rl;
  font-size: 50px;
  color: #f8f0e3;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

/* Prev / Next buttons */
.fv-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv-btn-prev { left: 32px; }
.fv-btn-next { right: 32px; }

.fv-btn .fv-arrow-circle {
  position: absolute;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.fv-btn .fv-arrow-icon {
  position: relative;
  z-index: 1;
  width: 16px;
  height: auto;
}

.fv-arrow-left {
  transform: rotate(180deg);
}

/* Dots */
.fv-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.fv-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: background 0.3s;
}

.fv-dot.active {
  background: #f8f0e3;
}

/* =====================
   訳あり品
   ===================== */
.wakeari {
  position: relative;
  width: 100%;
  height: fit-content;
  background: #262626 url("../images/wakeari-bg.png") no-repeat center center / cover;
  overflow: hidden;
}

.wakeari-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  z-index: 2;
}


.wakeari-lead {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 22px;
  color: #deaf2c;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.wakeari-lead-line {
  width: 105px;
  height: auto;
}

.wakeari-heading {
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, #deaf2c 0%, #fff3ce 50%, #c9aa4c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 28px;
  white-space: pre-line;
}

.wakeari-body {
  font-size: 16px;
  color: #d8ccc0;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 36px;
}

.wakeari-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #8b7044;
  color: #f8f0e3;
  font-size: 16px;
  letter-spacing: 0.08em;
  padding: 14px 32px;
  height: 52px;
}

.wakeari-arrow {
  width: 20px;
  height: auto;
}

.wakeari-left{
  padding-left: 40px;
  padding-top: 64px;
  padding-bottom: 40px;
}

.wakeari-right {
  position: relative;
  width: fit-content;
  height: 100%;
  align-items: center;
}

.wakeari-right picture {
  display: contents;
}

.wakeari-photo {
  object-fit: contain;
  flex-shrink: 0;
}

/* Vertical tags on far right */
.wakeari-tag-wrap {
  position: absolute;
  right: 20px;
  top: 72px;
  height: 100%;
  display: flex;
  flex-direction: row;
}

.wakeari-tag-main {
  position: relative;
  width: 54px;
  height: fit-content;
  background: url(../images/top-label2.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}

.wakeari-tag-main span {
  writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: 200;
  color: #f8f0e3;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding-top: 8px;
}

.wakeari-tag-sub {
  width: 54px;
  height: fit-content;
  background: url(../images/top-label.png);
  background-size: contain;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  right: 10px;
}

.wakeari-tag-sub span {
  writing-mode: vertical-rl;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 200;
  white-space: nowrap;
  padding-top: 8px;
}

/* =====================
   商品のご紹介
   ===================== */
.products {
  position: relative;
  background:  url(../images/top-products-bg.png) no-repeat center center / cover;
  width: 100%;
  min-height: 1080px;
  padding: 100px 0 80px;
  overflow: hidden;
}

.products-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Section header: vertical label + title */
.products-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.products-title-group {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.products-desc {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #555;
  margin-bottom: 64px;
  margin-top: -64px;
  padding-left: 56px;
}

.products-title-en {
  writing-mode: vertical-rl;
  font-family: 'Cormorant SC', Georgia, serif;
  font-size: 14px;
  color: #b80032;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transform: rotate(180deg);
  line-height: 1;
}

.products-title-jp {
  writing-mode: vertical-rl;
  font-size: 28px;
  color: #1e1e1e;
  letter-spacing: 0.15em;
  line-height: 1;
}

.products-lead {
  flex: 1;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1e1e1e;
}

.products-lead span {
  display: inline-block;
  padding-bottom: 24px;
  border-bottom: 1px solid #9e7f4d;
}

/* Carousel */
.products-carousel-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.products-carousel-wrap {
  position: relative;
  width: 1170px;
  overflow: hidden;
}

.products-carousel {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
  will-change: transform;
}

.product-card {
  flex: 0 0 370px;
}

.product-card-img-wrap {
  width: 370px;
  height: 290px;
  overflow: hidden;
}

.product-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-card:hover .product-card-img-wrap img {
  transform: scale(1.04);
}

.product-card-info {
  padding: 24px 20px 28px;
}

.product-card-name {
  font-size: 22px;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  color: #1e1e1e;
}

.product-card-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

/* Carousel prev/next */
.carousel-btn {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 5;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-btn img:first-child {
  position: absolute;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.carousel-arrow-icon {
  position: relative;
  z-index: 1;
  width: 14px;
  height: auto;
  transition: transform 0.2s ease;
}

.carousel-arrow-left {
  transform: rotate(180deg);
}

.carousel-next:hover .carousel-arrow-icon {
  transform: translateX(24px);
}

.carousel-prev:hover .carousel-arrow-icon {
  transform: rotate(180deg) translateX(24px);
}

/* CTA */
.products-cta {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}

.products-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1.5px solid #8B7044;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding: 14px 40px;
  height: 50px;
  color: #8B7044;
  transition: background 0.25s, color 0.25s;
}

.products-cta-btn:hover {
  background: #8B7044;
  color: #f8f0e3;
}

.products-cta-btn img {
  width: 16px;
  height: auto;
  transition: filter 0.25s;
}

.products-cta-btn:hover img {
  filter: brightness(0) invert(1);
}

/* =====================
   私たちについて
   ===================== */
/* =====================
   越前の港（固定表示）
   ===================== */
.zenhan-wrap {
  position: relative;
  width: 100%;
}

.zenhan-sticky {
  position: sticky;
  top: 80px;
  width: 100%;
  height: 500px;
  overflow: hidden;
  z-index: 0;
}

.zenhan-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.about {
  position: relative;
  z-index: 5;
  width: 100%;
  background: #f8f0e3;
  margin-top: -120px;
}

/* 上部 cream */
.about-top {
  background: url(../images/top-ourstory-bg.png) no-repeat center center / cover;
  position: relative;
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
}

.about-top-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 72px;
  position: relative;
}

.about-top-photo {
  flex: 0 0 490px;
  height: 580px;
  overflow: hidden;
}

.about-top-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-top-text {
  position: relative;
  flex: 1;
  padding-top: 24px;
}

.about-section-label {
  position: absolute;
  top: -32px;
  right: 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.about-label-en {
  font-size: 13px;
  color: #b80032;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.about-label-jp {
  font-size: 28px;
  color: #1e1e1e;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
}

.about-sub {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 22px;
  color: #9e7f4d;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
  margin-top:24px;
}

.about-sub-line {
  flex-shrink: 0;
  width: 100px;
  height: 1px;
  background: #9e7f4d;
}

.about-heading {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #1e1e1e;
  margin-bottom: 32px;
}

.about-body {
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  letter-spacing: 0.04em;
}

/* Watermark */
.about-watermark {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: 'Cormorant SC', Georgia, serif;
  font-size: 96px;
  color: rgba(158, 127, 77, 0.07);
  letter-spacing: 0.08em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

/* 下部 dark */
.about-bottom {
  position: relative;
  width: 100vw;
  height: 100%;
  min-height: 850px;
  background: url(./assets/images/top-oisisa-bg.png) no-repeat center center / cover;
  padding: 100px 0 80px;
}


.about-bottom-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 56px;
  z-index: 2;
}

.about-bottom-text {
  flex: 0 0 480px;
  padding-top: 20px;
  margin-left: 40px;
}

.about-bottom-sub {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 22px;
  color: #9e7f4d;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.about-bottom-sub-line {
  flex-shrink: 0;
  width: 100px;
  height: 1px;
  background: #9e7f4d;
}

.about-bottom-heading {
  font-size: 34px;
  line-height: 1.6;
  color: #f8f0e3;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
}

.about-bottom-body {
  font-size: 15px;
  line-height: 2.1;
  color: #f8f0e3;
  letter-spacing: 0.04em;
  padding-bottom: 40px;
  width: 400px;
}

.about-bottom-photos {
  flex: 1;
}

.about-meat-photo {
  width: 100%;
  height: 370px;
  overflow: hidden;
  margin-bottom: 16px;
  margin-top: -132px;
}

.about-meat-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-sub-photos {
  display: flex;
  gap: 40px;
  margin-left: -80px;
}

.about-sub-photos img {
  flex: 1;
  min-width: 0;
  height: auto;
  object-fit: cover;
}

/* =====================
   美味しい食べ方
   ===================== */
.how {
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.how.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.how-main {
  position: relative;
  background: url(../images/top-how-bg.png) no-repeat center center / cover;
  padding: 100px 0 80px;
  min-height: 687px;
  overflow: hidden;
}

.how-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.how-section-label {
  position: absolute;
  top: 0;
  left: -32px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.how-label-en {
  font-size: 13px;
  color: #b80032;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.how-label-jp {
  font-size: 28px;
  color: #1e1e1e;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
}

.how-content {
  display: flex;
  align-items: flex-start;
  gap: 72px;
  padding-left: 180px;
  padding-top: 56px;
}

.how-photo {
  flex: 0 0 635px;
  height: 415px;
  overflow: hidden;
}

.how-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-text {
  flex: 1;
}

.how-heading {
  width: fit-content;
  font-size: 34px;
  letter-spacing: 0.04em;
  color: #1e1e1e;
  margin-bottom: 24px;
  border-bottom: 1px solid #BD9A60;
}

.how-body {
  font-size: 16px;
  line-height: 2.1;
  color: #444;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}

.how-btn {
  width: 342px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1.5px solid #8B7044;
  font-size: 15px;
  letter-spacing: 0.08em;
  padding: 14px 72px;
  height: 50px;
  color: #8B7044;
  transition: background 0.25s, color 0.25s;
  margin-top: 56px;
}

.how-btn:hover {
  background: #8B7044;
  color: #f8f0e3;
}

.how-btn img {
  width: 16px;
  transition: filter 0.25s;
}

.how-btn:hover img {
  filter: brightness(0) invert(1);
}

.how-deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  pointer-events: none;
}

/* Crab claw message area */
.how-message {
  position: relative;
  width: 100%;
  height: 390px;
  overflow: hidden;
}

.how-claw {
  width: 100%;
  height: 390px;
  object-fit: cover;
}


.how-message-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  line-height: 1;
  color: #f8f0e3;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.page-how-to-eat .hero{
  margin: 0 auto;
  width: fit-content;
  height: auto;
}

/* =====================
   漁港 sticky + Contact
   ===================== */
.lower-section {
  position: relative;
  width: 100%;
}

.jogatani-sticky {
  position: sticky;
  top: 80px;
  width: 100vw;
  height: 500px;
  overflow: hidden;
  z-index: 0;
}

.jogatani-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.contact {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 500px;
  background: url(../images/top-contact-bg.png) no-repeat center center / cover;
  margin-top: -120px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.contact-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 96px;
}

.contact-section-label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding-top: 8px;
}

.contact-label-en {
  writing-mode: vertical-rl;
  font-size: 13px;
  color: #b80032;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transform: rotate(180deg);
  line-height: 1;
}

.contact-label-jp {
  writing-mode: vertical-rl;
  font-size: 28px;
  color: #1e1e1e;
  letter-spacing: 0.12em;
  margin-left: 24px;
}

.contact-content {
  flex-shrink: 0;
  width: 30%;
}

.contact-heading {
  width: fit-content;
  font-size: 28px;
  letter-spacing: 0.04em;
  color: #1e1e1e;
  margin-bottom: 40px;
}

.contact-body {
  width:fit-content;
  font-size: 16px;
  line-height: 2.1;
  color: #1f1e1e;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.contact-line {
  flex-shrink: 0;
  padding-top: 8px;
}

.contact-line-label {
  font-size: 16px;
  color: #1e1e1e;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.contact-line-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: url(./assets/images/top-line-btn.png) no-repeat center center / contain;
  font-size: 16px;
  letter-spacing: 0.06em;
  padding: 32px 64px;
  height: 54px;
  color: #1e1e1e;
  transition: background 0.25s, color 0.25s;
}

.contact-line-btn:hover {
  background: url(./assets/images/top-line-btn-hover.png) no-repeat center center / contain;
  color: #1e1e1e;
}

.line-icon {
  width: 28px;
  height: 28px;
}

.line-arrow {
  width: 36px;
  height: auto;
  transition: width 0.25s ease;
}

.contact-line-btn:hover .line-arrow {
  width: 50px;
}

/* Wave decoration */
.contact-wave {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 600px;
  height: auto;
  z-index: 1;
  pointer-events: none;
  opacity: 0.6;
}

/* =====================
   FOOTER
   ===================== */
.footer {
  width: 100%;
  background: #262626;
}

.footer-main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 48px;
  display: flex;
  align-items: center;
  gap: 0;
}

.footer-logo {
  flex-shrink: 0;
}

.footer-logo img {
  height: 52px;
  width: auto;
}

.footer-divider {
  width: 1px;
  height: 60px;
  background: #555;
  margin: 0 48px;
  flex-shrink: 0;
}

.footer-address {
  flex-shrink: 0;
}

.footer-address p {
  font-size: 13px;
  color: #b0a090;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.footer-tel {
  margin-top: 4px;
  font-size: 14px !important;
  color: #f8f0e3 !important;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav a {
  font-size: 13px;
  color: #b0a090;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}

.footer-nav a:hover {
  color: #f8f0e3;
}

.footer-copyright {
  background: #da003d;
  padding: 14px 0;
  text-align: center;
}

.footer-copyright p {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.06em;
  font-family: 'Cormorant SC', Georgia, serif;
}

/* ===================================================
   RESPONSIVE (SP) — max-width: 600px
   Figma: main-SP (node 129:3) 390px basis
   =================================================== */
@media (max-width: 1024px) {

  /* ---------- HEADER ---------- */
  .header {
    height: 64px;
    padding: 0 16px;
  }

  .header-logo img { height: 30px; }

  .header-nav { display: none; }

  .header-mobile-right { display: flex; }

  /* ---------- FV ---------- */
  .fv {
    height: 640px;
    margin-top: 64px;
  }

  .fv-img { height: 640px; }

  .fv-text {
    left: 24px;
    padding-top: 56px;
  }

  .fv-text-stack { gap: 3px; margin-top: 96px; margin-right: 14px; }

  .fv-tc-1 { width: 18px; margin-top:24px;}
  .fv-label-main { font-size: 22px; }

  .fv-tc-2 { width: 16px; }
  .fv-label-sub { font-size: 15px; }

  .fv-tc-3 { width: 34px; }
  .fv-label-lg { font-size: 36px; line-height: 40px; }

  .fv-tc-4 { width: 22px; margin-left: 6px; }
  .fv-label-md { font-size: 26px; }

  .fv-dots { bottom: 16px; }

  /* ---------- 訳あり品 ---------- */
  .wakeari-inner {
    flex-direction: column;
    gap: 0;
  }

  .wakeari-left {
    order: 2;
    padding: 36px 24px 48px;
  }

  .wakeari-right {
    order: 1;
    width: 100%;
  }

  .wakeari-photo {
    width: 100%;
    height: auto;
  }

  .wakeari-lead { font-size: 14px; gap: 10px; margin-bottom: 10px; }
  .wakeari-lead-line { width: 60px; }
  .wakeari-heading { font-size: 26px; margin-bottom: 18px; }
  .wakeari-body { font-size: 14px; line-height: 1.9; margin-bottom: 24px; }
  .wakeari-btn { font-size: 14px; height: 48px; padding: 12px 24px; }

  .wakeari-tag-wrap { right: 12px; top: 16px; }
  .wakeari-tag-main, .wakeari-tag-sub { width: 40px; }
  .wakeari-tag-main span, .wakeari-tag-sub span { font-size: 16px; }

  /* ---------- 商品のご紹介 ---------- */
  .products {
    min-height: auto;
    padding: 56px 0 56px;
    background: url(../images/top-products-bg-sp.png) no-repeat center center / cover;
  }

  .products-inner { padding: 0 20px; }

  .products-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
  }

  .products-title-group {
    align-self: center;
  }

  .products-title-jp { font-size: 20px; }
  .products-title-en { font-size: 11px; }

  .products-lead {
    align-self: stretch;
    text-align: center;
    font-size: 22px;
  }
  .products-lead span { padding-bottom: 12px; }

  .products-desc {
    align-self: stretch;
    text-align: center;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 0;
    margin-bottom: 28px;
    padding-left: 0;
  }

  .products-carousel-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    row-gap: 24px;
  }

  .products-carousel-wrap {
    order: 1;
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
    padding: 0 20px;
  }

  .products-carousel { gap: 14px; }

  .carousel-prev { order: 2; }
  .carousel-next { order: 3; }

  .product-card { flex: 0 0 100%; }

  .product-card-img-wrap { width: 100%; height: 220px; }

  .product-card-info { padding: 18px 4px 0; }
  .product-card-name { font-size: 17px; margin-bottom: 8px; }
  .product-card-desc { font-size: 13px; line-height: 1.8; }

  .carousel-btn,
  .carousel-btn img:first-child {
    width: 40px;
    height: 40px;
  }

  .products-cta { margin-top: 36px; }

  .products-cta-btn {
    width: 100%;
    justify-content: center;
    font-size: 13px;
    padding: 12px 24px;
    height: 46px;
  }

  /* ---------- 越前の港（帯写真） ---------- */
  .zenhan-sticky {
    top: 64px;
    height: 200px;
  }

  .zenhan-img { height: 200px; }

  .about { margin-top: -60px; }

  /* 上部 cream */
  .about-top { padding: 48px 0; }

  .about-top-inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px;
    padding: 0 24px;
  }

  .about-top-photo {
    order: 1;
    flex: 1;
    width: auto;
    height: 220px;
  }

  .about-top-text {
    order: 3;
    flex: 1 1 100%;
    padding-top: 0;
  }

  .about-section-label {
    order: 2;
    position: static;
    flex: none;
  }

  .about-label-jp { order: 1; }
  .about-label-en { order: 2; transform: none; }

  .about-sub { font-size: 15px; margin-top: 0; margin-bottom: 18px; gap: 10px; }
  .about-sub-line { width: 50px; }
  .about-heading { font-size: 22px; margin-bottom: 18px; }
  .about-body { max-width: 100%; font-size: 14px; line-height: 1.8; }

  /* 下部 dark */
  .about-bottom {
    background: url(../images/top-oisisa-bg-sp.png) no-repeat center center / cover;
    min-height: auto;
    padding: 48px 0 56px;
  }

  .about-bottom-inner {
    flex-direction: column;
    gap: 28px;
    padding: 0 24px;
  }

  .about-bottom-photos { order: -1; flex: none; width: 100%; }

  .about-meat-photo {
    margin-top: -70px;
    height: 200px;
    margin-bottom: 0;
  }

  .about-bottom-text {
    display: flex;
    flex-direction: column;
    flex: none;
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }

  .about-bottom-sub { font-size: 15px; margin-bottom: 14px; }
  .about-bottom-heading { font-size: 23px; margin-bottom: 18px; }
  .about-bottom-body { font-size: 14px; line-height: 1.9; width: 100%; padding-bottom: 24px; }
  .about-sub-photos { order: -1; margin-left: 0; margin-bottom: 20px; gap: 12px; }

  /* ---------- 美味しい食べ方 ---------- */
  .how-main {
    min-height: auto;
    padding: 48px 0 40px;
    background: url(../images/top-how-bg-sp.png) no-repeat center center / cover;
  }

  .how-inner { padding: 0 24px; }

  .how-section-label {
    position: static;
    justify-content: center;
    margin-bottom: 20px;
  }

  .how-content {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding-left: 0;
    padding-top: 0;
  }

  .how-photo { flex: none; width: 100%; height: 220px; }

  .how-text { text-align: center; }

  .how-heading { font-size: 24px; margin: 0 auto 18px; text-align: center; }
  .how-body { font-size: 14px; line-height: 1.9; margin-bottom: 24px; }

  .how-btn {
    width: auto;
    justify-content: center;
    padding: 14px 24px;
    margin-top: 0;
  }

  .how-message { height: 180px; }
  .how-claw { height: 180px; }
  .how-message-text { font-size: 21px; }

  /* ---------- お問い合わせ ---------- */
  .contact {
    height: auto;
    margin-top: 0;
    padding: 48px 0;
    background: url(../images/top-contact-bg-sp.png) no-repeat center center / cover;
  }

  .contact-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 0 24px;
  }

  .contact-section-label { padding-top: 0; align-self: center; }
  .contact-label-jp { font-size: 22px; margin-left: 0; }

  .contact-content { width: 100%; }
  .contact-heading { font-size: 22px; margin-bottom: 18px; }
  .contact-body { font-size: 14px; line-height: 1.9; margin-bottom: 10px; }

  .contact-line {
    width: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-line-label { font-size: 10px; margin-bottom: 8px; }

  .contact-line-btn { padding: 22px 40px; font-size: 12px; }

  /* ---------- FOOTER ---------- */
  .footer-main {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 24px 32px;
    gap: 0;
  }

  .footer-logo img { height: 90px; }

  .footer-divider { display: none; }

  .footer-address {
    order: 2;
    margin-top: 24px;
  }

  .footer-address p { text-align: left; }

  .footer-nav {
    order: 1;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin-top: 24px;
  }

  .footer-nav a {
    padding: 14px 0;
    border-bottom: 1px solid #444;
  }

  .footer-copyright { padding: 16px 0; }
  .footer-copyright p { font-size: 11px; }
}

/* ============================================================
   company.css
   ============================================================ */
/* ===================================================
   company.css — 丸金 会社概要ページ
   可変幅レイアウト
   =================================================== */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  font-family: 'Yu Mincho', '游明朝', 'YuMincho', 'Hiragino Mincho ProN', serif;
  background-color: #f8f0e3;
  color: #1f1f1f;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; height: auto; }
address { font-style: normal; }

.cormorant {
  font-family: 'Cormorant SC', Georgia, serif;
}

/* =====================
   HEADER
   ===================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(30, 30, 30, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px 0 81px;
  z-index: 100;
}

.header-logo img {
  height: 64px;
  width: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 67px;
}

.header-nav a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.header-cart {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-cart img {
  width: 51px;
  height: 40px;
  object-fit: contain;
}

.header-cart span {
  color: #fff;
  font-size: 16px;
}

/* Mobile-only header controls (hidden on desktop) */
.header-mobile-right {
  display: none;
  align-items: center;
  gap: 18px;
}

.header-cart-mobile img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.header-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px;
}

.header-menu-bars {
  width: 22px;
  height: 16px;
  position: relative;
  display: block;
}

.header-menu-bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-menu-bars span:nth-child(1) { top: 0; }
.header-menu-bars span:nth-child(2) { top: 7px; }
.header-menu-bars span:nth-child(3) { top: 14px; }

.header-menu-btn.is-open .header-menu-bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header-menu-btn.is-open .header-menu-bars span:nth-child(2) {
  opacity: 0;
}
.header-menu-btn.is-open .header-menu-bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header-menu-label {
  font-size: 9px;
  color: #fff;
  letter-spacing: 0.05em;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  top: 64px;
  background: rgba(20, 20, 20, 0.97);
  z-index: 90;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-nav.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  padding: 40px 32px;
}

.mobile-nav-list a {
  color: #f8f0e3;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* =====================
   MAIN
   ===================== */
.main {
  padding-top: 80px; /* header分 */
  background: #f8f0e3;
  min-height: calc(1665px - 419px); /* フッター手前まで */
}

/* =====================
   ヒーロー写真
   ===================== */
.hero {
  margin-top: 171px; /* top:251 - header:80 */
  margin-left: 148px;
  width: 1137px;
  height: 407px;
  overflow: hidden;
}

.hero-img {
  width: 1137px;
  height: 407px;
  object-fit: cover;
  object-position: center center;
}

/* =====================
   会社概要セクション
   ===================== */
.info-section {
  position: relative;
  margin-top: 69px; /* top:727 - (251+407) = 69 */
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
}

/* 縦書きタイトル */
.info-title {
  position: absolute;
  left: 129px;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 13px;
}

.title-jp {
  writing-mode: vertical-rl;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.04em;
  color: #1f1f1f;
  height: 244px;
}

.title-en {
  writing-mode: vertical-rl;
  font-size: 14px;
  color: #b80032;
  letter-spacing: 0.7px;
  transform: rotate(180deg);
  height: 71px;
  white-space: nowrap;
  margin-top: 6px;
}

/* 情報テーブル */
.info-table {
  width: 868px;
}

.info-row {
  display: flex;
  align-items: center;
  padding: 14px 0;
  gap: 0;
}

.info-label {
  flex: 0 0 150px;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.9px;
  color: #1f1f1f;
}

.info-value {
  flex: 1;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.9px;
  color: #1f1f1f;
}

.info-divider {
  width: 100%;
  height: 1px;
  background: #c8b89a;
}

/* =====================
   FOOTER
   ===================== */
.footer {
  width: 100%;
  background: #262626;
}

.footer-main {
  width: 100%;
  padding: 60px 155px 48px;
  display: flex;
  align-items: center;
  gap: 0;
}

.footer-logo {
  flex-shrink: 0;
}

.footer-logo img {
  width: 116px;
  height: 166px;
  object-fit: contain;
}

.footer-divider {
  width: 1px;
  height: 74px;
  background: #555;
  margin: 0 26px;
  flex-shrink: 0;
}

.footer-address {
  flex-shrink: 0;
}

.footer-address p {
  font-size: 15px;
  color: #f8f6f2;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}

.footer-tel {
  font-size: 16px !important;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 0;
}

.footer-nav a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.03em;
  white-space: nowrap;
  padding: 0 30px;
  position: relative;
}

/* ナビ間の縦線 */
.footer-nav a + a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #555;
}

.footer-copyright {
  background: #da003d;
  padding: 20px 0 21px;
  text-align: center;
}

.footer-copyright p {
  font-size: 12px;
  color: #f8f6f2;
  letter-spacing: 0.04em;
  font-family: 'Yu Mincho', '游明朝', serif;
}

/* ===================================================
   RESPONSIVE (SP) — max-width: 600px
   =================================================== */
@media (max-width: 600px) {

  html, body { overflow-x: hidden; }

  /* ---------- HEADER ---------- */
  .header {
    height: 64px;
    padding: 0 16px;
  }

  .header-logo img { height: 32px; }

  .header-nav { display: none; }

  .header-mobile-right { display: flex; }

  /* ---------- MAIN ---------- */
  .main {
    padding-top: 64px;
    min-height: auto;
  }

  /* ---------- ヒーロー写真 ---------- */
  .hero {
    margin-top: 24px;
    margin-left: 0;
    width: 100%;
    height: 220px;
  }

  .hero-img {
    width: 100%;
    height: 220px;
  }

  /* ---------- 会社概要セクション ---------- */
  .info-section {
    margin-top: 40px;
    padding: 0 24px 64px;
    flex-direction: column;
    align-items: center;
  }

  .info-title {
    position: static;
    margin-bottom: 24px;
  }

  .title-jp {
    font-size: 20px;
    line-height: 28px;
    height: auto;
  }

  .title-en {
    font-size: 12px;
    height: auto;
    margin-top: 4px;
  }

  .info-table {
    width: 100%;
  }

  .info-row {
    align-items: flex-start;
    padding: 12px 0;
  }

  .info-label {
    flex: 0 0 96px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }

  .info-value {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    word-break: break-all;
  }

  /* ---------- FOOTER ---------- */
  .footer-main {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 24px 32px;
    gap: 0;
  }

  .footer-logo img {
    width: auto;
    height: 90px;
  }

  .footer-divider { display: none; }

  .footer-address {
    order: 2;
    margin-top: 24px;
  }

  .footer-address p {
    text-align: left;
  }

  .footer-nav {
    order: 1;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 24px;
    gap: 0;
  }

  .footer-nav a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #444;
  }

  .footer-nav a + a::before { display: none; }

  .footer-copyright { padding: 16px 0; }
  .footer-copyright p { font-size: 11px; }
}

/* ============================================================
   how-to-eat.css
   ============================================================ */
/* ============================================================
   Reset & Base
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f8f0e3;
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  color: #1f1f1f;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

address {
  font-style: normal;
}


/* ============================================================
   Header
   ============================================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(30, 30, 30, 0.9);
  z-index: 100;
}

.header-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 81px;
}

.header-logo-link {
  flex-shrink: 0;
}

.header-logo {
  width: 214px;
  height: 80px;
  object-fit: contain;
}

.header-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 48px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 67px;
}

.nav-links li,
.nav-links a,
.nav-links span {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
}

.nav-links a:hover {
  opacity: 0.8;
}

.cart-header-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.cart-header-link:hover { opacity: 0.8; }

.cart-header-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* Mobile-only header controls (hidden on desktop) */
.header-mobile-right {
  display: none;
  align-items: center;
  gap: 18px;
}

.header-cart-mobile img {
  width: 24px;
  height: 24px;
}

.header-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px;
}

.header-menu-bars {
  width: 22px;
  height: 16px;
  position: relative;
  display: block;
}

.header-menu-bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f8f0e3;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-menu-bars span:nth-child(1) { top: 0; }
.header-menu-bars span:nth-child(2) { top: 7px; }
.header-menu-bars span:nth-child(3) { top: 14px; }

.header-menu-btn.is-open .header-menu-bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header-menu-btn.is-open .header-menu-bars span:nth-child(2) {
  opacity: 0;
}
.header-menu-btn.is-open .header-menu-bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header-menu-label {
  font-size: 9px;
  color: #f8f0e3;
  letter-spacing: 0.05em;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  top: 64px;
  background: rgba(20, 20, 20, 0.97);
  z-index: 90;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-nav.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  padding: 40px 32px;
}

.mobile-nav-list a {
  color: #f8f0e3;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}


/* ============================================================
   Hero
   ============================================================ */
.hero {
  position: relative;
  width: 100%;
  height: 682px;
  overflow: hidden;
}

.hero picture {
  display: contents;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* コピーエリア全体（right:79px, top:121px） */
.hero-copy-area {
  position: absolute;
  right: 79px;
  top: 121px;
  width: 299px;
  height: 538px;
  display: flex;
  align-items: flex-start;
}

/* サブコピー（クリーム背景、左側、137px下から） */
.hero-sub-copy {
  flex-shrink: 0;
  width: 108px;
  height: 401px;
  margin-top: 137px;
  background-color: #f8f0e3;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column; /* right-to-left column order */
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 10px;
  margin-right: -24px;
  z-index: 2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.hero-sub-line1,
.hero-sub-line2,
.hero-sub-line3 {
  font-size: 22px;
  font-weight: 500;
  color: #666666;
  line-height: 26px;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

.hero-sub-line1 {
  margin-top: -56px;
}

.hero-sub-line2-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
}

.hero-sub-divider {
  display: inline-block;
  width: 1px;
  height: 65px;
  background-color: #999;
  flex-shrink: 0;
}

/* メインコピー（白背景、右側） */
.hero-main-copy {
  flex-shrink: 0;
  width: 217px;
  height: 466px;
  background-color: rgba(255, 255, 255, 0.97);
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column-reverse; /* right-to-left column order */
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 16px;
}

.hero-main-gold {
  font-size: 50px;
  font-weight: 400;
  color: #9e7f4d;
  line-height: 56px;
  letter-spacing: 0.2em;
  white-space: nowrap;
  margin-top: -40px;
}

.hero-main-dark {
  font-size: 46px;
  font-weight: 400;
  color: #1f1f1f;
  line-height: 54px;
  letter-spacing: 0.2em;
  white-space: nowrap;
  margin-top: 112px;
}


/* ============================================================
   セクションタイトル
   ============================================================ */
.eat-title-section {
  width: 100%;
  padding-top: 72px;
  padding-bottom: 94px;
  text-align: center;
}

.eat-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
}

.title-deco-left,
.title-deco-right {
  width: 316px;
  height: 16px;
  object-fit: contain;
}

.eat-title-text {
  font-size: 43px;
  font-weight: 700;
  color: #1f1f1f;
  white-space: nowrap;
}

.eat-title-sub {
  font-size: 22px;
  font-weight: 500;
  color: #1e1e1e;
}


/* ============================================================
   比較セクション（スティッキー料理シーン + カード）
   ============================================================ */
.compare-section {
  position: relative;
  width: 100%;
}


/* --- スティッキー料理シーン --- */
.cooking-scene {
  position: sticky;
  top: 80px; /* fixed headerの高さ分下げる */
  z-index: 10;
  width: 100%;
  height: 496px;
  display: flex;
  overflow: hidden;
}

.cooking-half {
  position: relative;
  height: 496px;
  overflow: hidden;
}

.cooking-boil { width: 50vw; }
.cooking-raw  { width: 50vw; }

.cooking-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 縦書きラベル */
.cooking-label {
  position: absolute;
  top: 175px;
  width: 54px;
  height: 244px;
  display: flex;
  align-items: center;
  gap: 6px;
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.41));
}

.cooking-label-right { right: 67px; } /* boil側：右寄り */
.cooking-label-left  { left: 67px;  } /* raw側：左寄り */

.cooking-jp {
  writing-mode: vertical-rl;
  font-size: 28px;
  font-weight: 400;
  color: #f8f0e3;
  line-height: 36px;
  letter-spacing: 0.05em;
}

.cooking-en {
  writing-mode: vertical-rl;
  font-family: 'Cormorant SC', Georgia, serif;
  font-size: 14px;
  font-weight: 300;
  color: #f8f0e3;
  letter-spacing: 0.7px;
  transform: rotate(180deg); /* 文字方向を通常に */
  margin-top: 4px;
}


/* --- 比較カードエリア --- */
.compare-cards-wrap {
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 1280px;
  margin: 30px auto 0;
  display: flex;
  gap: 35px;
  padding-bottom: 60px;
}

.compare-card {
  flex-shrink: 0;
  border-radius: 0;
  overflow: hidden;
  background-color: #faf7f2;
  border-radius: 20px;
}

.card-boil { width: 615px; }
.card-raw  { width: 630px; }


/* カードヘッダー（タイトル + 消費期限バッジ） */
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 58px 0 58px;
}

.card-type-title {
  font-size: 32px;
  font-weight: 500;
}

.card-type-boil { color: #bd9a60; }
.card-type-raw  { color: #bd9a60; }

/* 消費期限バッジ */
.expiry-badge {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid #deaf2c;
  border-radius: 5px;
  height: 44px;
  padding: 0 10px;
  gap: 4px;
  white-space: nowrap;
}

.badge-label {
  font-size: 12px;
  font-weight: 500;
  color: #1e1e1e;
}

.badge-sep {
  display: inline-block;
  width: 1px;
  height: 19px;
  background-color: #999;
  margin: 0 4px;
  flex-shrink: 0;
}

.badge-sublabel {
  font-size: 12px;
  font-weight: 500;
  color: #1e1e1e;
}

.badge-num {
  font-size: 29px;
  font-weight: 500;
  color: #deaf2c;
  line-height: 1;
}

.badge-unit {
  font-size: 12px;
  font-weight: 500;
  color: #1e1e1e;
  align-self: flex-end;
  margin-bottom: 6px;
}

.badge-asterisk {
  font-size: 12px;
  color: #666;
  margin-left: 4px;
  align-self: flex-start;
  margin-top: 9px;
}


/* カードヒーロー画像 */
.card-hero-img-wrap {
  width: 100%;
  height: 340px;
  overflow: hidden;
  margin-top: 14px;
}

.card-hero-img-wrap picture {
  display: contents;
}

.card-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* カードコンテンツ */
.card-content {
  padding: 32px 66px 40px 66px;
}

.card-eat-section {
  margin-bottom: 18px;
}

.card-eat-section-side {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.card-eat-section-text {
  flex: 1;
}

.card-eat-title {
  font-size: 26px;
  font-weight: 500;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.card-eat-desc {
  font-size: 15px;
  font-weight: 500;
  color: #1e1e1e;
  line-height: 1.7;
}

.card-eat-note {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  margin-top: 40px;
}

.card-eat-section-img {
  flex-shrink: 1;
}

.card-side-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 2px;
}

.card-divider {
  width: 184px;
  border: none;
  border-top: 1px solid #C9AA4C;
  margin: 20px 0;
}

.card-boil .card-divider { margin-top: 60px; }

/* カードボタン */
.card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 343px;
  height: 62px;
  background-color: rgba(255, 255, 255, 0.27);
  border: 1px solid #99815b;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #8b7044;
  margin-top: 28px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.card-btn:hover {
  background-color: rgba(139, 112, 68, 0.1);
}

.card-btn-arrow {
  width: 27px;
  height: auto;
  object-fit: contain;
}


/* ============================================================
   CTA セクション
   ============================================================ */
.cta-section {
  position: relative;
  width: 100%;
  padding: 26px 80px;
  margin-top: 26px;
}

.cta-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: url(../images/eat-cta-bg.png) no-repeat center center;
  height: 265px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.cta-deco {
  position: absolute;
  left: 75px;
  bottom: 26px;
  width: 330px;
  height: 125px;
  overflow: hidden;
  transform: scaleY(-1) rotate(180deg);
  pointer-events: none;
}

.cta-deco-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cta-title {
  font-size: 28px;
  font-weight: 500;
  color: #1e1e1e;
  text-align: center;
}

.cta-subtitle {
  font-size: 22px;
  font-weight: 500;
  color: #1e1e1e;
  text-align: center;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 343px;
  height: 62px;
  background-color: #8b7044;
  border: 1px solid #99815b;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 4px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.cta-btn:hover { opacity: 0.85; }

.cta-btn-arrow {
  width: 27px;
  height: auto;
  object-fit: contain;
  filter: brightness(10);
}


/* ============================================================
   配送注意書き
   ============================================================ */
.delivery-note {
  width: 100%;
  text-align: right;
  padding: 40px 160px 60px;
  font-size: 17px;
  font-weight: 500;
  color: #666666;
}


/* ============================================================
   Footer
   ============================================================ */
.footer {
  background-color: #262626;
}

.footer-main {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 359px;
  display: flex;
  align-items: center;
  padding: 0 155px;
  gap: 40px;
}

.footer-logo-wrap { flex-shrink: 0; }

.footer-logo {
  width: 116px;
  height: 166px;
  object-fit: contain;
}

.footer-divider-v {
  width: 1px;
  height: 74px;
  background-color: #f8f6f2;
  flex-shrink: 0;
}

.footer-address {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 500;
  color: #f8f6f2;
  line-height: 1.8;
  text-align: center;
}

.footer-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.footer-nav a {
  font-size: 16px;
  font-weight: 500;
  color: #f8f6f2;
  white-space: nowrap;
}

.footer-nav a:hover { opacity: 0.8; }

.footer-nav-sep {
  font-size: 16px;
  color: #f8f6f2;
  margin: 0 18px;
}

.footer-copy {
  background-color: #da003d;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-copy p {
  font-size: 12px;
  font-weight: 700;
  color: #f8f6f2;
  letter-spacing: 0.02em;
}

/* ===================================================
   RESPONSIVE (SP) — max-width: 600px
   Figma: how-to-eat-SP (node 777:430) 390px basis
   =================================================== */
@media (max-width: 600px) {

  html, body { overflow-x: hidden; }

  /* ---------- HEADER ---------- */
  .header { height: 64px; }

  .header-inner { padding: 0 16px; }

  .header-logo { width: auto; height: 32px; }

  .header-nav { display: none; }

  .header-mobile-right { display: flex; }

  /* ---------- HERO ---------- */
  .hero { height: 560px; }

  .hero-copy-area {
    right: auto;
    left: 50%;
    top: 90px;
    transform: translateX(-50%);
    width: auto;
    height: auto;
  }

  .hero-sub-copy {
    width: 64px;
    height: 250px;
    margin-top: 90px;
    margin-right: -14px;
    padding: 14px 6px;
    gap: 10px;
  }

  .hero-sub-line1,
  .hero-sub-line2,
  .hero-sub-line3 {
    font-size: 15px;
    line-height: 18px;
  }

  .hero-sub-line1 { margin-top: -30px; }

  .hero-sub-line2-group { margin-top: 16px; gap: 6px; }

  .hero-sub-divider { height: 40px; }

  .hero-main-copy {
    width: 108px;
    height: 230px;
    padding: 20px 10px;
    gap: 10px;
  }

  .hero-main-gold {
    font-size: 25px;
    line-height: 29px;
    margin-top: -20px;
  }

  .hero-main-dark {
    font-size: 21px;
    line-height: 26px;
    margin-top: 60px;
  }

  /* ---------- セクションタイトル ---------- */
  .eat-title-section {
    padding-top: 40px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .eat-title-row { gap: 10px; margin-bottom: 20px; }

  .title-deco-left,
  .title-deco-right {
    width: 60px;
    height: 12px;
  }

  .eat-title-text { font-size: 19px; }

  .eat-title-sub { font-size: 14px; line-height: 1.7; }

  /* ---------- 比較セクション ---------- */
  .compare-section {
    display: flex;
    flex-direction: column;
  }

  /* collapse the wrapper boxes so their children become direct
     flex items of .compare-section — lets us interleave each
     product's photo with its own card via order, without
     touching the desktop DOM/markup */
  .cooking-scene { display: contents; }
  .compare-cards-wrap { display: contents; }

  .cooking-boil { order: 1; }
  .card-boil { order: 2; }
  .cooking-raw { order: 3; }
  .card-raw { order: 4; }

  .cooking-half {
    width: 100%;
    height: 320px;
  }

  .cooking-boil, .cooking-raw { width: 100%; }

  .cooking-label {
    top: 32px;
    width: auto;
    height: auto;
  }

  .cooking-label-right,
  .cooking-label-left {
    left: 24px;
    right: auto;
  }

  .cooking-jp { font-size: 20px; line-height: 26px; }
  .cooking-en { font-size: 11px; }

  .compare-card {
    width: 100%;
    border-radius: 0;
  }

  .card-boil, .card-raw { width: 100%; }

  .card-header { padding: 20px 24px 0; }

  .card-type-title { font-size: 22px; }

  .expiry-badge { height: 36px; padding: 0 8px; }
  .badge-label, .badge-sublabel, .badge-asterisk { font-size: 10px; }
  .badge-num { font-size: 22px; }
  .badge-unit { font-size: 10px; }

  .card-hero-img-wrap { height: 220px; margin-top: 12px; }

  .card-content { padding: 24px 24px 32px; }

  .card-eat-title { font-size: 19px; }
  .card-eat-desc { font-size: 13px; line-height: 1.7; }
  .card-eat-note { font-size: 11px; margin-top: 24px; }

  .card-eat-section-side {
    flex-direction: column;
    gap: 12px;
  }

  .card-side-img { height: 180px; }

  .card-divider { width: 100%; margin: 16px 0; }
  .card-boil .card-divider { margin-top: 32px; }

  .card-btn {
    width: 100%;
    height: 54px;
    font-size: 14px;
    gap: 14px;
  }

  /* ---------- CTA ---------- */
  .cta-section { padding: 16px; margin-top: 16px; }

  .cta-inner {
    max-width: 100%;
    height: 250px;
    padding: 0 20px;
    background-size: cover;
    gap: 10px;
  }

  .cta-title { font-size: 18px; }
  .cta-subtitle { font-size: 14px; }

  .cta-btn {
    width: 90%;
    max-width: 282px;
    height: 54px;
    font-size: 14px;
  }

  /* ---------- 配送注意書き ---------- */
  .delivery-note {
    padding: 24px 24px 40px;
    font-size: 12px;
    text-align: center;
  }

  /* ---------- FOOTER ---------- */
  .footer-main {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 40px 24px 32px;
    gap: 0;
  }

  .footer-logo { width: auto; height: 90px; }

  .footer-divider-v { display: none; }

  .footer-address {
    order: 2;
    margin-top: 24px;
    text-align: left;
  }

  .footer-nav {
    order: 1;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    width: 100%;
    margin-top: 24px;
    gap: 0;
  }

  .footer-nav a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #444;
  }

  .footer-nav-sep { display: none; }

  .footer-copy { height: auto; padding: 16px 0; }
  .footer-copy p { font-size: 11px; }
}

/* ============================================================
   item-1.css
   ============================================================ */
/* ============================================================
   Reset & Base
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  background-color: #f8f0e3;
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  color: #1e1e1e;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

button {
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  cursor: pointer;
  border: none;
  background: none;
}

address {
  font-style: normal;
}

img {
  display: block;
  max-width: 100%;
}


/* ============================================================
   Header
   ============================================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(30, 30, 30, 0.9);
  z-index: 100;
}

.header-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 81px 0 81px;
}

.header-logo-link {
  flex-shrink: 0;
}

.header-logo {
  width: 214px;
  height: 80px;
  object-fit: contain;
}

.header-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 48px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 67px;
}

.nav-links a,
.nav-links li {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
}

.nav-links a:hover {
  opacity: 0.8;
}

.cart-header-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.cart-header-link:hover {
  opacity: 0.8;
}

.cart-header-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* Mobile-only header controls (hidden on desktop) */
.header-mobile-right {
  display: none;
  align-items: center;
  gap: 18px;
}

.header-cart-mobile img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.header-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px;
}

.header-menu-bars {
  width: 22px;
  height: 16px;
  position: relative;
  display: block;
}

.header-menu-bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f8f0e3;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-menu-bars span:nth-child(1) { top: 0; }
.header-menu-bars span:nth-child(2) { top: 7px; }
.header-menu-bars span:nth-child(3) { top: 14px; }

.header-menu-btn.is-open .header-menu-bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header-menu-btn.is-open .header-menu-bars span:nth-child(2) {
  opacity: 0;
}
.header-menu-btn.is-open .header-menu-bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header-menu-label {
  font-size: 9px;
  color: #f8f0e3;
  letter-spacing: 0.05em;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  top: 64px;
  background: rgba(20, 20, 20, 0.97);
  z-index: 90;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-nav.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  padding: 40px 32px;
}

.mobile-nav-list a {
  color: #f8f0e3;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}


/* ============================================================
   Main / Product Layout
   ============================================================ */
.main {
  padding-top: 138px; /* header(80px) + top spacing(58px) */
  padding-bottom: 0;
}

.product-wrap {
  width: 100%;
  max-width: 946px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 27px;
  padding-bottom: 60px;
}


/* ============================================================
   Left Column
   ============================================================ */
.product-left {
  flex-shrink: 0;
  width: 521px;
  padding-left: 31px;
}

.product-image-box {
  width: 490px;
  height: 396px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 11px;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-table {
  width: 490px;
  margin-top: 52px;
  border-collapse: collapse;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: inset 0 0 0 3px #99815b;
  font-size: 17.66px;
  font-weight: 600;
}

.product-table th,
.product-table td {
  border: 1px solid #99815b;
  padding: 12px 14px;
  vertical-align: middle;
  line-height: 1.625;
}

.product-table th {
  width: 130px;
  text-align: center;
  font-weight: 600;
  background-color: #f5f5f5;
  white-space: nowrap;
}

.product-table td {
  text-align: left;
  font-weight: 600;
  background-color: #ffffff;
}


/* ============================================================
   Right Column
   ============================================================ */
.product-right {
  flex: 1;
  padding-top: 11px;
  display: flex;
  flex-direction: column;
}


/* --- Badges --- */
.product-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5.6px 11.3px;
  background-color: #da003d;
  border-radius: 3.4px;
  font-size: 17.66px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}


/* --- Product Name / Price / Desc --- */
.product-name {
  font-size: 26.5px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 14px;
}

.product-price {
  margin-bottom: 18px;
  line-height: 1;
}

.price-amount {
  font-size: 35.3px;
  font-weight: 600;
  color: #1e1e1e;
}

.price-tax {
  font-size: 26.5px;
  font-weight: 600;
  color: #1e1e1e;
}

.price-tilde {
  font-size: 35.3px;
  font-weight: 600;
  color: #1e1e1e;
}

.product-desc {
  font-size: 16.55px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.75;
  margin-bottom: 28px;
}


/* --- Section Divider --- */
.section-divider {
  border: none;
  border-top: 2.2px solid #1e1e1e;
  margin-bottom: 24px;
}


/* ============================================================
   Selection Sections
   ============================================================ */
.selection-section {
  margin-bottom: 24px;
}

.selection-label {
  font-size: 17.66px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.5;
  margin-bottom: 14px;
}

.size-note {
  font-size: 17.66px;
  font-weight: 600;
  color: #1e1e1e;
}


/* --- Processing Buttons --- */
.process-buttons {
  display: flex;
  gap: 19px;
}

.process-btn {
  width: 154px;
  height: 62px;
  background-color: #ffffff;
  border: 1.1px solid #99815b;
  border-radius: 4px;
  font-size: 29.2px;
  font-weight: 600;
  color: #1e1e1e;
  text-align: center;
  transition: background-color 0.2s;
}

.process-btn:hover {
  border: none;
  background-color: #da003d;
  color: #fff;
}

.process-btn.is-active {
  background-color: #f0e6d3;
}


/* --- Size Grid --- */
.size-grid {
  display: grid;
  grid-template-columns: repeat(3, 106px);
  gap: 11px;
}

.size-btn {
  width: 106px;
  height: 80px;
  background-color: #ffffff;
  border: 1.1px solid #99815b;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: background-color 0.2s;
}

.size-btn:hover {
  border: none;
  background-color: #da003d;
  color: #fff;
}

.size-btn:hover .size-kg,
.size-btn:hover .size-price {
  color: #fff;
}

.size-btn.is-active {
  background-color: #f0e6d3;
}

.size-kg {
  font-size: 17.66px;
  font-weight: 600;
  color: #1e1e1e;
  text-align: center;
}

.size-price {
  font-size: 17.66px;
  font-weight: 600;
  color: #1e1e1e;
  text-align: center;
}


/* ============================================================
   Quantity Control
   ============================================================ */
.quantity-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 24px;
}

.qty-label {
  font-size: 17.66px;
  font-weight: 600;
  color: #1e1e1e;
  white-space: nowrap;
}

.qty-control {
  display: flex;
  align-items: center;
  border: 1.1px solid #99815b;
  border-radius: 4.4px;
  background-color: #ffffff;
  height: 40px;
  overflow: hidden;
}

.qty-btn {
  width: 48px;
  height: 100%;
  font-size: 17.66px;
  font-weight: 600;
  color: #1e1e1e;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
}

.qty-btn:hover {
  border: none;
  background-color: #da003d;
  color: #fff;
}

.qty-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 100%;
  border-left: 1.1px solid #99815b;
  border-right: 1.1px solid #99815b;
  font-size: 17.66px;
  font-weight: 600;
  color: #1e1e1e;
}


/* ============================================================
   Add to Cart Button
   ============================================================ */
.add-to-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 296px;
  height: 53px;
  background-color: #ffffff;
  border: 2px solid #1e1e1e;
  border-radius: 4px;
  font-size: 26.5px;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  transition: background-color 0.2s;
}

.add-to-cart-btn:hover {
  border: none;
  background-color: #da003d;
  color: #fff;
}

.cart-btn-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}


/* ============================================================
   Footer
   ============================================================ */
.footer {
  background-color: #262626;
}

.footer-main {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 359px;
  display: flex;
  align-items: center;
  padding: 0 155px;
  gap: 40px;
}

.footer-logo-wrap {
  flex-shrink: 0;
}

.footer-logo {
  width: 116px;
  height: 166px;
  object-fit: contain;
}

.footer-divider-v {
  width: 1px;
  height: 74px;
  background-color: #f8f6f2;
  flex-shrink: 0;
}

.footer-address {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 500;
  color: #f8f6f2;
  line-height: 1.8;
  text-align: center;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: auto;
}

.footer-nav a {
  font-size: 16px;
  font-weight: 500;
  color: #f8f6f2;
  white-space: nowrap;
}

.footer-nav a:hover {
  opacity: 0.8;
}

.footer-nav-sep {
  font-size: 16px;
  color: #f8f6f2;
  margin: 0 18px;
}

.footer-copy {
  background-color: #da003d;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-copy p {
  font-size: 12px;
  font-weight: 600;
  color: #f8f6f2;
  letter-spacing: 0.02em;
}

/* ===================================================
   RESPONSIVE (SP) — max-width: 600px
   =================================================== */
@media (max-width: 600px) {

  html, body { overflow-x: hidden; }

  /* ---------- HEADER ---------- */
  .header { height: 64px; }

  .header-inner { padding: 0 16px; }

  .header-logo { width: auto; height: 32px; }

  .header-nav { display: none; }

  .header-mobile-right { display: flex; }

  /* ---------- MAIN ---------- */
  .main { padding-top: 84px; }

  .product-wrap {
    flex-direction: column;
    max-width: 100%;
    padding: 0 20px 48px;
    gap: 0;
  }

  /* collapse the column wrappers so their children become direct
     flex items of .product-wrap — lets us reorder image / info /
     spec table for mobile without touching the desktop markup */
  .product-left { display: contents; }
  .product-right { display: contents; }

  .product-image-box {
    order: -1;
    width: 100%;
    height: 240px;
    margin-top: 0;
  }

  .product-table {
    order: 1;
    width: 100%;
    margin-top: 28px;
    font-size: 13px;
  }

  .product-table th {
    width: 96px;
    padding: 10px;
  }

  .product-table td {
    padding: 10px;
  }

  /* ---------- Right column content ---------- */
  .product-badges { margin-top: 24px; margin-bottom: 16px; }

  .badge { font-size: 13px; padding: 5px 10px; }

  .product-name { font-size: 20px; margin-bottom: 10px; }

  .price-amount, .price-tilde { font-size: 26px; }
  .price-tax { font-size: 18px; }

  .product-desc { font-size: 13px; margin-bottom: 20px; }

  .section-divider { margin-bottom: 20px; }

  .selection-section { margin-bottom: 20px; }

  .selection-label { font-size: 14px; margin-bottom: 12px; }

  .size-note { font-size: 12px; }

  .process-buttons { gap: 12px; }

  .process-btn {
    flex: 1;
    width: auto;
    height: 52px;
    font-size: 18px;
  }

  .size-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .size-btn { width: auto; height: 66px; }

  .size-kg, .size-price { font-size: 14px; }

  .quantity-row { margin-top: 12px; margin-bottom: 20px; }

  .qty-label { font-size: 14px; }

  .add-to-cart-btn {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }

  /* ---------- FOOTER ---------- */
  .footer-main {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 40px 24px 32px;
    gap: 0;
  }

  .footer-logo { width: auto; height: 90px; }

  .footer-divider-v { display: none; }

  .footer-address {
    order: 2;
    margin-top: 24px;
    text-align: left;
  }

  .footer-nav {
    order: 1;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    width: 100%;
    margin-top: 24px;
    gap: 0;
  }

  .footer-nav a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #444;
  }

  .footer-nav-sep { display: none; }

  .footer-copy { height: auto; padding: 16px 0; }
  .footer-copy p { font-size: 11px; }
}

/* ============================================================
   item-2.css
   ============================================================ */
/* ============================================================
   Reset & Base
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f8f0e3;
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  color: #1e1e1e;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

button {
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  cursor: pointer;
  border: none;
  background: none;
}

address {
  font-style: normal;
}

img {
  display: block;
  max-width: 100%;
}


/* ============================================================
   Header
   ============================================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(30, 30, 30, 0.9);
  z-index: 100;
}

.header-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 81px;
}

.header-logo-link {
  flex-shrink: 0;
}

.header-logo {
  width: 214px;
  height: 80px;
  object-fit: contain;
}

.header-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 48px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 67px;
}

.nav-links a,
.nav-links li {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
}

.nav-links a:hover {
  opacity: 0.8;
}

.cart-header-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.cart-header-link:hover {
  opacity: 0.8;
}

.cart-header-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* Mobile-only header controls (hidden on desktop) */
.header-mobile-right {
  display: none;
  align-items: center;
  gap: 18px;
}

.header-cart-mobile img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.header-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px;
}

.header-menu-bars {
  width: 22px;
  height: 16px;
  position: relative;
  display: block;
}

.header-menu-bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f8f0e3;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-menu-bars span:nth-child(1) { top: 0; }
.header-menu-bars span:nth-child(2) { top: 7px; }
.header-menu-bars span:nth-child(3) { top: 14px; }

.header-menu-btn.is-open .header-menu-bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header-menu-btn.is-open .header-menu-bars span:nth-child(2) {
  opacity: 0;
}
.header-menu-btn.is-open .header-menu-bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header-menu-label {
  font-size: 9px;
  color: #f8f0e3;
  letter-spacing: 0.05em;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  top: 64px;
  background: rgba(20, 20, 20, 0.97);
  z-index: 90;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-nav.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  padding: 40px 32px;
}

.mobile-nav-list a {
  color: #f8f0e3;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}


/* ============================================================
   Main / Product Layout
   ============================================================ */
.main {
  padding-top: 122px; /* header(80px) + top spacing(42px) */
}

.product-wrap {
  width: 100%;
  max-width: 946px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 27px;
  padding-bottom: 80px;
}


/* ============================================================
   Left Column
   ============================================================ */
.product-left {
  flex-shrink: 0;
  width: 521px;
  padding-left: 31px;
}

.product-image-box {
  width: 490px;
  height: 396px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 11px;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-table {
  width: 490px;
  margin-top: 52px;
  border-collapse: collapse;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: inset 0 0 0 3px #99815b;
  font-size: 17.66px;
  font-weight: 600;
}

.product-table th,
.product-table td {
  border: 1.1px solid #99815b;
  padding: 12px 14px;
  vertical-align: middle;
  line-height: 1.625;
}

.product-table th {
  width: 130px;
  text-align: center;
  font-weight: 600;
  background-color: #f5f5f5;
  white-space: nowrap;
}

.product-table td {
  text-align: left;
  font-weight: 600;
  background-color: #ffffff;
}


/* ============================================================
   Right Column
   ============================================================ */
.product-right {
  flex: 1;
  padding-top: 11px;
  display: flex;
  flex-direction: column;
}


/* --- Badges --- */
.product-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5.6px 11.3px;
  background-color: #da003d;
  border-radius: 3.4px;
  font-size: 19.5px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}


/* --- Product Name / Price / Desc --- */
.product-name {
  font-size: 26.5px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 14px;
}

.product-price {
  margin-bottom: 18px;
  line-height: 1;
}

.price-amount {
  font-size: 35.3px;
  font-weight: 600;
  color: #1e1e1e;
}

.price-tax {
  font-size: 26.5px;
  font-weight: 600;
  color: #1e1e1e;
}

.price-tilde {
  font-size: 35.3px;
  font-weight: 600;
  color: #1e1e1e;
}

.product-desc {
  font-size: 16.55px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.75;
  margin-bottom: 28px;
}


/* --- Section Divider --- */
.section-divider {
  border: none;
  border-top: 2.2px solid #1e1e1e;
  margin-bottom: 24px;
}


/* ============================================================
   Size Selection
   ============================================================ */
.selection-section {
  margin-bottom: 24px;
}

.selection-label {
  font-size: 17.66px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.6;
  margin-bottom: 14px;
}

.size-note {
  font-size: 17.66px;
  font-weight: 600;
  color: #1e1e1e;
}

/* 2列グリッド */
.size-grid {
  display: grid;
  grid-template-columns: repeat(2, 174px);
  gap: 13px;
}

.size-btn {
  width: 174px;
  height: 79px;
  background-color: #ffffff;
  border: 1.1px solid #99815b;
  border-radius: 4.4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: background-color 0.2s;
}

.size-btn:hover {
  border: none;
  background-color: #da003d;
  color: #fff;
}

.size-btn:hover .size-name,
.size-btn:hover .size-price {
  color: #fff;
}

.size-btn.is-active {
  background-color: #f0e6d3;
}

.size-name {
  font-size: 17.66px;
  font-weight: 600;
  color: #1e1e1e;
  text-align: center;
}

.size-price {
  font-size: 17.66px;
  font-weight: 600;
  color: #1e1e1e;
  text-align: center;
}


/* ============================================================
   Quantity Control
   ============================================================ */
.quantity-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 24px;
}

.qty-label {
  font-size: 17.66px;
  font-weight: 600;
  color: #1e1e1e;
  white-space: nowrap;
}

.qty-control {
  display: flex;
  align-items: center;
  border: 1.1px solid #99815b;
  border-radius: 4.4px;
  background-color: #ffffff;
  height: 40px;
  overflow: hidden;
}

.qty-btn {
  width: 48px;
  height: 100%;
  font-size: 17.66px;
  font-weight: 600;
  color: #1e1e1e;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
}

.qty-btn:hover {
  border: none;
  background-color: #da003d;
  color: #fff;
}

.qty-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 100%;
  border-left: 1.1px solid #99815b;
  border-right: 1.1px solid #99815b;
  font-size: 17.66px;
  font-weight: 600;
  color: #1e1e1e;
}


/* ============================================================
   Add to Cart Button
   ============================================================ */
.add-to-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 296px;
  height: 53px;
  background-color: #ffffff;
  border: 2px solid #1e1e1e;
  border-radius: 4px;
  font-size: 29.2px;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  transition: background-color 0.2s;
}

.add-to-cart-btn:hover {
  border: none;
  background-color: #da003d;
  color: #fff;
}

.cart-btn-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}


/* ============================================================
   Footer
   ============================================================ */
.footer {
  background-color: #262626;
}

.footer-main {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 359px;
  display: flex;
  align-items: center;
  padding: 0 155px;
  gap: 40px;
}

.footer-logo-wrap {
  flex-shrink: 0;
}

.footer-logo {
  width: 116px;
  height: 166px;
  object-fit: contain;
}

.footer-divider-v {
  width: 1px;
  height: 74px;
  background-color: #f8f6f2;
  flex-shrink: 0;
}

.footer-address {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 400;
  color: #f8f6f2;
  line-height: 1.8;
  text-align: center;
}

.footer-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.footer-nav a {
  font-size: 16px;
  font-weight: 400;
  color: #f8f6f2;
  white-space: nowrap;
}

.footer-nav a:hover {
  opacity: 0.8;
}

.footer-nav-sep {
  font-size: 16px;
  color: #f8f6f2;
  margin: 0 18px;
}

.footer-copy {
  background-color: #da003d;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-copy p {
  font-size: 12px;
  font-weight: 600;
  color: #f8f6f2;
  letter-spacing: 0.02em;
}

/* ===================================================
   RESPONSIVE (SP) — max-width: 600px
   =================================================== */
@media (max-width: 600px) {

  html, body { overflow-x: hidden; }

  /* ---------- HEADER ---------- */
  .header { height: 64px; }

  .header-inner { padding: 0 16px; }

  .header-logo { width: auto; height: 32px; }

  .header-nav { display: none; }

  .header-mobile-right { display: flex; }

  /* ---------- MAIN ---------- */
  .main { padding-top: 84px; }

  .product-wrap {
    flex-direction: column;
    max-width: 100%;
    padding: 0 20px 48px;
    gap: 0;
  }

  /* collapse the column wrappers so their children become direct
     flex items of .product-wrap — lets us reorder image / info /
     spec table for mobile without touching the desktop markup */
  .product-left { display: contents; }
  .product-right { display: contents; }

  .product-image-box {
    order: -1;
    width: 100%;
    height: 240px;
    margin-top: 0;
  }

  .product-table {
    order: 1;
    width: 100%;
    margin-top: 28px;
    font-size: 13px;
  }

  .product-table th {
    width: 96px;
    padding: 10px;
  }

  .product-table td {
    padding: 10px;
  }

  /* ---------- Right column content ---------- */
  .product-badges { margin-top: 24px; margin-bottom: 16px; }

  .badge { font-size: 14px; padding: 5px 10px; }

  .product-name { font-size: 20px; margin-bottom: 10px; }

  .price-amount, .price-tilde { font-size: 26px; }
  .price-tax { font-size: 18px; }

  .product-desc { font-size: 13px; margin-bottom: 20px; }

  .section-divider { margin-bottom: 20px; }

  .selection-section { margin-bottom: 20px; }

  .selection-label { font-size: 14px; margin-bottom: 12px; }

  .size-note { font-size: 12px; }

  .size-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .size-btn { width: auto; height: 70px; }

  .size-name, .size-price { font-size: 14px; }

  .quantity-row { margin-top: 12px; margin-bottom: 20px; }

  .qty-label { font-size: 14px; }

  .add-to-cart-btn {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }

  /* ---------- FOOTER ---------- */
  .footer-main {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 40px 24px 32px;
    gap: 0;
  }

  .footer-logo { width: auto; height: 90px; }

  .footer-divider-v { display: none; }

  .footer-address {
    order: 2;
    margin-top: 24px;
    text-align: left;
  }

  .footer-nav {
    order: 1;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    width: 100%;
    margin-top: 24px;
    gap: 0;
  }

  .footer-nav a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #444;
  }

  .footer-nav-sep { display: none; }

  .footer-copy { height: auto; padding: 16px 0; }
  .footer-copy p { font-size: 11px; }
}

/* ============================================================
   legal.css
   ============================================================ */
/* ===================================================
   legal.css — 丸金 特定商取引法に基づく表記ページ
   可変幅レイアウト
   =================================================== */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  font-family: 'Yu Mincho', '游明朝', 'YuMincho', 'Hiragino Mincho ProN', serif;
  background-color: #f8f0e3;
  color: #1f1f1f;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; height: auto; }
address { font-style: normal; }

.cormorant {
  font-family: 'Cormorant SC', Georgia, serif;
}

/* =====================
   HEADER
   ===================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(30, 30, 30, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px 0 81px;
  z-index: 100;
}

.header-logo img {
  height: 64px;
  width: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 67px;
}

.header-nav a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.header-cart {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-cart img {
  width: 51px;
  height: 40px;
  object-fit: contain;
}

.header-cart span {
  color: #fff;
  font-size: 16px;
}

/* Mobile-only header controls (hidden on desktop) */
.header-mobile-right {
  display: none;
  align-items: center;
  gap: 18px;
}

.header-cart-mobile img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.header-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px;
}

.header-menu-bars {
  width: 22px;
  height: 16px;
  position: relative;
  display: block;
}

.header-menu-bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-menu-bars span:nth-child(1) { top: 0; }
.header-menu-bars span:nth-child(2) { top: 7px; }
.header-menu-bars span:nth-child(3) { top: 14px; }

.header-menu-btn.is-open .header-menu-bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header-menu-btn.is-open .header-menu-bars span:nth-child(2) {
  opacity: 0;
}
.header-menu-btn.is-open .header-menu-bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header-menu-label {
  font-size: 9px;
  color: #fff;
  letter-spacing: 0.05em;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  top: 64px;
  background: rgba(20, 20, 20, 0.97);
  z-index: 90;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-nav.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  padding: 40px 32px;
}

.mobile-nav-list a {
  color: #f8f0e3;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* =====================
   MAIN
   ===================== */
.main {
  padding-top: 80px;
  background: #f8f0e3;
}

/* =====================
   ヒーロー写真
   ===================== */
.hero {
  margin-top: 171px; /* top:251 - header:80 */
  margin-left: auto;
  margin-right: auto;
  width: 1124px;
  height: 407px;
  overflow: hidden;
}

.hero-img {
  width: 1124px;
  height: 407px;
  object-fit: cover;
  object-position: center 60%;
}

/* =====================
   特商法表記セクション
   ===================== */
.content-section {
  position: relative;
  margin-top: 69px; /* top:727 - (251+407) = 69 */
  padding-bottom: 120px;
}

.content-inner {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 42px;
}

/* 縦書きタイトル */
.section-title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 13px;
  flex-shrink: 0;
}

.title-jp {
  writing-mode: vertical-rl;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.04em;
  color: #1f1f1f;
  height: 244px;
}

.title-en {
  writing-mode: vertical-rl;
  font-size: 14px;
  color: #b80032;
  letter-spacing: 0.7px;
  transform: rotate(180deg);
  height: 71px;
  white-space: nowrap;
  margin-top: 6px;
}

/* 本文ブロック */
.legal-text {
  width: 860px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding-top: 59px; /* top:786 - top:727 = 59 */
}

.legal-item {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.85px;
  color: #1f1f1f;
}

.legal-item p {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.85px;
  color: #1f1f1f;
}

.legal-item p + p {
  margin-top: 6px;
}

.legal-item strong {
  font-weight: 800;
}

/* =====================
   FOOTER
   ===================== */
.footer {
  width: 100%;
  background: #262626;
}

.footer-main {
  width: 100%;
  padding: 60px 155px 48px;
  display: flex;
  align-items: center;
  gap: 0;
}

.footer-logo {
  flex-shrink: 0;
}

.footer-logo img {
  width: 116px;
  height: 166px;
  object-fit: contain;
}

.footer-divider {
  width: 1px;
  height: 74px;
  background: #555;
  margin: 0 26px;
  flex-shrink: 0;
}

.footer-address {
  flex-shrink: 0;
}

.footer-address p {
  font-size: 15px;
  color: #f8f6f2;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}

.footer-tel {
  font-size: 16px !important;
}

.footer-nav {
  display: flex;
  align-items: center;
}

.footer-nav a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.03em;
  white-space: nowrap;
  padding: 0 30px;
  position: relative;
}

.footer-nav a + a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #555;
}

.footer-copyright {
  background: #da003d;
  padding: 20px 0 21px;
  text-align: center;
}

.footer-copyright p {
  font-size: 12px;
  color: #f8f6f2;
  letter-spacing: 0.04em;
  font-family: 'Yu Mincho', '游明朝', serif;
}

/* ===================================================
   RESPONSIVE (SP) — max-width: 600px
   =================================================== */
@media (max-width: 600px) {

  html, body { overflow-x: hidden; }

  /* ---------- HEADER ---------- */
  .header {
    height: 64px;
    padding: 0 16px;
  }

  .header-logo img { height: 32px; }

  .header-nav { display: none; }

  .header-mobile-right { display: flex; }

  /* ---------- MAIN ---------- */
  .main { padding-top: 64px; }

  /* ---------- ヒーロー写真 ---------- */
  .hero {
    margin-top: 24px;
    width: 100%;
    height: 220px;
  }

  .hero-img {
    width: 100%;
    height: 220px;
  }

  /* ---------- 特商法表記セクション ---------- */
  .content-section {
    margin-top: 40px;
    padding-bottom: 64px;
  }

  .content-inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 24px;
  }

  .section-title {
    flex-direction: row;
  }

  .title-jp {
    font-size: 20px;
    line-height: 28px;
    height: auto;
  }

  .title-en {
    font-size: 12px;
    height: auto;
    margin-top: 4px;
  }

  .legal-text {
    width: 100%;
    gap: 24px;
    padding-top: 0;
  }

  .legal-item,
  .legal-item p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }

  /* ---------- FOOTER ---------- */
  .footer-main {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 24px 32px;
    gap: 0;
  }

  .footer-logo img {
    width: auto;
    height: 90px;
  }

  .footer-divider { display: none; }

  .footer-address {
    order: 2;
    margin-top: 24px;
  }

  .footer-address p {
    text-align: left;
  }

  .footer-nav {
    order: 1;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 24px;
  }

  .footer-nav a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #444;
  }

  .footer-nav a + a::before { display: none; }

  .footer-copyright { padding: 16px 0; }
  .footer-copyright p { font-size: 11px; }
}

/* ============================================================
   privacy.css
   ============================================================ */
/* ===================================================
   privacy.css — 丸金 プライバシーポリシーページ
   可変幅レイアウト
   =================================================== */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  font-family: 'Yu Mincho', '游明朝', 'YuMincho', 'Hiragino Mincho ProN', serif;
  background-color: #f8f0e3;
  color: #1f1f1f;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; height: auto; }
address { font-style: normal; }

.cormorant {
  font-family: 'Cormorant SC', Georgia, serif;
}

/* =====================
   HEADER
   ===================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(30, 30, 30, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px 0 81px;
  z-index: 100;
}

.header-logo img {
  height: 64px;
  width: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 67px;
}

.header-nav a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.header-cart {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-cart img {
  width: 51px;
  height: 40px;
  object-fit: contain;
}

.header-cart span {
  color: #fff;
  font-size: 16px;
}

/* Mobile-only header controls (hidden on desktop) */
.header-mobile-right {
  display: none;
  align-items: center;
  gap: 18px;
}

.header-cart-mobile img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.header-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px;
}

.header-menu-bars {
  width: 22px;
  height: 16px;
  position: relative;
  display: block;
}

.header-menu-bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-menu-bars span:nth-child(1) { top: 0; }
.header-menu-bars span:nth-child(2) { top: 7px; }
.header-menu-bars span:nth-child(3) { top: 14px; }

.header-menu-btn.is-open .header-menu-bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header-menu-btn.is-open .header-menu-bars span:nth-child(2) {
  opacity: 0;
}
.header-menu-btn.is-open .header-menu-bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header-menu-label {
  font-size: 9px;
  color: #fff;
  letter-spacing: 0.05em;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  top: 64px;
  background: rgba(20, 20, 20, 0.97);
  z-index: 90;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-nav.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  padding: 40px 32px;
}

.mobile-nav-list a {
  color: #f8f0e3;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* =====================
   MAIN
   ===================== */
.main {
  padding-top: 80px;
  background: #f8f0e3;
}

/* =====================
   ヒーロー写真
   ===================== */
.hero {
  margin-top: 171px; /* top:251 - header:80 */
  margin-left: auto;
  margin-right: auto;
  width: 1151px;
  height: 407px;
  overflow: hidden;
}

.hero-img {
  width: 1151px;
  height: 407px;
  object-fit: cover;
  object-position: center 40%;
}

/* =====================
   プライバシーポリシーセクション
   ===================== */
.content-section {
  position: relative;
  margin-top: 69px; /* top:727 - (251+407) = 69 */
  padding-bottom: 120px;
}

.content-inner {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 42px;
}

/* 縦書きタイトル */
.section-title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 13px;
  flex-shrink: 0;
}

.title-jp {
  writing-mode: vertical-rl;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.04em;
  color: #1f1f1f;
  height: 244px;
}

.title-en {
  writing-mode: vertical-rl;
  font-size: 14px;
  color: #b80032;
  letter-spacing: 0.7px;
  transform: rotate(180deg);
  height: 71px;
  white-space: nowrap;
  margin-top: 6px;
}

/* 本文ブロック */
.policy-text {
  width: 794px;
  display: flex;
  flex-direction: column;
  gap: 52px; /* セクション間の余白 */
  padding-top: 75px; /* top:802 - top:727 = 75 */
}

.policy-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.policy-heading {
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.9px;
  color: #1f1f1f;
}

.policy-body {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.9px;
  color: #1f1f1f;
}

.policy-list {
  list-style: disc;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.policy-list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.9px;
  color: #1f1f1f;
}

/* =====================
   FOOTER
   ===================== */
.footer {
  width: 100%;
  background: #262626;
}

.footer-main {
  width: 100%;
  padding: 60px 155px 48px;
  display: flex;
  align-items: center;
  gap: 0;
}

.footer-logo {
  flex-shrink: 0;
}

.footer-logo img {
  width: 116px;
  height: 166px;
  object-fit: contain;
}

.footer-divider {
  width: 1px;
  height: 74px;
  background: #555;
  margin: 0 26px;
  flex-shrink: 0;
}

.footer-address {
  flex-shrink: 0;
}

.footer-address p {
  font-size: 15px;
  color: #f8f6f2;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}

.footer-tel {
  font-size: 16px !important;
}

.footer-nav {
  display: flex;
  align-items: center;
}

.footer-nav a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.03em;
  white-space: nowrap;
  padding: 0 30px;
  position: relative;
}

.footer-nav a + a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #555;
}

.footer-copyright {
  background: #da003d;
  padding: 20px 0 21px;
  text-align: center;
}

.footer-copyright p {
  font-size: 12px;
  color: #f8f6f2;
  letter-spacing: 0.04em;
  font-family: 'Yu Mincho', '游明朝', serif;
}

/* ===================================================
   RESPONSIVE (SP) — max-width: 600px
   =================================================== */
@media (max-width: 600px) {

  html, body { overflow-x: hidden; }

  /* ---------- HEADER ---------- */
  .header {
    height: 64px;
    padding: 0 16px;
  }

  .header-logo img { height: 32px; }

  .header-nav { display: none; }

  .header-mobile-right { display: flex; }

  /* ---------- MAIN ---------- */
  .main { padding-top: 64px; }

  /* ---------- ヒーロー写真 ---------- */
  .hero {
    margin-top: 24px;
    width: 100%;
    height: 220px;
  }

  .hero-img {
    width: 100%;
    height: 220px;
  }

  /* ---------- プライバシーポリシーセクション ---------- */
  .content-section {
    margin-top: 40px;
    padding-bottom: 64px;
  }

  .content-inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 24px;
  }

  .section-title {
    flex-direction: row;
  }

  .title-jp {
    font-size: 20px;
    line-height: 28px;
    height: auto;
  }

  .title-en {
    font-size: 12px;
    height: auto;
    margin-top: 4px;
  }

  .policy-text {
    width: 100%;
    gap: 36px;
    padding-top: 0;
  }

  .policy-block { gap: 10px; }

  .policy-heading {
    font-size: 16px;
    line-height: 1.5;
  }

  .policy-body,
  .policy-list li {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }

  /* ---------- FOOTER ---------- */
  .footer-main {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 24px 32px;
    gap: 0;
  }

  .footer-logo img {
    width: auto;
    height: 90px;
  }

  .footer-divider { display: none; }

  .footer-address {
    order: 2;
    margin-top: 24px;
  }

  .footer-address p {
    text-align: left;
  }

  .footer-nav {
    order: 1;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 24px;
  }

  .footer-nav a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #444;
  }

  .footer-nav a + a::before { display: none; }

  .footer-copyright { padding: 16px 0; }
  .footer-copyright p { font-size: 11px; }
}
