/** Shopify CDN: Minification failed

Line 588:0 Unexpected "<"

**/
@charset "UTF-8";

/* =========================================
   Variables & Reset
   ========================================= */
:root {
  --color-primary: #5e3b6e;   /* 紫ワインのメインカラー */
  --color-accent: #d4af37;    /* 高級感のあるゴールド */
  --color-text: #333333;      /* 本文色 */
  --color-text-light: #666666; /* サブテキスト色 */
  --color-white: #ffffff;
  --color-bg: #fdfcfd;        /* ほんのり紫がかった白 */
  --font-base: 'Noto Serif JP', serif; /* 明朝体 */
  --font-en: 'Lato', sans-serif;       /* 英語用サンセリフ */
  --easing: cubic-bezier(0.22, 1, 0.36, 1);
}
/* =========================================
   Utility Classes (Shopify Standard)
   ========================================= */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

/* スキップリンクがフォーカスされた時だけ表示する場合の設定 */
.skip-to-content-link:focus {
  z-index: 9999;
  padding: 1rem;
  background-color: #fff;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  clip: auto;
  margin: 0;
  overflow: visible;
}
/* =========================================
   Shopify Admin Fix
   テーマエディタでの編集時はアニメーションを無効化して常に表示する
   ========================================= */
.shopify-design-mode .fade-in-up,
.shopify-design-mode .fade-in-left,
.shopify-design-mode .fade-in-right,
.shopify-design-mode .hero__tagline,
.shopify-design-mode .hero__title,
.shopify-design-mode .hero__copy,
.shopify-design-mode .hero__cta {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    transition: none !important;
}
/* =========================================
   Base Styles (リセット・基本設定)
   ========================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--font-base); color: var(--color-text); background-color: var(--color-bg); line-height: 1.8; letter-spacing: 0.05em; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; transition: opacity 0.3s ease; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
.d-block { display: block; }
.u-sp-only { display: none; }
.u-mt-40 { margin-top: 40px; }
.u-mx-2 { margin: 0 10px; opacity: 0.5; }

@media (max-width: 767px) {
    .u-sp-only { display: block; }
}
/* =========================================
  ローディング画面
   ========================================= */

