/* hana to — ブランドカラー（インスタ：水色系 × 薄ピンク）で :root を上書き */

:root {
  --primary-color: #4a9dbf;
  --secondary-color: #f4b8d9;
  --tertiary-color: #ecf7fb;
  --main-ttl-color: #3d5a73;
  /* Instagram アイコン枠と同系のグラデ（CTA 用） */
  --cta-grad-soft: linear-gradient(135deg, #a9c9e1 0%, #d8bfd8 100%);
  --font-accent: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  --font-deco: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
}

/* ファーストビューのキャッチコピー */
#top .kv-ttl {
  color: #000000;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  background-color: #fafcfd;
}

a {
  color: var(--primary-color);
}

#top,
#about,
#features,
#gallery,
#online-shop,
#access {
  scroll-margin-top: 6rem;
}

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

.site-wordmark {
  display: block;
  font-family: var(--font-accent);
  font-weight: 700;
  font-size: clamp(1.35rem, 4.2vw, 1.85rem);
  letter-spacing: 0.06em;
  line-height: 1.1;
  color: var(--primary-color);
  white-space: nowrap;
}

.footer-wordmark {
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: #fff;
}

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

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

.header-brand {
  display: flex;
  align-items: center;
}

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

circle.ig-fill-footer {
  fill: url(#ig-grad-footer);
}

/* ヘッダー右：ナビ最後尾の CTA をアイコン枠と同色のグラデに */
#pc-g-nav .menu li:last-child a,
#g-nav .menu li:last-child a {
  background-color: transparent;
  background-image: var(--cta-grad-soft);
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(169, 201, 225, 0.45);
  border: none;
}

#pc-g-nav .menu li:last-child a:hover,
#g-nav .menu li:last-child a:hover {
  filter: brightness(0.96);
  opacity: 1;
}

#pc-g-nav .menu li:last-child a:focus-visible,
#g-nav .menu li:last-child a:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 3px;
}

#loading {
  background: linear-gradient(135deg, #dbeef8 0%, #fde8f3 100%);
}

#loading_logo.loading-wordmark {
  width: auto;
  max-width: none;
  height: auto;
  margin: 0 auto;
  font-family: var(--font-accent);
  font-size: clamp(2rem, 8vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--primary-color);
  animation: logoappear 1.4s ease forwards;
}

.about-inline-link {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.about-inline-link:hover {
  opacity: 0.9;
}

.footer-wordmark-wrap {
  width: auto;
  max-width: none;
  height: auto;
  min-height: 0;
  margin-bottom: 1.5rem;
}

.footer-wordmark-wrap .footer-wordmark-link {
  display: inline-block;
}

.footer-wordmark-wrap .footer-wordmark {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.08));
}

#footer .instagram-icon svg circle.ig-fill-footer {
  fill: url(#ig-grad-footer);
}

/* テーマ側 #footer svg { fill:#fff } より詳細度高くグラデのみ上書き */
#footer .footer-sns path {
  fill: #fff;
}

#footer .instagram-icon svg {
  width: 2.25rem;
  height: 2.25rem;
}

.top-ttl-w span {
  color: rgba(255, 255, 255, 0.95);
}

/* セクション見出しの中央寄せ（ギャラリー・SNS・アクセスも含める） */
#features h2.top-ttl,
#gallery h2.top-ttl,
#online-shop h2.top-ttl,
#access h2.top-ttl {
  text-align: center;
}

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

#gallery {
  margin: 100px auto;
}

.post-category-alt span {
  background-color: var(--primary-color);
}

.post-ttl-plain {
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0.5rem 0 0;
  color: var(--main-ttl-color);
}

.map-caption {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.map-caption a {
  text-decoration: underline;
}

#online-shop {
  background-color: #fff;
  padding: 3rem 0 4rem;
}

.online-shop-frame {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.75rem;
  border: 2px solid rgba(74, 157, 191, 0.35);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, var(--tertiary-color) 0%, #fff 100%);
  text-align: center;
}

.online-shop-lead {
  font-size: 0.95rem;
  line-height: 2;
  color: #455a60;
  margin-bottom: 1.5rem;
  text-align: left;
}

@media (min-width: 768px) {
  .online-shop-lead {
    text-align: center;
  }
}

.online-shop-actions {
  margin-top: 0;
}

.online-shop-actions a {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  letter-spacing: 0.08em;
  color: #fff;
  border-radius: 100vh;
  background-color: transparent;
  background-image: var(--cta-grad-soft);
  box-shadow: 0 2px 14px rgba(169, 201, 225, 0.4);
  overflow: hidden;
}

.online-shop-actions a::after {
  animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}

.online-shop-actions a:hover {
  opacity: 0.94;
}
