/* ベトナム雑貨 Sunshine — Ellie ベース上書き */

:root {
  --primary-color: #4a3f3a;
  --secondary-color: #c4a574;
  --tertiary-color: #faf6f0;
  --main-ttl-color: #2e2622;
}

#top,
#about,
#features,
#news,
#access {
  scroll-margin-top: 6rem;
}

@media (min-width: 1024px) {
  #top,
  #about,
  #features,
  #news,
  #access {
    scroll-margin-top: 8rem;
  }
}

/* テキストロゴ */
.sunshine-logo-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  text-decoration: none;
  color: var(--primary-color);
  font-family: var(--font-accent, "Noto Serif JP", serif);
}

.sunshine-logo__en {
  font-family: "Dancing Script", cursive;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  letter-spacing: 0.06em;
}

.sunshine-logo__jp {
  font-size: 0.72rem;
  letter-spacing: 0.35em;
  margin-top: 0.15rem;
}

#header #header-logo {
  max-width: min(280px, 58vw);
}

@media (min-width: 1024px) {
  #header #header-logo {
    max-width: 300px;
  }
}

.header-brand {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 1rem);
  flex-wrap: nowrap;
}

#header .custom-logo-link {
  flex: 1 1 auto;
  min-width: 0;
}

#header .header-instagram {
  flex-shrink: 0;
}

#header .header-instagram .instagram-icon svg {
  display: block;
  width: clamp(34px, 5vw, 44px);
  height: clamp(34px, 5vw, 44px);
}

#header .header-instagram .svg-background {
  fill: var(--secondary-color);
}

#header .header-instagram .svg-shape,
#header .header-instagram .svg-shape path {
  fill: #fff;
}

#header .header-instagram:hover .svg-background {
  opacity: 0.88;
}

/* メニュー最後の ONLINE SHOP に付くシャイン（shine）疑似要素を無効化 */
#pc-g-nav .menu li:last-child a::after,
#g-nav .menu li:last-child a::after {
  content: none;
  animation: none;
}

#features h2.top-ttl,
#news h2.top-ttl,
#access h2.top-ttl {
  text-align: center;
}

#features h2.top-ttl span,
#news h2.top-ttl span,
#access h2.top-ttl span {
  display: block;
}

/* ローディング：テキストロゴ（テーマ既定の img 用サイズを上書き） */
#loading_logo.sunshine-loading {
  width: auto;
  max-width: min(90vw, 360px);
  height: auto;
  min-height: 0;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loading_logo.sunshine-loading img {
  display: none;
}

.sunshine-loading .sunshine-logo-text {
  align-items: center;
  animation: logoappear 2s ease forwards;
}

.sunshine-loading .sunshine-logo__en {
  font-size: 2.5rem;
}

/* フッターロゴ枠 */
.footer-logo .sunshine-logo-text {
  margin: 0 auto;
  align-items: center;
}

.footer-logo {
  height: auto;
  min-height: 5rem;
}