.loading { position: fixed; inset: 0; background: #fff; z-index: 9999; display: flex; align-items: center; justify-content: center; color: #fff; transition: opacity 0.5s, visibility 0.5s; }
.loading.is-loaded { opacity: 0; visibility: hidden; }
.loading__text {animation: pulse 1.5s infinite;}
.loading__text img{ width: 100px; margin: 0 auto; }
@keyframes pulse { 0% { opacity: 0.6; } 50% { opacity: 1; } 100% { opacity: 0.6; } }
/* =========================================
   Components (共通コンポーネント)
   ========================================= */
.container { width: 90%; max-width: 900px; margin: 0 auto; }
.section-pad { padding: 80px 0; }
.text-center { text-align: center; }
.section-desc{margin-bottom: 1rem;}
.section-label {text-align: center; display: block; font-family: var(--font-en); font-size: 0.8rem; letter-spacing: 0.2em; color: var(--color-primary); text-transform: uppercase; }
.section-title { font-family: var(--font-en); font-size: 2.5rem; font-weight: 300; margin-bottom: 10px; }
.btn-square-white { display: inline-block; background-color: #ffffff; color: #333333; font-family: var(--font-base); padding: 18px 60px; font-size: 1rem; letter-spacing: 0.1em; border: 1px solid #ffffff; transition: all 0.3s ease; min-width: 240px; text-align: center; }
.btn-square-white:hover { background-color: transparent; color: #ffffff; }
.btn-cart { display: block; background-color: var(--color-primary); color: #fff; text-align: center; padding: 10px; margin-top: 15px; font-size: 0.9rem; }
.fade-in-up { opacity: 0; transform: translateY(30px); transition: opacity 1s var(--easing), transform 1s var(--easing); }
.is-visible { opacity: 1; transform: translate(0, 0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }

/* =========================================
   Top Bar & Header (Scroll Switching)
   ========================================= */
.top-bar { background-color: #1a1a1a; color: #ffffff; text-align: center; padding: 10px 0; font-size: 0.75rem; letter-spacing: 0.05em; position: relative; z-index: 1001; }
.header { position: absolute; top: 40px; width: 100%; z-index: 1000; padding: 20px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.05); transition: background-color 0.4s ease, padding 0.4s ease, border-color 0.4s ease; }
.header__inner { width: 92%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.header__logo-link { display: block; width: 180px; position: relative; }
.logo-img { width: 100%; height: auto; display: block; transition: opacity 0.4s ease; }
.logo-def { opacity: 1; position: relative; }
.logo-scrolled { opacity: 0; position: absolute; top: 0; left: 0; }
.header.is-scrolled { position: fixed; top: 0; background-color: rgba(30, 30, 30, 0.98); padding: 15px 0; border-bottom: none; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.header.is-scrolled .logo-def { opacity: 0; }
.header.is-scrolled .logo-scrolled { opacity: 1; }
.header__link, .header__icon, .header__cart { color: var(--color-primary); transition: color 0.4s ease, opacity 0.3s; }
.header__item{list-style: none;}
.header__link::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 1px; background-color: var(--color-primary); transition: width 0.3s, background-color 0.4s; }
.header__hamburger span { background-color: var(--color-primary); transition: background-color 0.4s, transform 0.3s; }
.header.is-scrolled .header__link, .header.is-scrolled .header__icon, .header.is-scrolled .header__cart { color: #ffffff !important; }
.header.is-scrolled .header__link::after { background-color: #ffffff; }
.header.is-scrolled .header__hamburger span { background-color: #ffffff; }
.header__logo-link:hover, .header__link:hover, .header__icon:hover, .header__cart:hover { opacity: 0.7; }
.header__link:hover::after { width: 100%; }
.header__nav { display: none; }
.header__actions { display: flex; align-items: center; gap: 20px; }
.header__icon { display: flex; align-items: center; justify-content: center; }
.header__cart { font-family: var(--font-en); font-size: 0.9rem; display: flex; align-items: center; gap: 5px; }
.header__hamburger { display: block; width: 30px; height: 20px; position: relative; background: none; border: none; cursor: pointer; }
.header__hamburger span { position: absolute; left: 0; width: 100%; height: 2px; transition: 0.3s; }
.header__hamburger span:nth-child(1) { top: 0; }
.header__hamburger span:nth-child(2) { bottom: 0; }
.header__hamburger.is-active span:nth-child(1) { transform: rotate(45deg); top: 9px; }
.header__hamburger.is-active span:nth-child(2) { transform: rotate(-45deg); bottom: 9px; }
/* =========================================
   Logo Switching (Scroll Effect) (ロゴ切り替え)
   ========================================= */
.header__logo-link { position: relative; display: block; }
.logo-base, .logo-scrolled { transition: opacity 0.3s ease; display: block; }
.logo-scrolled { position: absolute; top: 0; left: 0; opacity: 0; }
.header.is-scrolled .logo-base { opacity: 0; }
.header.is-scrolled .logo-scrolled { opacity: 1; }
.header.is-scrolled .logo-base:only-child { opacity: 1; }
@media (min-width: 900px) {
    .header__nav { display: block; }
    .header__list { display: flex; gap: 30px; }
    .header__link { font-family: var(--font-en); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.1em; position: relative; }
    .header__hamburger { display: none; }
}
/* =========================================
   Footer Section (Newsletter Included)
   ========================================= */
.footer { background-color: #111111; color: #999999; padding: 80px 0 30px; font-size: 0.85rem; }
.footer__newsletter { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 60px; gap: 30px; }
.newsletter-content { max-width: 500px; }
.newsletter-title { font-family: var(--font-en); font-size: 1.5rem; color: #ffffff; margin-bottom: 15px; letter-spacing: 0.05em; }
.newsletter-desc { font-size: 0.9rem; line-height: 1.8; color: #fff; }
.newsletter-form { display: flex; width: 100%; max-width: 400px; border-bottom: 1px solid #555; }
.newsletter-input { flex: 1; background: transparent; border: none; color: #fff; padding: 15px 0; font-size: 1rem; outline: none; }
.newsletter-input::placeholder { color: #fff; }
.newsletter-btn { background: transparent; border: none; color: #fff; font-family: var(--font-base); font-size: 0.9rem; cursor: pointer; padding: 0 15px; transition: color 0.3s; }
.newsletter-btn:hover { color: var(--color-primary); }
.footer__divider { width: 100%; height: 1px; background-color: #222; margin-bottom: 60px; }
.footer__main { display: flex; flex-direction: column; gap: 40px; margin-bottom: 60px; }
.footer__brand { display: flex; flex-direction: column; gap: 20px; }
.footer__logo { font-family: var(--font-en); font-size: 1.8rem; color: #ffffff; font-weight: bold; letter-spacing: 0.05em; }
.footer__sns { display: flex; gap: 20px; }
.sns-link { font-family: var(--font-en); font-size: 0.85rem; color: #666; text-transform: uppercase; letter-spacing: 0.1em; transition: color 0.3s; }
.sns-link:hover { color: #fff; }
.footer__links { display: flex; gap: 60px; flex-wrap: wrap; }
.footer__menu { list-style: none; }
.footer__menu li { margin-bottom: 12px; }
.footer__menu a { transition: color 0.3s; color: #fff;}
.footer__menu a:hover { color: #fff; }
.footer__bottom { border-top: 1px solid #222; padding-top: 30px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.footer__note { font-size: 0.75rem; color: #fff; }
.footer__copy { font-family: var(--font-en); font-size: 0.75rem; color: #fff; }

@media (min-width: 900px) {
    .footer__newsletter { flex-direction: row; justify-content: space-between; text-align: left; align-items: flex-end; }
}
@media (min-width: 768px) {
    .footer__main { flex-direction: row; justify-content: space-between; align-items: flex-start; }
    .footer__bottom { flex-direction: row; justify-content: space-between; }
}

/* =========================================
   Hero Section (White Bg Update)
   ========================================= */
.hero { position: relative; width: 100%; height: 100vh; min-height: 700px; display: flex; overflow: hidden; align-items: center; justify-content: flex-start; padding-left: 10%; padding-right: 5%; }
.hero__bg { position: absolute; inset: 0; z-index: -1; }
.hero__bg::after { display: none; }
.hero__img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__content--left { position: relative; z-index: 2; text-align: left; max-width: 600px; color: var(--color-primary); text-shadow: none; }
.hero__tagline { font-size: 1.1rem; letter-spacing: 0.2em; margin-bottom: 25px; font-weight: 700; color: var(--color-text); }
.hero__title { font-size: clamp(1.5rem, 3.6vw, 3.5rem); line-height: 1.3; margin-bottom: 30px; font-weight: 500; }
.hero__copy { font-size: 1.1rem; line-height: 2; margin-bottom: 40px; color: var(--color-text); font-weight: 500; }
.btn-square-primary { display: inline-block; background-color: var(--color-primary); color: #ffffff; font-family: var(--font-base); padding: 18px 60px; font-size: 1rem; letter-spacing: 0.1em; border: 1px solid var(--color-primary); transition: all 0.3s ease; min-width: 240px; text-align: center; }
.btn-square-primary:hover { background-color: transparent; color: var(--color-primary); }

@media (max-width: 765px) {
    .hero { align-items: flex-start; justify-content: center; padding: 0 20px; padding-top: 120px; }
    .hero__content--left { text-align: center; width: 100%; }
    .hero__title { font-size: 2.8rem; margin-bottom: 20px; }
    .hero__copy { font-size: 0.95rem; margin-bottom: 30px; }
    .hero__img { object-position: top center; }
}


/* =========================================
   Ticker
   ========================================= */
.ticker { background-color: var(--color-primary); color: var(--color-white); overflow: hidden; padding: 12px 0; }
.ticker__inner { white-space: nowrap; animation: ticker 25s linear infinite; }
@keyframes ticker { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }
.ticker__item { display: inline-block; padding: 0 40px; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.1em; }

/* =========================================
   Carousel Styles (Common)
   ========================================= */
.carousel-container { position: relative; display: flex; align-items: center; }
.carousel-track {
  display: flex; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory;
  gap: 20px; padding: 10px 5px 30px 5px; width: 100%;
  scrollbar-width: none; -ms-overflow-style: none;
}
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-item { flex: 0 0 auto; scroll-snap-align: center; width: 85%; }
@media (min-width: 768px) {
  .carousel-item { width: calc(33.333% - 14px); scroll-snap-align: start; }
}
.carousel-btn {
  position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px;
  border-radius: 50%; background-color: #fff; border: 1px solid #eee; color: var(--color-primary);
  font-size: 1.2rem; display: flex; align-items: center; justify-content: center; cursor: pointer;
  z-index: 10; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: all 0.3s;
}
.carousel-btn:hover { background-color: var(--color-primary); color: #fff; }
.carousel-btn.prev { left: -20px; }
.carousel-btn.next { right: -20px; }
@media (max-width: 767px) {
  .carousel-btn { display: none; }
  .carousel-track { padding-left: 20px; padding-right: 20px; }
}

/* =========================================
   Buzz Section (No Text, Image Only)
   ========================================= */
.buzz { background-color: #fcfcfc; }
.buzz-post {
  background: #ffffff; border: 1px solid #e1e8ed; border-radius: 12px;
  padding: 15px; display: flex; flex-direction: column; height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* .buzz-post:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.05); } */

.buzz-post__visual {
  width: 100%; aspect-ratio: 1/1; /* 正方形でギャラリー風に */
  border-radius: 8px; overflow: hidden; margin-bottom: 15px;
  background-color: #f0f0f0;
}
.buzz-post__img { width: 100%; height: 100%; object-fit: cover; }

.buzz-post__footer {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid #f5f8fa; padding-top: 12px; margin-top: auto;
}
.buzz-post__metrics { display: flex; align-items: center; gap: 15px; }
.buzz-post__metric {
  font-family: var(--font-en); font-weight: bold; font-size: 0.9rem;
  display: flex; align-items: center; gap: 4px;
}
.buzz-post__metric--like { color: #e0245e; }
.buzz-post__metric--rt { color: #17bf63; }
.buzz-post__date { font-size: 0.75rem; color: #aabbc2; font-family: var(--font-en); }

/* =========================================
   Campaign Section (Visual Enhanced)
   ========================================= */
.campaign__box { background-color: #fff; border: 1px solid var(--color-primary); padding:30px 40px; max-width: 770px; margin: 0 auto; box-shadow: 0 15px 40px rgba(94, 59, 110, 0.05); position: relative; }
.campaign__row { display: flex; flex-direction: column; gap: 30px; align-items: center; }
.campaign__offer { flex: 1; display: flex; align-items: center; justify-content: center; width: 100%; }
.campaign__offer--product { gap: 10px; text-align: left; }
.campaign__img-wrap { width: 80px; flex-shrink: 0; position: relative; }
.campaign__img { width: 100%; height: auto; display: block; }
.campaign__badge { position: absolute; top: -10px; left: -10px; background-color: #c0392b; color: #fff; font-family: var(--font-en); font-weight: bold; font-size: 0.8rem; padding: 4px 8px; border-radius: 50%; box-shadow: 0 2px 5px rgba(0,0,0,0.2); transform: rotate(-10deg); }
.campaign__info { display: flex; flex-direction: column; justify-content: center; }
.campaign__cond { font-size: 0.8rem; color: #888; margin-bottom: 5px; }
.campaign__name { font-size: 1rem; font-weight: bold; color: var(--color-text); margin-bottom: 8px; line-height: 1.4; }
.campaign__price-old { font-size: 0.9rem; color: #999; text-decoration: line-through; margin-right: 10px; }
.campaign__price-new { font-size: 1.4rem; color: #c0392b; font-weight: bold; }
.campaign__sep { width: 100%; height: 1px; background-color: #eee; }
.campaign__offer--shipping .campaign__name { font-size: 1.1rem; }
.campaign__note { font-size: 0.75rem; color: #999; margin-top: 30px; text-align: center; }
.campaign__title{text-align: center; margin-bottom: 0.8rem;}
@media (min-width: 768px) {
    .campaign__row { flex-direction: row; align-items: stretch; justify-content: space-between; }
    .campaign__sep { width: 1px; height: auto; margin: 0 20px; }
}
.campaign__link { text-decoration: none; color: inherit; display: block; height: 100%; width: 100%; }
.campaign__box { transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; position: relative; background: #fff; overflow: hidden; }
.campaign__box:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(106, 74, 124, 0.15); }
.campaign__box:hover .campaign__img { transform: scale(1.05); transition: transform 0.5s ease; }
.campaign__img { transition: transform 0.5s ease; }

/* =========================================
   Products & Gift Collections (Grid: Mobile 3-col)
   ========================================= */
.product-list {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; /* スマホでも3列 */
}
@media (min-width: 768px) { .product-list { gap: 30px; } }

.product-item { background: #fff; transition: transform 0.3s; }
.product-item:hover { transform: translateY(-5px); }
.product-item__visual {
  position: relative;  overflow: hidden; margin-bottom: 20px; background-color: #f9f9f9;
}
.product-item__img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-item:hover .product-item__img { transform: scale(1.05); }
.tag {
  position: absolute; top: 0; left: 0; padding: 6px 14px; font-size: 0.75rem; font-weight: 600; color: #fff; z-index: 2;
}
.tag--best { background-color: #d4af37; }
.tag--award { background-color: var(--color-primary); }
.tag--new { background-color: #000; }
.product-item__info { padding: 0 5px; }
.product-item__name { font-size: 1.2rem; margin-bottom: 8px; font-weight: 400; }
.product-item__desc { font-size: 0.85rem; color: var(--color-text-light); line-height: 1.6; margin-bottom: 15px; min-height: 3em; }
.product-item__price { font-family: var(--font-en); font-size: 1.1rem; font-weight: 700; margin-bottom: 20px; }
.tax { font-size: 0.7em; font-weight: normal; }
.btn-cart {
  display: block; background-color: var(--color-primary); color: #fff; text-align: center; padding: 12px; font-size: 0.9rem; transition: opacity 0.3s;
}
.btn-cart:hover { opacity: 0.8; }
.btn-secondary {
  display: inline-block; border: 1px solid var(--color-text); padding: 12px 30px; font-size: 0.9rem; transition: all 0.3s;
}
.btn-secondary:hover { background-color: var(--color-text); color: var(--color-white); }

/* SP調整 */
@media (max-width: 767px) {
  .product-item { padding: 0; background: transparent; }
  .product-item__visual { margin-bottom: 8px; }
  .product-item__name { font-size: 0.75rem; margin-bottom: 4px; line-height: 1.3; }
  .product-item__price { font-size: 0.8rem; margin-bottom: 8px; }
  .btn-cart { padding: 6px; font-size: 0.7rem; }
  .tag { font-size: 0.6rem; padding: 3px 6px; }
  .product-list {grid-template-columns: repeat(1, 1fr);}
}

/* =========================================
   Popular Sets (Zigzag Layout)
   ========================================= */
.set-card { display: flex; flex-direction: column; margin-bottom: 80px; background: #fff; align-items: center; }
@media (min-width: 900px) {
  .set-card { flex-direction: row; gap: 70px; }
  .set-card--reverse { flex-direction: row-reverse; }
}
.set-card__image { flex: 1; width: 100%; aspect-ratio: 4/3; overflow: hidden; background-color: #f9f9f9; }
.set-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.set-card:hover .set-card__image img { transform: scale(1.05); }
.set-card__content { flex: 1; width: 100%; padding: 30px 0; text-align: left; }
@media (min-width: 900px) { .set-card__content { padding: 0; } }
.set-card__content .tag { display: inline-block; margin-bottom: 20px; position: static; }
.set-card__title { font-family: var(--font-base); font-size: 1.6rem; font-weight: 500; margin-bottom: 20px; line-height: 1.4; }
.set-card__desc { font-size: 0.95rem; color: #666; line-height: 1.9; margin-bottom: 30px; }
.set-card__price { font-family: var(--font-en); font-size: 1.4rem; font-weight: 700; margin-bottom: 10px; color: var(--color-text); }
.set-card__benefit { font-size: 0.9rem; color: #c0392b; font-weight: bold; margin-bottom: 30px; }
.btn-square-border {
  display: inline-block; border: 1px solid #333; color: #333; padding: 14px 50px;
  font-size: 0.9rem; letter-spacing: 0.1em; transition: all 0.3s ease; background-color: transparent;
}
.btn-square-border:hover { background-color: #333; color: #fff; }

/* =========================================
   Story Section (ストーリーセクション)
   ========================================= */
.story__container { display: flex; flex-direction: column; gap: 40px; }
@media (min-width: 900px) { .story__container { flex-direction: row; align-items: center; gap: 80px; } }
.story__text { flex: 1; }
.story__heading { font-size: 2rem; color: var(--color-primary); margin-bottom: 30px; line-height: 1.4; }
.story__desc { font-size: 0.95rem; color: #555; line-height: 1.9; margin-bottom: 20px; text-align: justify; }
.story__note { font-size: 0.8rem; color: #999; margin-top: 10px; }
.story__visual { flex: 1; width: 100%; }
.story__img { width: 100%; height: auto; border-radius: 2px; box-shadow: 20px 20px 0 rgba(94, 59, 110, 0.05); }

.gift__card { display: flex; flex-direction: column-reverse; background: #fff; box-shadow: 0 10px 40px rgba(0,0,0,0.05); }
@media (min-width: 768px) { .gift__card { flex-direction: row; } }
.gift__content { flex: 1; padding: 50px; background-color: #fafafa; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.gift__title { font-size: 1.8rem; margin-bottom: 20px; }
.text-accent { color: var(--color-accent); }
.gift__desc { font-size: 0.95rem; color: #666; margin-bottom: 30px; line-height: 1.8; }
.btn-primary { display: inline-block; background-color: var(--color-primary); color: #fff; padding: 15px 40px; font-weight: 700; letter-spacing: 0.1em; font-size: 0.9rem; transition: all 0.3s; }
.btn-primary--white { background-color: #fff; color: var(--color-primary); border: 1px solid var(--color-primary); }
.btn-primary--white:hover { background-color: var(--color-primary); color: #fff; }
.gift__image { flex: 1; min-height: 300px; }
.gift__img-el { width: 100%; height: 100%; object-fit: cover; }
/* =========================================
   Collaboration Section (画像グリッド・コラボ)
   ========================================= */
.collab-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } /* スマホ3列 */
@media (min-width: 768px) { .collab-grid { gap: 30px; } }
.collab-card { cursor: pointer; }
.collab-card__visual { position: relative; width: 100%; aspect-ratio: 3/4; overflow: hidden; margin-bottom: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); background-color: #fff; }
.collab-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--easing); }
.collab-card:hover .collab-card__img { transform: scale(1.08); }
.collab-card__overlay { position: absolute; inset: 0; background-color: rgba(94, 59, 110, 0.4); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-en); letter-spacing: 0.2em; font-size: 0.9rem; opacity: 0; transition: opacity 0.4s ease; }
.collab-card:hover .collab-card__overlay { opacity: 1; }
.collab-card__info { text-align: center; }
.collab-card__title { font-family: var(--font-en); font-size: 1.1rem; font-weight: 700; letter-spacing: 0.05em; margin-bottom: 5px; color: var(--color-text); }
.collab-card__sub { font-size: 0.8rem; color: #888; }
.collab-note { font-size: 0.8rem; color: #999; }
@media (max-width: 767px) {
  .collab-card__title { font-size: 0.8rem; } .collab-card__sub { font-size: 0.65rem; }
}
/* Sold Out Style */
.collab-card.is-soldout { cursor: default; }
.collab-card.is-soldout:hover .collab-card__img { transform: scale(1); }
.collab-card.is-soldout .collab-card__overlay { opacity: 1; background-color: rgba(0, 0, 0, 0.8); color: #fff; font-weight: 400; letter-spacing: 0.15em; font-size: 0.85rem; width: 70%; height: fit-content;  padding: 0.5rem 1rem; position: absolute; top:50%; left:50%;  transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%);}
.collab-card.is-soldout .collab-card__title, .collab-card.is-soldout .collab-card__sub { color: #999; }

/* =========================================
   Voice (Review) Section (お客様の声)
   ========================================= */
.voice__card {
  height: 100%; min-height: 280px; display: flex; flex-direction: column; justify-content: space-between;
  background: #fff; padding: 30px; border: 1px solid #eee; position: relative;
}
.voice__card::before { content: '“'; position: absolute; top: 10px; left: 20px; font-size: 4rem; color: #f0f0f0; font-family: serif; line-height: 1; z-index: 0; }
.voice__stars { color: var(--color-accent); margin-bottom: 15px; font-size: 1.2rem; position: relative; z-index: 1; }
.voice__title { font-size: 1.1rem; font-weight: 600; margin-bottom: 15px; position: relative; z-index: 1; }
.voice__text { font-size: 0.9rem; line-height: 1.8; color: #555; margin-bottom: 20px; position: relative; z-index: 1; }
.voice__author { font-size: 0.8rem; color: #999; text-align: right; position: relative; z-index: 1; }

/* =========================================
   FAQ
   ========================================= */
.faq__container { max-width: 800px; margin: 0 auto; border-top: 1px solid #eee; }
.faq__item { border-bottom: 1px solid #eee; }
.faq__q { padding: 20px 40px 20px 0; font-weight: 500; cursor: pointer; position: relative; list-style: none; font-family: var(--font-base); }
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after { content: '+'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; font-weight: 300; color: var(--color-primary); transition: transform 0.3s; }
.faq__item[open] .faq__q::after { transform: translateY(-50%) rotate(45deg); }
.faq__a { padding: 0 0 20px 0; font-size: 0.9rem; color: #666; line-height: 1.8; }

/* =========================================
   topページニュース
   ========================================= */
.news-list { max-width: 900px; margin: 0 auto; border-top: 1px solid #eee; }
.news-item { border-bottom: 1px solid #eee; }
.news-link { display: flex; align-items: center; padding: 25px 20px; transition: background-color 0.3s ease; flex-wrap: wrap; gap: 15px; }
.news-link:hover { background-color: #fafafa; }
.news-meta { display: flex; align-items: center; gap: 15px; min-width: 180px; }
.news-date { font-family: var(--font-en); color: #888; font-size: 0.9rem; letter-spacing: 0.05em; }
.news-tag { font-size: 0.7rem; padding: 3px 8px; background-color: #f0f0f0; color: #666; border-radius: 2px; font-family: var(--font-en); letter-spacing: 0.1em; }
.news-tag--alert { background-color: #fce4e4; color: #c0392b; }
.news-title { font-size: 0.95rem; color: var(--color-text); flex: 1; line-height: 1.6; }
@media (max-width: 767px) {
  .news-link { flex-direction: column; align-items: flex-start; padding: 20px 10px; gap: 10px; }
  .news-title { font-size: 0.9rem; }
}
.btn-border-gray { display: inline-block; border: 1px solid #ccc; color: #666; padding: 12px 40px; font-size: 0.85rem; transition: all 0.3s; }
.btn-border-gray:hover { border-color: var(--color-text); color: var(--color-text); }


/* =========================================
 (商品一覧・タブ)
   ========================================= */
.page-header { padding-top: 160px; padding-bottom: 40px; }
.page-title { font-family: var(--font-en); font-size: 2.5rem; font-weight: 300; margin-bottom: 10px; letter-spacing: 0.05em; }
.page-desc { font-size: 0.9rem; color: #888; }
.collection-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px solid #eee; list-style: none; padding-left: 0; }
.tab-btn { background: transparent; border: 1px solid #ddd; padding: 10px 25px; font-size: 0.9rem; color: #666; cursor: pointer; transition: all 0.3s ease; font-family: var(--font-base); min-width: 100px; border-radius: 2px; }
.tab-btn:hover { border-color: var(--color-primary); color: var(--color-primary); }
.tab-btn.is-active { background-color: var(--color-primary); border-color: var(--color-primary); color: #fff; }
.product-item.is-hidden { display: none; }
.product-item:not(.is-hidden) { animation: fadeIn 0.6s var(--easing); }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* =========================================
   Product Detail Page Styles (商品詳細)
   ========================================= */
.product-detail { padding-top: 120px; }
.product-detail__container { display: flex; flex-direction: column; gap: 40px; }
.product-gallery { flex: 1.2; width: 50%; }
.product-gallery__main { width: 100%; aspect-ratio: 4/3; background-color: #f9f9f9; margin-bottom: 15px; overflow: hidden; }
.product-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery__thumbs { display: flex; gap: 8px; overflow-x: auto; list-style: none; padding-left: 0; }
.thumb-btn { width: 70px; height: 70px; border: 1px solid transparent; cursor: pointer; opacity: 0.6; padding: 0; background: #f9f9f9; }
.thumb-btn img { width: 100%; height: 100%; object-fit: cover; }
.thumb-btn:hover, .thumb-btn.is-active { opacity: 1; border-color: var(--color-primary); }
.product-info { flex: 1; width: 100%; position: sticky; top: 90px; }
.breadcrumb { font-size: 0.75rem; color: #999; margin-bottom: 10px; font-family: var(--font-en); list-style: none; padding-left: 0; display: flex; gap: 10px; }
.product-title { font-family: var(--font-en); font-size: 1.3rem; font-weight: 400;line-height: 1.2; }
.product-subtitle { font-size: 0.85rem; color: #888; }
.product-price-area { margin-bottom: 15px;  }
.product-price { font-size: 1.2rem; line-height: 1.0; font-weight: 500; color: var(--color-text); display: flex; align-items: baseline; gap: 8px; margin-bottom: 10px; }
.price-tax { font-size: 0.8rem; font-weight: normal; color: #888; }
.shipping-note { font-size: 0.75rem; color: #888; }
.benefit-tag { display: flex; align-items: center; width: 100%; padding: 12px 15px; border-top: 1px solid #333;
  border-bottom: 1px solid #333; background-color: #fff; color: #333; text-decoration: none; margin-bottom: 20px; position: relative; box-sizing: border-box; }
.benefit-tag:hover { background-color: #f9f9f9; }
.benefit-tag__icon { margin-right: 10px; color: #333; flex-shrink: 0; width: 16px; height: 28px; }
.benefit-tag__text { font-size: 0.85rem; letter-spacing: 0.05em; font-weight: 500; flex: 1; line-height: 1.4; }
.benefit-tag__highlight { color: #c0392b; font-weight: bold; background-color: #fff5f5; padding: 2px 6px; margin-left: 5px; border-radius: 2px; font-size: 0.9em; display: inline-block; }
.benefit-tag__arrow { font-family: var(--font-en); font-size: 1rem; }
.benefit-note { font-size: 0.7rem; color: #999; margin-top: -15px; margin-bottom: 20px; margin-left: 2px; }
.product-divider { display: none; }
.product-option { margin-bottom: 20px; }
.option-label { display: block; font-size: 0.8rem; margin-bottom: 8px; color: #666; }
.option-group { display: flex; gap: 10px; flex-wrap: wrap;}
.option-btn {padding: 5px 10px; background: #fff; border: 1px solid #ddd; color: #333; cursor: pointer; transition: all 0.3s; width: 31%;}
.option-btn:hover { border-color: #333; }
.option-btn.is-active { background: #333; color: #fff; border-color: #333; }

.option-diff { font-size: 0.8em; opacity: 0.8; margin-left: 3px; }
.product-actions { display: flex; gap: 15px; margin-bottom: 25px; }
.product-actions input{width:50px; text-align:center;}
.quantity-selector { display: flex; border: 1px solid #ddd; height: 45px; }
.qty-btn { width: 35px; background: #fff; border: none; font-size: 1.1rem; cursor: pointer; color: #666; }
#js-qty { width: 40px; text-align: center; border: none; border-left: 1px solid #eee; border-right: 1px solid #eee; font-family: var(--font-en); font-size: 0.9rem; }
.btn-add-to-cart { flex: 1; background-color: var(--color-primary); color: #fff; border: none; height: 45px; font-size: 0.95rem; letter-spacing: 0.1em; font-weight: bold; cursor: pointer; transition: opacity 0.3s; }
.btn-add-to-cart:hover { opacity: 0.85; }
.share-links { margin-top: 10px; margin-bottom: 30px; display: flex; gap: 15px; align-items: center; font-size: 0.65rem; color: #999; }
.share-label { margin-right: 5px; }
.share-icon { color: #333; font-family: var(--font-en); text-transform: uppercase; letter-spacing: 0.1em; }


.related-set-title { font-family: var(--font-base); font-size: 1rem; font-weight: 500; margin-bottom: 15px; color: var(--color-text); }
.related-set-link { display: flex; align-items: center; gap: 15px; text-decoration: none; color: var(--color-text); }
.related-set-img { width: 80px; height: 80px; background-color: #f9f9f9; flex-shrink: 0; }
.related-set-img img { width: 100%; height: 100%; object-fit: cover; }
.related-set-name { font-size: 0.85rem; line-height: 1.4; margin-bottom: 5px; }
.related-set-price { font-family: var(--font-en); font-size: 0.9rem; color: #666; }

@media (max-width: 767px) {
    .product-detail { padding-top: 90px; }
}
@media (min-width: 900px) {
    .product-detail__container { flex-direction: row; align-items: flex-start; gap: 60px; }
}
/* =========================================
   Custom Options (通知・メッセージ・共有オプション)
   ========================================= */
  /* 共通スタイル */
  .notice-area, .message-option-wrapper, .shared-option-wrapper, .engraving-option-wrapper { 
    margin: 20px 0; font-size: 0.9rem; line-height: 1.6; 
  }
  .notice-box { padding: 15px; border-radius: 4px; margin-bottom: 15px; }
  .notice-box--warning { background-color: #fff5f5; border: 1px solid #ffcaca; color: #c53030; }
  .notice-box--info { background-color: #f8f8f8; border: 1px solid #e2e8f0; color: #4a5568; }
  .notice-box strong { font-weight: 700; }
  .notice-box ul { margin: 0.5em 0; padding-left: 1.5em; }

  /* オプションエリアの枠 */
  .message-option-wrapper, .shared-option-wrapper, .engraving-option-wrapper {
    padding: 15px; background: #fff; border: 1px solid #e5e5e5; border-radius: 4px;
  }
  .option-block-title { font-weight: bold; margin-bottom: 10px; display: block; font-size: 0.95rem; }
  
  /* ラジオボタンリスト (色選択など) */
  .custom-radio-list { display: flex; flex-direction: column; gap: 8px; }
  .custom-radio-item { display: flex; align-items: center; gap: 8px; cursor: pointer; }
  .custom-radio-item input[type="radio"] { accent-color: #5a3c5a; transform: scale(1.1); }

  /* ドロップダウン (刻印デザイン用) */
  .custom-select-wrapper { position: relative; }
  .custom-select-box {
    width: 100%; padding: 10px 30px 10px 10px; border: 1px solid #ccc; border-radius: 4px;
    background: #fff; appearance: none; -webkit-appearance: none; font-size: 0.95rem; color: #333;
  }
  .custom-select-arrow {
    position: absolute; right: 10px; top: 50%; transform: translateY(-50%); pointer-events: none; color: #666; font-size: 0.8rem;
  }
  
  /* メッセージ入力 */
  .message-input-area { display: none; margin-top: 10px; }
  .message-textarea { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; font-family: inherit; }
</style>


/* =========================================
  商品ページLPセクション
   ========================================= */
.product-features { background-color: #fff; border-top: 1px solid #f0f0f0; }
.feature-row { display: flex; flex-direction: column; gap: 40px; margin-bottom: 100px; align-items: center; }
.feature-visual { flex: 1; width: 100%; }
.feature-img { width: 100%; height: auto; border-radius: 2px; box-shadow: 20px 20px 0 rgba(94, 59, 110, 0.05); }
.feature-content { flex: 1; width: 100%; }
.feature-label { display: block; font-family: var(--font-en); font-size: 0.8rem; letter-spacing: 0.2em; color: #999; text-transform: uppercase; margin-bottom: 20px; }
.feature-title { font-family: var(--font-base); font-size: 2rem; line-height: 1.5; margin-bottom: 30px; font-weight: 500; color: var(--color-text); }
.feature-desc { font-size: 0.95rem; line-height: 2; color: #666; text-align: justify; }
.feature-block { margin-bottom: 100px; max-width: 800px; margin-left: auto; margin-right: auto; }
.feature-desc--center { text-align: center; }
.feature-chart { display: flex; justify-content: center; margin-top: 40px; }
.flavor-circle { width: 120px; height: 120px; border: 1px solid var(--color-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--color-primary); font-family: var(--font-en); font-size: 0.9rem; position: relative; }
.flavor-circle::after { content: ''; position: absolute; inset: -5px; border: 1px solid rgba(94, 59, 110, 0.2); border-radius: 50%; }
.specs-area { max-width: 800px; margin: 0 auto; padding: 60px 40px; background-color: #fafafa; border-radius: 4px; }
.specs-title { text-align: center; font-family: var(--font-en); font-size: 1.5rem; margin-bottom: 40px; letter-spacing: 0.1em; }
.specs-list { display: flex; flex-direction: column; border-top: 1px solid #ddd; list-style: none; padding-left: 0; }
.specs-row { display: flex; border-bottom: 1px solid #ddd; padding: 15px 0; font-size: 0.9rem; }
.specs-term { width: 30%; font-weight: bold; color: #333; padding-right: 10px; }
.specs-desc { width: 70%; color: #666; }


@media (min-width: 900px) {
    .feature-row { flex-direction: row; justify-content: space-between; gap: 80px; }
    .feature-row--reverse { flex-direction: row-reverse; }
}

@media (max-width: 767px) {
    .feature-title { font-size: 1.6rem; }
    .specs-area { padding: 40px 20px; }
    .specs-row { flex-direction: column; gap: 5px; }
    .specs-term { width: 100%; }
    .specs-desc { width: 100%; }
}
/*  Parallax*/
.parallax-section { position: relative; width: 100%; height: 600px; overflow: hidden; display: flex; align-items: center; justify-content: center; margin-bottom: 100px; }
.parallax-bg-wrap { position: absolute; top: 0; left: 0; width: 100%; height: 120%; z-index: 1; will-change: transform; }
.parallax-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.parallax-overlay { position: absolute; inset: 0; background-color: rgba(0, 0, 0, 0.4); z-index: 2; }
.parallax-content { position: relative; z-index: 3; text-align: center; max-width: 800px; }
.feature-label--white { color: rgba(255, 255, 255, 0.8); }
.feature-title--white { color: #ffffff; }
.feature-desc--white { color: rgba(255, 255, 255, 0.9); }
.flavor-circle--white { border-color: #ffffff; color: #ffffff; }
.flavor-circle--white::after { border-color: rgba(255, 255, 255, 0.3); }

/* =========================================
   Cart Page Styles (カートページ)
   ========================================= */
.cart-page { padding-top: 140px; padding-bottom: 80px; background-color: #fff; }
.cart-wrapper { display: flex; flex-direction: column; gap: 40px; margin-top: 40px; }
.cart-main { flex: 1; width: 100%; }
.shipping-bar { background: #f9f9f9; padding: 15px 20px; margin-bottom: 30px; border-radius: 4px; }
.shipping-msg { font-size: 0.9rem; margin-bottom: 8px; text-align: center; }
.progress-track { width: 100%; height: 6px; background: #e0e0e0; border-radius: 3px; overflow: hidden; }
.progress-fill { height: 100%; background: var(--color-primary); transition: width 0.5s ease; }
.cart-header-row { display: flex; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 20px; font-size: 0.85rem; color: #999; font-family: var(--font-en); text-transform: uppercase; letter-spacing: 0.05em; }
.u-pc-only { display: none; }
.col-product { flex: 1; }
.col-qty { width: 120px; text-align: center; }
.col-total { width: 100px; text-align: right; }
.cart-item { display: flex; gap: 20px; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #eee; align-items: center; }
.cart-item__image { width: 80px; flex-shrink: 0; }
.cart-item__image img { width: 100%; height: auto; border-radius: 2px; }
.cart-item__info { flex: 1; display: flex; flex-direction: column; gap: 10px; }
.cart-item__details { flex: 1; }
.cart-item__name { font-weight: bold; color: var(--color-text); text-decoration: none; font-family: var(--font-en); display: block; margin-bottom: 5px; }
.cart-item__variant { font-size: 0.8rem; color: #888; margin-bottom: 5px; }
.cart-item__price { font-size: 0.9rem; }
.cart-item__ctrl { display: flex; align-items: center; gap: 15px; }
.cart-remove { background: none; border: none; text-decoration: underline; color: #999; font-size: 0.75rem; cursor: pointer; }
.cart-remove:hover { color: #c0392b; }
.cart-item__subtotal { display: none; width: 100px; text-align: right; font-family: var(--font-en); font-weight: 500; }
.qty-sm { height: 36px; }
.qty-sm .qty-btn { width: 30px; font-size: 1rem; }
.qty-sm input { width: 36px; font-size: 0.9rem; }
.cart-sidebar { width: 100%; }
.summary-box { background: #f9f9f9; padding: 25px; border-radius: 2px; }
.summary-title { font-family: var(--font-en); font-size: 1.1rem; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #ddd; }
.summary-row { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 0.9rem; }
.summary-divider { border-top: 1px solid #ddd; margin: 15px 0; }
.summary-total { font-weight: bold; font-size: 1.2rem; color: var(--color-text); font-family: var(--font-en); }
.btn-checkout { display: block; width: 100%; background-color: var(--color-text); color: #fff; text-align: center; padding: 15px; border: none; font-weight: bold; margin-top: 20px; margin-bottom: 15px; cursor: pointer; transition: opacity 0.3s; }
.btn-checkout:hover { opacity: 0.8; }
.summary-note { font-size: 0.75rem; color: #888; margin-bottom: 10px; }
.payment-icons { display: flex; gap: 10px; justify-content: center; color: #ccc; font-size: 0.7rem; font-family: var(--font-en); border: 1px solid #eee; padding: 5px; background: #fff; }
.cart-empty { text-align: center; padding: 60px 0; }
.btn-back { display: inline-block; margin-top: 20px; padding: 10px 30px; background: var(--color-primary); color: #fff; text-decoration: none; }

@media (min-width: 768px) {
    .u-pc-only { display: flex; }
    .cart-item__info { flex-direction: row; align-items: center; justify-content: space-between; }
    .cart-item__subtotal { display: block; }
}
@media (min-width: 900px) {
    .cart-wrapper { flex-direction: row; align-items: flex-start; gap: 60px; }
    .cart-sidebar { width: 320px; position: sticky; top: 120px; }
}

/* =========================================
   カートアップセル
   ========================================= */
.bottom-bar { position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1a1a; color: #fff; z-index: 1000; transform: translateY(100%); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: 0 -4px 20px rgba(0,0,0,0.1); }
.bottom-bar.is-visible { transform: translateY(0); }
.bottom-bar__inner { max-width: 900px; margin: 0 auto; padding: 15px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.bottom-bar__img { width: 50px; height: 50px; border-radius: 2px; overflow: hidden; flex-shrink: 0; display: none; border:1px solid #d4af37; }
.bottom-bar__info { flex: 1; }
.bottom-bar__title {color: #d4af37; font-size: 0.75rem; margin-bottom: 4px; font-family: var(--font-en); letter-spacing: 0.05em; }
.bottom-bar__msg { font-size: 0.95rem; line-height: 1.4; }
.u-accent { color: #ff8a80; font-weight: bold; }
.bottom-bar.is-active .u-accent { color: #d4af37; }
.bottom-bar.is-active .bottom-bar__title { color: #d4af37; }
.bottom-bar__btn { background: #fff; color: #1a1a1a; border: none; padding: 10px 24px; border-radius: 2px; font-weight: bold; cursor: pointer; transition: all 0.3s; white-space: nowrap; font-size: 0.9rem; }
.bottom-bar__btn:hover { background: #f0f0f0; }
.u-price-off { font-size: 0.85em; margin-left: 8px; color: #c0392b; font-family: var(--font-en); }
.bottom-bar.is-hidden { display: none !important; }

@media (min-width: 600px) {
    .bottom-bar__img { display: block; }
}

/* =========================================
   こちらもおすすめ
   ========================================= */
.cart-recommend { margin-top: 80px; padding-top: 40px; border-top: 1px solid #eee; }
.recommend-title { font-size: 1.1rem; text-align: center; margin-bottom: 30px; font-family: var(--font-base); }
.recommend-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (min-width: 768px) {
  .recommend-grid { grid-template-columns: repeat(4, 1fr); gap: 30px; }
}
.recommend-item { text-align: center; }
.recommend-img { width: 100%; aspect-ratio: 1/1; background: #f9f9f9; margin-bottom: 10px; overflow: hidden; }
.recommend-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.recommend-item:hover .recommend-img img { transform: scale(1.05); }
.recommend-name { font-size: 0.85rem; margin-bottom: 5px; min-height: 2.4em; /* 2行分確保 */ line-height: 1.4; }
.recommend-price { font-family: var(--font-en); font-size: 0.95rem; margin-bottom: 10px; color: #666; }
.recommend-btn { width: 100%; padding: 8px; border: 1px solid #ddd; background: #fff; font-size: 0.8rem; cursor: pointer; transition: all 0.3s; }
.recommend-btn:hover { background: #333; color: #fff; border-color: #333; }

/* =========================================
  ログインページ
   ========================================= */
.auth-page { padding-top: 180px; padding-bottom: 120px; min-height: 80vh; display: flex; align-items: center; justify-content: center; background-color: #fff; }
.auth-box { width: 100%; max-width: 440px; margin: 0 auto; padding: 0 20px; text-align: center; }
.auth-title { font-family: var(--font-en); font-size: 2.2rem; margin-bottom: 15px; letter-spacing: 0.05em; font-weight: 400; color: var(--color-text); }
.auth-desc { font-size: 0.85rem; color: #888; margin-bottom: 40px; }
.auth-form { text-align: left; }
.form-group { margin-bottom: 25px; }
.form-group label { display: block; font-size: 0.75rem; color: #333; margin-bottom: 8px; font-family: var(--font-en); text-transform: uppercase; letter-spacing: 0.1em; }
.form-group input { width: 100%; padding: 14px 15px; border: 1px solid #ddd; border-radius: 0; font-size: 1rem; transition: border-color 0.3s; background: #fcfcfc; }
.form-group input:focus { border-color: var(--color-primary); outline: none; background: #fff; }
.auth-forgot { display: block; margin-top: 10px; font-size: 0.8rem; color: #999; text-decoration: underline; text-align: right; }
.auth-forgot:hover { color: #333; }
.btn-auth { width: 100%; padding: 16px; background: var(--color-text); color: #fff; border: none; font-size: 1rem; font-weight: bold; cursor: pointer; transition: opacity 0.3s; margin-top: 10px; margin-bottom: 40px; letter-spacing: 0.1em; }
.btn-auth:hover { opacity: 0.8; }
.auth-divider { border-top: 1px solid #eee; margin-bottom: 30px; position: relative; text-align: center; }
.auth-divider span { background: #fff; padding: 0 15px; color: #999; font-size: 0.8rem; position: relative; top: -10px; font-family: var(--font-en); }
.auth-switch { display: block; width: 100%; padding: 14px; border: 1px solid #333; text-align: center; font-size: 0.95rem; color: var(--color-text); text-decoration: none; transition: all 0.3s; font-weight: 500; }
.auth-switch:hover { background: #333; color: #fff; }

@media (max-width: 767px) {
    .auth-page { padding-top: 140px; padding-bottom: 80px; }
    .auth-title { font-size: 1.8rem; }
}

/* =========================================
   News Archive Page
   ========================================= */
.news-page { padding-top: 160px; padding-bottom: 100px; background: #fff; min-height: 80vh; }
.news-container { max-width: 800px; margin: 0 auto; }
.news-list { list-style: none; margin-bottom: 60px; border-top: 1px solid #eee; }
.news-item { border-bottom: 1px solid #eee; transition: background-color 0.3s; }
.news-item:hover { background-color: #fafafa; }
.news-link { display: flex; align-items: center; padding: 25px 10px; text-decoration: none; color: var(--color-text); gap: 20px; transition: color 0.3s; }
.news-meta { display: flex; align-items: center; gap: 15px; width: 220px; flex-shrink: 0; }
.news-date { font-family: var(--font-en); font-size: 0.9rem; color: #999; letter-spacing: 0.05em; }
.news-cat { font-family: var(--font-en); font-size: 0.7rem; padding: 3px 8px; border: 1px solid #ccc; border-radius: 2px; letter-spacing: 0.1em; color: #666; min-width: 80px; text-align: center; }
.cat-campaign { border-color: #c0392b; color: #c0392b; }
.cat-media { border-color: #333; color: #333; background: #f0f0f0; }
.cat-event { border-color: var(--color-primary); color: var(--color-primary); }
.news-title { font-family: var(--font-base); font-size: 1rem; font-weight: 500; flex: 1; line-height: 1.6; }
.news-arrow { font-family: var(--font-en); color: #ccc; transition: transform 0.3s, color 0.3s; }
.news-link:hover .news-arrow { transform: translateX(5px); color: var(--color-text); }

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 10px; margin-top: 40px; font-family: var(--font-en); }
.page-num { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid #eee; color: #999; text-decoration: none; transition: all 0.3s; }
.page-num:hover, .page-num.current { background: #333; color: #fff; border-color: #333; }
.page-next { display: flex; align-items: center; padding: 0 15px; height: 40px; border: 1px solid #eee; color: #333; text-decoration: none; font-size: 0.9rem; transition: all 0.3s; }
.page-next:hover { background: #f9f9f9; }

/* Mobile */
@media (max-width: 767px) {
    .news-link { flex-direction: column; align-items: flex-start; gap: 10px; padding: 20px 0; }
    .news-meta { width: 100%; justify-content: flex-start; }
    .news-arrow { display: none; } /* スマホでは矢印を消してスッキリさせる */
}
/* =========================================
   News Detail Page
   ========================================= */
.news-detail-page { padding-top: 160px; padding-bottom: 100px; background: #fff; }
.container--narrow { max-width: 800px; margin: 0 auto; }
.article-header { margin-bottom: 50px; text-align: center; }
.article-header .news-meta { justify-content: center; margin-bottom: 20px; }
.article-title { font-family: var(--font-base); font-size: 1.8rem; line-height: 1.5; font-weight: 500; }
.article-body { font-size: 1rem; line-height: 2; color: #444; margin-bottom: 80px; }
.article-main-img { width: 100%; margin-bottom: 40px; }
.article-main-img img { width: 100%; height: auto; border-radius: 2px; }
.article-lead { font-weight: bold; margin-bottom: 40px; font-size: 1.05rem; }
.article-body h2 { font-size: 1.4rem; margin-top: 50px; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #ddd; font-family: var(--font-base); font-weight: 500; }
.article-body h3 { font-size: 1.2rem; margin-top: 40px; margin-bottom: 20px; font-weight: bold; position: relative; padding-left: 15px; }
.article-body h3::before { content: ''; position: absolute; left: 0; top: 0.3em; height: 1em; width: 4px; background: var(--color-primary); }
.article-body p { margin-bottom: 30px; text-align: justify; }
.article-body blockquote { background: #f9f9f9; padding: 30px; border-left: 4px solid #333; margin: 40px 0; font-family: var(--font-en); }
.article-btn-wrap { text-align: center; margin-top: 60px; }
.btn-primary { display: inline-block; background: #333; color: #fff; padding: 15px 40px; text-decoration: none; transition: opacity 0.3s; letter-spacing: 0.1em; }
.btn-primary:hover { opacity: 0.8; }
.article-footer { border-top: 1px solid #eee; padding-top: 40px; text-align: center; }
.btn-back-list { display: inline-block; border: 1px solid #ddd; padding: 12px 30px; color: #666; text-decoration: none; transition: all 0.3s; font-size: 0.9rem; }
.btn-back-list:hover { border-color: #333; color: #333; }

/* Mobile */
@media (max-width: 767px) {
    .article-title { font-size: 1.4rem; text-align: left; }
    .article-header .news-meta { justify-content: flex-start; }
    .article-body { font-size: 0.95rem; }
}
/* =========================================
   Legal Page (Tokushoho / Privacy)
   ========================================= */
.legal-page { padding-top: 160px; padding-bottom: 100px; background: #fff; }
.legal-section { margin-bottom: 80px; }
.legal-sub-title { font-size: 1.2rem; margin-bottom: 30px; padding-bottom: 10px; border-bottom: 2px solid #333; font-family: var(--font-base); font-weight: 500; text-align: center; }

/* 定義リスト（特商法） */
.legal-list { border-top: 1px solid #eee; }
.legal-row { display: flex; border-bottom: 1px solid #eee; padding: 20px 0; }
.legal-row dt { width: 30%; font-weight: bold; color: #333; padding-right: 20px; }
.legal-row dd { width: 70%; color: #666; line-height: 1.8; }
.u-note { font-size: 0.85em; color: #999; }

/* テキストエリア（プライバシーポリシー） */
.legal-text { font-size: 0.95rem; line-height: 1.8; color: #555; text-align: justify; }
.legal-text h3 { font-size: 1rem; margin-top: 30px; margin-bottom: 15px; font-weight: bold; color: #333; }
.legal-text p { margin-bottom: 20px; }

/* Mobile */
@media (max-width: 767px) {
    .legal-row { flex-direction: column; gap: 8px; }
    .legal-row dt { width: 100%; color: #111; }
    .legal-row dd { width: 100%; padding-left: 0; }
}

/* =========================================
   404 Page
   ========================================= */
.page-404 { padding-top: 200px; padding-bottom: 150px; min-height: 80vh; display: flex; align-items: center; justify-content: center; background: #fff; }
.title-404 { font-family: var(--font-en); font-size: 6rem; line-height: 1; margin-bottom: 10px; color: #ddd; letter-spacing: 0.05em; }
.msg-404 { font-family: var(--font-en); font-size: 1.5rem; margin-bottom: 30px; letter-spacing: 0.1em; font-weight: 300; }
.desc-404 { font-size: 0.95rem; color: #666; margin-bottom: 50px; line-height: 1.8; }
.btn-home { display: inline-block; padding: 15px 40px; border: 1px solid #333; color: #333; text-decoration: none; transition: all 0.3s; font-size: 0.9rem; letter-spacing: 0.05em; }
.btn-home:hover { background: #333; color: #fff; }

@media (max-width: 767px) {
    .page-404 { padding-top: 150px; padding-bottom: 100px; }
    .title-404 { font-size: 4rem; }
    .msg-404 { font-size: 1.2rem; }
}
/* =========================================
   Contact Page
   ========================================= */
.contact-page { padding-top: 160px; padding-bottom: 100px; background: #fff; }
.contact-desc { text-align: center; font-size: 0.95rem; line-height: 1.8; color: #666; margin-bottom: 50px; }
.contact-form { max-width: 600px; margin: 0 auto; }
/* フォームパーツは auth-page と共通部分が多いですが、専用スタイルを定義 */
.contact-form .form-group { margin-bottom: 30px; }
.contact-form label { display: block; font-size: 0.8rem; margin-bottom: 8px; font-weight: bold; }
.u-req { color: #c0392b; margin-left: 3px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 14px; border: 1px solid #ddd; font-size: 1rem; background: #fcfcfc; border-radius: 0; appearance: none; transition: border-color 0.3s; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #333; outline: none; background: #fff; }
.select-wrap { position: relative; }
.select-wrap::after { content: ''; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid #666; pointer-events: none; }
.contact-agree { text-align: center; margin-bottom: 40px; font-size: 0.9rem; }
.contact-agree a { text-decoration: underline; color: #333; }
.btn-submit { display: block; width: 100%; max-width: 300px; margin: 0 auto; background: #333; color: #fff; border: none; padding: 16px; font-weight: bold; cursor: pointer; transition: opacity 0.3s; letter-spacing: 0.1em; }
.btn-submit:hover { opacity: 0.8; }

@media (max-width: 767px) {
    .contact-page { padding-top: 140px; }
}
/* =========================================
   Story Page
   ========================================= */
.story-page { padding-top: 140px; padding-bottom: 100px; background: #fff; overflow-x: hidden; }

/* Story Hero */
.story-hero { text-align: center; margin-bottom: 100px; padding: 0 20px; }
.story-title { font-family: var(--font-en); font-size: 3.5rem; line-height: 1.1; margin-bottom: 15px; letter-spacing: 0.05em; color: var(--color-text); }
.story-subtitle { font-family: var(--font-base); font-size: 1rem; color: #666; letter-spacing: 0.2em; }

/* Story Sections */
.story-section { margin-bottom: 120px; }
.story-row { display: flex; align-items: center; gap: 60px; }
.story-section--reverse .story-row { flex-direction: row-reverse; }

.story-img { flex: 1; }
.story-img img { width: 100%; height: auto; border-radius: 2px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }

.story-text { flex: 1; }
.story-head { font-family: var(--font-base); font-size: 1.8rem; margin-bottom: 30px; line-height: 1.4; font-weight: 500; }
.story-text p { margin-bottom: 20px; line-height: 2; color: #555; text-align: justify; }

.story-sign { margin-top: 50px; }

/* Story Footer Button */
.story-footer { text-align: center; margin-top: 60px; }
.btn-story { display: inline-block; padding: 18px 50px; border: 1px solid #333; color: #333; text-decoration: none; letter-spacing: 0.1em; transition: all 0.4s; font-family: var(--font-en); position: relative; overflow: hidden; }
.btn-story::before { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 100%; background: #333; transition: width 0.4s ease; z-index: -1; }
.btn-story:hover { color: #fff; }
.btn-story:hover::before { width: 100%; }

/* Mobile */
@media (max-width: 767px) {
    .story-title { font-size: 2.5rem; }
    .story-row, .story-section--reverse .story-row { flex-direction: column; gap: 30px; }
    .story-head { font-size: 1.5rem; text-align: center; }
    .story-text p { text-align: left; }
    .story-section { margin-bottom: 80px; }
}
/* =========================================
   Account Page (My Page)
   ========================================= */
.account-page { padding-top: 160px; padding-bottom: 100px; background: #fff; min-height: 80vh; }

/* Header Area */
.account-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 60px; border-bottom: 1px solid #eee; padding-bottom: 20px; }
.account-header .page-title { margin-bottom: 0; text-align: left; }
.logout-link { font-size: 0.9rem; color: #666; text-decoration: underline; transition: color 0.3s; }
.logout-link:hover { color: #c0392b; }

/* Layout Grid */
.account-container { display: grid; grid-template-columns: 1fr 300px; gap: 60px; }
.account-sub-title { font-size: 1.2rem; margin-bottom: 25px; font-family: var(--font-base); font-weight: 500; }

/* Order Table */
.order-table-wrap { overflow-x: auto; /* スマホで横スクロール */ }
.order-table { width: 100%; border-collapse: collapse; min-width: 500px; }
.order-table th { text-align: left; padding: 15px 10px; border-bottom: 1px solid #ddd; font-size: 0.8rem; color: #666; font-weight: normal; font-family: var(--font-en); }
.order-table td { padding: 20px 10px; border-bottom: 1px solid #eee; font-size: 0.9rem; }
.order-num a { color: #333; text-decoration: underline; font-family: var(--font-en); font-weight: bold; }
.text-right { text-align: right !important; }

/* Status Badges */
.status-paid { display: inline-block; background: #eee; padding: 4px 10px; font-size: 0.75rem; border-radius: 20px; color: #555; }
.status-fulfilled { color: #2e7d32; }
.status-unfulfilled { color: #c0392b; background: #fff5f5; padding: 4px 10px; border-radius: 20px; font-size: 0.75rem; }

/* Address Details */
.account-details { padding-left: 40px; border-left: 1px solid #eee; }
.address-card { font-size: 0.95rem; line-height: 1.8; color: #555; }
.address-name { font-weight: bold; margin-bottom: 10px; color: #333; font-size: 1rem; }
.address-text { margin-bottom: 25px; }
.btn-address { display: inline-block; padding: 10px 20px; border: 1px solid #ddd; color: #333; text-decoration: none; font-size: 0.85rem; transition: all 0.3s; background: #fff; }
.btn-address:hover { border-color: #333; background: #333; color: #fff; }

/* Mobile */
@media (max-width: 900px) {
    .account-container { grid-template-columns: 1fr; gap: 50px; }
    .account-details { padding-left: 0; border-left: none; border-top: 1px solid #eee; padding-top: 40px; }
    .account-header { flex-direction: column; align-items: center; gap: 10px; text-align: center; }
}
