@charset "UTF-8";

/* =========================================
   Top Page Specific Styles
   (Cleaned: Shared styles moved to common.css)
   ========================================= */

/* ===== Hero (Slideshow) ===== */
/* Topページ専用スライドショー設定 */
.vl-hero.vl-section--top-hero {
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
  margin: 0; 
  width: 100%;
}

/* スライド単体のスタイル */
.vl-hero-slide { position: relative; width: 100%; }
.vl-slide-link { display: block; width: 100%; position: relative; color: #fff; text-decoration: none; }
.vl-slide-img { position: relative; width: 100%; }
.vl-slide-img img {
  width: 100%; height: auto; display: block; min-height: 400px; object-fit: cover;
}

/* テキストコンテンツ */
.vl-slide-content {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 80%; max-width: 800px; display: flex; flex-direction: column; gap: 24px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.vl-slide-title {
  font-family: "Cormorant Garamond", "Zen Old Mincho", serif;
  font-size: clamp(40px, 7vw, 80px); font-weight: 600; font-style: italic; line-height: 1.1; letter-spacing: 0.02em; margin: 0; white-space: pre-wrap;
}
.vl-slide-text {
  font-family: "Zen Old Mincho", serif; font-size: clamp(14px, 2vw, 18px); line-height: 1.8; font-weight: 500; letter-spacing: 0.05em; margin: 0;
}
.vl-slide-btn {
  font-family: "Cormorant Garamond", "Zen Old Mincho", serif; font-style: normal;
  display: inline-block; padding: 14px 40px; background: #fff; color: #0b0917;
  font-size: 16px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase;
  border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: opacity 0.3s ease, background 0.3s ease; text-shadow: none; width: fit-content; margin-top: 8px; 
}
.vl-slide-link:hover .vl-slide-btn { opacity: 0.9; background: #fdfdfd; }

/* 配置パターン */
.vl-align-left { left: 8%; text-align: left; align-items: flex-start; }
.vl-align-center { left: 50%; transform: translate(-50%, -50%); text-align: center; align-items: center; }
.vl-align-right { right: 8%; text-align: right; align-items: flex-end; }
/* 追加：中央下寄せ（ロゴやメイン被写体の下用） */
.vl-align-bottom-center {
  left: 50%;
  top: auto;          /* デフォルトの「縦ど真ん中」を解除 */
  bottom: 15%;        /* 下から15%の位置（ここを数字で調整可能） */
  transform: translateX(-50%); /* 横方向だけ真ん中に補正 */
  text-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .vl-align-left, .vl-align-right { left: 20px; right: 20px; width: auto; text-align: center; align-items: center; }
  .vl-slide-title { font-size: 42px; }
  .vl-slide-text { font-size: 13px; line-height: 1.6; display: block; }
   .vl-align-bottom-center {
    width: 90%;       /* 幅を確保 */
    bottom: 10%;      /* スマホは少し下げ気味に */
  }
}

/* Slick Styles (Arrows & Dots) */
.vl-hero .slick-prev, .vl-hero .slick-next {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
  width: 40px; height: 40px; background: transparent; border-radius: 50%; cursor: pointer; border: none; font-size: 0; color: transparent; transition: background 0.3s ease;
}
.vl-hero .slick-prev:hover, .vl-hero .slick-next:hover { background: rgba(255, 255, 255, 0.9); }
.vl-hero .slick-prev { left: 10px; }
.vl-hero .slick-next { right: 10px; }
.vl-hero .slick-prev::before, .vl-hero .slick-next::before {
  content: ''; display: block; width: 8px; height: 8px; border-top: 1.5px solid #0b0917; border-right: 1.5px solid #0b0917;
  position: absolute; top: 50%; left: 50%; opacity: 0.7; transition: opacity 0.3s ease;
}
.vl-hero .slick-prev:hover::before, .vl-hero .slick-next:hover::before { opacity: 1; }
.vl-hero .slick-prev::before { transform: translate(-35%, -50%) rotate(-135deg); }
.vl-hero .slick-next::before { transform: translate(-65%, -50%) rotate(45deg); }

/* ▼▼▼ ドット修正版（二重表示防止） ▼▼▼ */
.vl-hero .slick-dots {
  position: absolute; bottom: 24px; left: 0; right: 0; 
  display: flex !important; justify-content: center; align-items: center; gap: 12px; 
  margin: 0 !important; padding: 0 !important; list-style: none !important; 
  font-size: 0 !important; line-height: 0 !important; z-index: 20;
}

/* リストアイテム自体の装飾を完全に消去 */
.vl-hero .slick-dots li { 
  margin: 0 !important; padding: 0 !important; 
  width: auto !important; height: auto !important; 
  display: block !important; 
  list-style-type: none !important; 
  background: none !important;      
  border: none !important;          
}
/* liの擬似要素も消去 */
.vl-hero .slick-dots li::before,
.vl-hero .slick-dots li::after {
  content: none !important; display: none !important;
}

/* ボタン内部のSlickデフォルトアイコンを消去 */
.vl-hero .slick-dots li button::before { 
  content: none !important; display: none !important; 
}

/* ドット本体（ボタン）のデザイン */
.vl-hero .slick-dots li button {
  appearance: none; -webkit-appearance: none;
  font-size: 0 !important; line-height: 0 !important; color: transparent !important; 
  display: block !important; 
  width: 10px !important; height: 10px !important; 
  padding: 0 !important; 
  border-radius: 50%; 
  background: rgba(255, 255, 255, 0.4) !important; 
  border: 1px solid rgba(0, 0, 0, 0.05) !important; 
  cursor: pointer; 
  transition: all 0.3s ease; 
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* アクティブ時のスタイル */
.vl-hero .slick-dots li.slick-active button { 
  background: #ffffff !important; 
  transform: scale(1.2); 
  box-shadow: 0 1px 4px rgba(0,0,0,0.2); 
}


/* ===== Search Area Specifics ===== */
#search { scroll-margin-top: 56px; padding-top: 24px; }
@media(min-width: 960px) { #search { padding-top: 32px; } }
.vl-search input[type="search"]{width:100%;padding:12px;border-radius:8px;border:1px solid #ddd;font-size:var(--fz-s);margin-bottom:12px}

/* ===== Categories Grid ===== */
.vl-cats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px 8px; }
.vl-cats a { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.vl-cats img { width: 100%; max-width: 60px; aspect-ratio: 1/1; object-fit: cover; border-radius: 12px; }
.vl-cats span { font-size: 10px; text-transform: uppercase; text-align: center; word-break: break-all; font-size: 12px; }
@media(min-width: 960px) {
  .vl-cats { grid-template-columns: repeat(8, 1fr); gap: 16px 12px; }
  .vl-cats img { max-width: 90px; }
}

/* ===== Tab Navigation ===== */
.vl-tab-nav {
  display: flex; justify-content: center; gap: 0; margin-bottom: 48px; border-bottom: 1px solid #dcdcdc; padding-bottom: 0; position: relative;
}
.vl-tab-btn {
  background: transparent; border: 1px solid transparent; border-bottom: none; border-radius: 0; font-family: "Cormorant Garamond", sans-serif; font-size: 20px; font-weight: 500; letter-spacing: 0.1em; padding: 14px 40px; min-width: 140px; cursor: pointer; color: var(--muted); position: relative; top: 1px; transition: all 0.3s ease;
}
.vl-tab-btn:hover { color: var(--ink); }
.vl-tab-btn.is-active {
  background: #e5e5e3; border-color: #dcdcdc; border-bottom-color: #e5e5e3; color: var(--ink); font-weight: 600;
}
/* Size List */
.vl-size-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: 900px; margin: 0 auto; }
@media(min-width: 600px) { .vl-size-list { grid-template-columns: repeat(3, 1fr); } }
@media(min-width: 960px) { .vl-size-list { grid-template-columns: repeat(4, 1fr); } }
.vl-size-list a {
  display: flex; align-items: center; justify-content: center; text-align: center; min-height: 56px; height: 100%; padding: 12px 16px; background: #fff; border: 1px solid #e5e5e3; border-radius: 8px; font-size: 13px; line-height: 1.5; font-weight: 500; color: var(--ink); transition: all 0.2s ease;
}
.vl-size-list a:hover { background: var(--ink); color: #fff; border-color: var(--ink); text-decoration: none; }
/* Panel Control */
.vl-tab-panel { display: none; animation: fadeIn 0.4s ease; }
.vl-tab-panel.is-active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

/* ===== Collections & Brands ===== */
.vl-collections { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
@media(min-width: 960px) { .vl-collections { gap: 24px; } }
.vl-section--collections .vl-card-link { height: 100%; display: block; position: relative; }
.vl-card-figure {
  position: relative; width: 100%; border: none; box-shadow: none; border-radius: 12px; background: #000; overflow: hidden; margin: 0; aspect-ratio: 1/1; 
}
@media(min-width: 960px) { .vl-card-figure { aspect-ratio: 16/9; } }
.vl-card-figure img { width: 100%; height: 100%; object-fit: cover; opacity: 0.95; transition: transform 0.5s ease, opacity 0.3s ease; border-bottom: none; }
@media (hover:hover) { .vl-section--collections .vl-card-link:hover .vl-card-figure img { transform: scale(1.05); opacity: 0.8; } }
.vl-card-figure figcaption {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 24px 20px; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 60%, transparent 100%); color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.3); display: flex; flex-direction: column; justify-content: flex-end; margin-top: 0;
}
.vl-card-figure strong { color: #fff; font-family: "Cormorant Garamond", "Zen Old Mincho", serif; font-size: 18px; font-weight: 600; margin-bottom: 4px; letter-spacing: 0.05em; display: block; }
@media(min-width: 960px) { .vl-card-figure strong { font-size: 24px; } }
.vl-card-figure p { color: rgba(255, 255, 255, 0.9); font-size: 13px; line-height: 1.4; margin: 0; }
.vl-section--collections .vl-card-link:focus-visible{outline:2px solid #ffffff;outline-offset:3px}

/* Brands Grid */
.vl-brands{display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}
@media(max-width:599px){.vl-brands{grid-template-columns:repeat(2,1fr)}}
.vl-brands>li{display:flex}
.vl-brands a{display:flex;flex-direction:column;gap:8px;align-items:center;text-align:center;width:100%}
.vl-brands img{width:100%;aspect-ratio:5/4;object-fit:cover;border-radius:14px}
.vl-brands b{font-weight:600;font-size:var(--fz-s)}
@media (hover:hover){ .vl-brands li:hover{transform:none} }

/* ===== Features (Icons) ===== */
.vl-features { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
@media(min-width: 960px) { .vl-features { grid-template-columns: repeat(4, 1fr); gap: 24px; } }
.vl-feature-item {
  border: 1px solid #dcdcdc; border-radius: 12px; padding: 24px 16px; text-align: center; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 12px; height: 100%;
}
.vl-feature-icon { font-size: 32px; line-height: 1; display: block; margin-bottom: 4px; }
.vl-feature-title { font-size: 14px; font-weight: 700; color: #0b0917; margin: 0; letter-spacing: 0.05em; }
.vl-feature-desc {
  font-size: 12px; color: #666; line-height: 1.6; margin: 0; text-align: justify; text-align-last: center;
}
@media(max-width: 600px) { .vl-feature-desc { font-size: 11px; text-align: center; text-align-last: center; } }

/* ===== News Widget ===== */
.vl-news dl { display: grid; grid-template-columns: auto 1fr; gap: 8px 12px; }
.vl-news dt { font-size: var(--fz-s); color: var(--muted); padding-top: 2px; }
.vl-news dd { font-size: var(--fz-s); border-bottom: 1px solid #eee; padding-bottom: 8px; line-height: 1.6; }
.vl-news dd a { text-decoration: underline; text-underline-offset: 2px; }
.vl-news dd a:hover { color: var(--muted); }
.vl-info { margin-top: 16px; font-size: var(--fz-s); line-height: 1.7; }

/* ===== Gift & Side Features ===== */
.vl-gift-feature, .vl-side-feature { display: grid; gap: 32px; }
@media(min-width: 960px) {
  .vl-gift-feature { grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
  .vl-side-feature { display: flex; flex-direction: row; align-items: center; gap: 64px; }
  .vl-side-feature.vl-reverse { flex-direction: row-reverse; }
  .vl-side-img, .vl-side-content { flex: 1; width: 50%; }
}
.vl-gift-img, .vl-side-img { margin: 0; width: 100%; position: relative; }
.vl-gift-img img, .vl-side-img img { width: 100%; height: auto; object-fit: cover; border-radius: 4px; }
.vl-gift-content, .vl-side-content { display: flex; flex-direction: column; gap: 24px; }
.vl-gift-header, .vl-side-header { border-bottom: 1px solid #ddd; padding-bottom: 24px; margin-bottom: 8px; }
.vl-gift-title, .vl-side-title { font-family: "Cormorant Garamond", serif; font-size: clamp(32px, 5vw, 48px); font-weight: 500; line-height: 1.2; margin: 16px 0 0; letter-spacing: 0.02em; }
.vl-gift-desc, .vl-side-desc { font-size: 14px; line-height: 1.8; color: var(--ink); margin: 0; font-family: "Zen Old Mincho", serif; }

.vl-gift-actions, .vl-side-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; }

/* ===== Popular Items (Top Only Hide) ===== */
/* スマホ：9個目以降（9&#12316;12番目）を隠して「8個」にする */
.vl-popular li:nth-child(n+9) { display: none; }
/* PC（960px以上）：隠していたものを表示させて「12個」にする */
@media(min-width: 960px) { .vl-popular li:nth-child(n+9) { display: block; } }