:root {
  --primary-light: #e0f7ff;
  --primary: #0ea5e9;
  --primary-dark: #0284c7;
  --theme-blue: #0d66b2;
}

body {
  font-family: "ms-mincho", sans-serif;
}

.icon-deep-blue {
  color: var(--theme-blue);
}
#wrap {
  width: 100%;
  margin: 0 auto;
  max-width: none;
}
.banner .module-img {
  margin-left: auto;
  margin-right: auto;
}

/* Modern icon colors */
.icon-box .iconbox-icon-container svg {
  color: var(--primary-dark);
  width: 48px;
  height: 48px;
}

/* Utility class for absolutely positioned elements */
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.wavy-border {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMDAwIDEwMCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHJlY3Qgd2lkdGg9JzEwMDAnIGhlaWdodD0nMTAwJyBmaWxsPSdibGFjaycvPjxwYXRoIGQ9J00wIDQwIFE2Mi41IDAgMTI1IDQwIFQyNTAgNDAgVDM3NSA0MCBUNTAwIDQwIFQ2MjUgNDAgVDc1MCA0MCBUODc1IDQwIFQxMDAwIDQwIFY2MCBROTM3LjUgMTAwIDg3NSA2MCBUNzUwIDYwIFQ2MjUgNjAgVDUwMCA2MCBUMzc1IDYwIFQyNTAgNjAgVDEyNSA2MCBUMCA2MCBaJyBmaWxsPSd3aGl0ZScvPjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMDAwIDEwMCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHJlY3Qgd2lkdGg9JzEwMDAnIGhlaWdodD0nMTAwJyBmaWxsPSdibGFjaycvPjxwYXRoIGQ9J00wIDQwIFE2Mi41IDAgMTI1IDQwIFQyNTAgNDAgVDM3NSA0MCBUNTAwIDQwIFQ2MjUgNDAgVDc1MCA0MCBUODc1IDQwIFQxMDAwIDQwIFY2MCBROTM3LjUgMTAwIDg3NSA2MCBUNzUwIDYwIFQ2MjUgNjAgVDUwMCA2MCBUMzc1IDYwIFQyNTAgNjAgVDEyNSA2MCBUMCA2MCBaJyBmaWxsPSd3aGl0ZScvPjwvc3ZnPg==");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

/* Layout adjustments */
.reasons-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  .reasons-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* Natural System Showcase - Simplified Background */
.natural-system-showcase {
  background: linear-gradient(135deg, rgba(54, 94, 144, 0.98) 0%, rgba(107, 172, 246, 0.74) 100%);
  position: relative;
  overflow: hidden;
}

/* Minimal fluid background */
.fluid-background {
  pointer-events: none;
}

.fluid-base {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(0, 0, 0, 0.05) 0%, transparent 60%);
  animation: subtle-shift 20s linear infinite alternate;
}

@keyframes subtle-shift {
  from { transform: translate(-2%, -2%); }
  to   { transform: translate(2%, 2%); }
}

/* Subtle noise texture */
.noise-overlay {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg,
      rgba(255, 255, 255, 0.1) 0,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 1px,
      transparent 2px);
  opacity: 0.03;
  pointer-events: none;
}

/* Performance Optimization */
@media (prefers-reduced-motion: reduce) {
  .fluid-base {
    animation-play-state: paused;
  }
}

/* Ensure text remains readable */
.natural-system-showcase .system-header h3,
.natural-system-showcase .system-header p {
  text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.2),
    0 4px 8px rgba(0, 0, 0, 0.1),
    0 8px 16px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}

/* Feature cards enhancement */
.natural-system-showcase .feature-card {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.08),
    0 16px 64px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}













/* Harmonize miscellaneous color utilities */
[class*="bg-red-"],
[class*="bg-amber-"],
[class*="bg-purple-"],
[class*="bg-green-"] {
  background-color: var(--primary-light) !important;
}

[class*="text-red-"],
[class*="text-amber-"],
[class*="text-purple-"],
[class*="text-green-"] {
  color: var(--primary-dark) !important;
}

.lqd-icn-ess::before {display:inline-block;font-style:normal;}
/* Icon fallback using emoji */
.lqd-icn-ess.icon-lqd-alert-triangle:before { content: "\26A0\FE0F"; }
.lqd-icn-ess.icon-lqd-arrow-right:before { content: "\2192"; }
.lqd-icn-ess.icon-lqd-atom:before { content: "\269B\FE0F"; }
.lqd-icn-ess.icon-lqd-award:before { content: "\1F3C6"; }
.lqd-icn-ess.icon-lqd-baby:before { content: "\1F476"; }
.lqd-icn-ess.icon-lqd-badge:before { content: "\1F396\FE0F"; }
.lqd-icn-ess.icon-lqd-bed:before { content: "\1F6CF\FE0F"; }
.lqd-icn-ess.icon-lqd-calendar:before { content: "\1F4C5"; }
.lqd-icn-ess.icon-lqd-check:before { content: "\2713"; }
.lqd-icn-ess.icon-lqd-check-circle:before { content: "\2705"; }
.lqd-icn-ess.icon-lqd-circle:before { content: "\25CF"; }
.lqd-icn-ess.icon-lqd-clock:before { content: "\23F0"; }
.lqd-icn-ess.icon-lqd-comment:before { content: "\1F4AC"; }
.lqd-icn-ess.icon-lqd-compass:before { content: "\1F9ED"; }
.lqd-icn-ess.icon-lqd-diamond:before { content: "\2666\FE0F"; }
.lqd-icn-ess.icon-lqd-drop:before { content: "\1F4A7"; }
.lqd-icn-ess.icon-lqd-earth:before { content: "\1F30D"; }
.lqd-icn-ess.icon-lqd-heart:before { content: "\2764\FE0F"; }
.lqd-icn-ess.icon-lqd-home:before { content: "\1F3E0"; }
.lqd-icn-ess.icon-lqd-info-circle:before { content: "\2139\FE0F"; }
.lqd-icn-ess.icon-lqd-kimono:before { content: "\1F458"; }
.lqd-icn-ess.icon-lqd-leaf:before { content: "\1F343"; }
.lqd-icn-ess.icon-lqd-lightbulb:before { content: "\1F4A1"; }
.lqd-icn-ess.icon-lqd-lightning:before { content: "\26A1"; }
.lqd-icn-ess.icon-lqd-location:before { content: "\1F4CD"; }
.lqd-icn-ess.icon-lqd-medical:before { content: "\2695\FE0F"; }
.lqd-icn-ess.icon-lqd-nose:before { content: "\1F443"; }
.lqd-icn-ess.icon-lqd-owl:before { content: "\1F989"; }
.lqd-icn-ess.icon-lqd-phone:before { content: "\260E\FE0F"; }
.lqd-icn-ess.icon-lqd-quote:before { content: "\275D"; }
.lqd-icn-ess.icon-lqd-refresh:before { content: "\1F501"; }
.lqd-icn-ess.icon-lqd-reload:before { content: "\1F504"; }
.lqd-icn-ess.icon-lqd-rocket:before { content: "\1F680"; }
.lqd-icn-ess.icon-lqd-scissors:before { content: "\2702\FE0F"; }
.lqd-icn-ess.icon-lqd-shield:before { content: "\1F6E1\FE0F"; }
.lqd-icn-ess.icon-lqd-shield-check:before { content: "\1F6E1\FE0F"; }
.lqd-icn-ess.icon-lqd-shirt:before { content: "\1F455"; }
.lqd-icn-ess.icon-lqd-sneaker:before { content: "\1F45F"; }
.lqd-icn-ess.icon-lqd-sparkle:before { content: "\2728"; }
.lqd-icn-ess.icon-lqd-sparkles:before { content: "\2728"; }
.lqd-icn-ess.icon-lqd-star:before { content: "\2B50"; }
.lqd-icn-ess.icon-lqd-sun:before { content: "\2600\FE0F"; }
.lqd-icn-ess.icon-lqd-teddy-bear:before { content: "\1F9F8"; }
.lqd-icn-ess.icon-lqd-thermometer:before { content: "\1F321\FE0F"; }
.lqd-icn-ess.icon-lqd-timer:before { content: "\23F2\FE0F"; }
.lqd-icn-ess.icon-lqd-truck:before { content: "\1F69A"; }
.lqd-icn-ess.icon-lqd-user:before { content: "\1F464"; }
.lqd-icn-ess.icon-lqd-wallet:before { content: "\1F45B"; }
.lqd-icn-ess.icon-lqd-water:before { content: "\1F4A7"; }
.lqd-icn-ess.icon-lqd-wave:before { content: "\1F30A"; }
.lqd-icn-ess.icon-ion-ios-arrow-down:before { content: "\25BC"; }
.lqd-icn-ess.icon-ion-ios-arrow-forward:before { content: "\25B6"; }
.lqd-icn-ess.icon-ion-ios-add:before { content: "+"; }
.lqd-icn-ess.icon-ion-ios-remove:before { content: "-"; }
.lqd-icn-ess.icon-ion-ios-play:before { content: "\25B6"; }
.lqd-icn-ess.icon-md-checkmark:before { content: "\2714"; }

/* Overlay label for soft water visual */
.soft-water-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 6px 16px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--theme-blue);
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4px);
  border-radius: 9999px;
  z-index: 2;
}

/* Cultural Heritage card image ratio */
.heritage-image {
  aspect-ratio: 24 / 5;
  height: auto;
  object-fit: cover;
}

/* Full-screen banner background with video */
#banner {
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.banner-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 767px) {
  #banner {
    min-height: 70vh;
  }
}





/* Banner Section - Premium Design */

/* Min height adjustment */
.min-700 {
    min-height: 700px;
}

@media (max-width: 991px) {
    .min-700 {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .min-700 {
        min-height: 380px;
    }
}

/* Water Background Animation */
.banner-water-bg {
    overflow: hidden;
}

/* Background video */
.banner-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: blur(8px) brightness(1.1);
}

/* Overlay image above the background video */
.banner-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

/* Logo and tagline wrapper */
.banner-branding {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    pointer-events: none;
}

.banner-branding .banner-logo {
    position: static;
    transform: none;
    width: 30vw;
    max-width: 60vh;
    height: auto;
    display: block;
    margin: 0 auto;
    opacity: 0;
    animation: bannerLogoFade 1s ease-out 0.5s forwards;
}

.banner-tagline {
    margin-top: 0.5rem;
    font-size: clamp(1.3rem, 3vw, 2rem);
    color: #000;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
    .banner-branding .banner-logo {
        width: 70vw;
        max-width: 70vh;
    }
}



/* Floating Elements */
.floating-bubble {
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.8), rgba(126, 179, 225, 0.1));
    border-radius: 50%;
    box-shadow: 0 20px 60px rgba(126, 179, 225, 0.2);
    animation: bubble-float 20s infinite ease-in-out;
}

.bubble-1 {
    width: 120px;
    height: 120px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.bubble-2 {
    width: 80px;
    height: 80px;
    top: 60%;
    right: 15%;
    animation-delay: 5s;
}

.bubble-3 {
    width: 100px;
    height: 100px;
    bottom: 30%;
    left: 20%;
    animation-delay: 10s;
}

.bubble-4 {
    width: 60px;
    height: 60px;
    top: 40%;
    right: 30%;
    animation-delay: 15s;
}

.floating-leaf {
    position: absolute;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(52, 211, 153, 0.6) 0%, rgba(16, 185, 129, 0.6) 100%);
    border-radius: 0% 100% 0% 100%;
    animation: leaf-float 25s infinite ease-in-out;
}

.leaf-1 {
    top: 30%;
    right: 25%;
    animation-delay: 3s;
    transform: rotate(45deg);
}

.leaf-2 {
    bottom: 40%;
    left: 30%;
    animation-delay: 12s;
    transform: rotate(-30deg);
}

@keyframes bubble-float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(30px, -60px) scale(1.1);
    }
    66% {
        transform: translate(-20px, -40px) scale(0.9);
    }
}

@keyframes leaf-float {
    0%, 100% {
        transform: rotate(var(--rotation, 45deg)) translate(0, 0);
    }
    50% {
        transform: rotate(calc(var(--rotation, 45deg) + 20deg)) translate(20px, -30px);
    }
}

/* Hero Content Styles */
.hero-badge {
    animation-delay: 0.1s;
}

.hero-title {
    animation-delay: 0.2s;
}

.hero-subtitle {
    animation-delay: 0.3s;
}

.hero-description {
    animation-delay: 0.4s;
}

.hero-cta {
    animation-delay: 0.5s;
}

/* Gradient Text */
.gradient-text-hero {
    background: linear-gradient(135deg, #0d66b2 0%, #7eb3e1 50%, #10B981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

.gradient-text-hero::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, #0d66b2 0%, #7eb3e1 50%, #10B981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: blur(20px);
    opacity: 0.5;
}

/* CTA Buttons */
.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: linear-gradient(135deg, #0d66b2 0%, #165cc5 100%);
    color: white;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 40px rgba(13, 102, 178, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-hero-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 50px rgba(13, 102, 178, 0.4);
}

.btn-hero-primary:hover::before {
    left: 100%;
}

.btn-hero-primary .btn-arrow {
    transition: transform 0.3s ease;
}

.btn-hero-primary:hover .btn-arrow {
    transform: translateX(4px);
}

.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    color: #0d66b2;
    border: 2px solid rgba(13, 102, 178, 0.2);
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.btn-hero-secondary:hover {
    background: white;
    border-color: #0d66b2;
    transform: translateY(-2px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.btn-hero-secondary .btn-icon {
    transition: transform 0.3s ease;
}

.btn-hero-secondary:hover .btn-icon {
    transform: scale(1.1);
}

/* Scroll Indicator */
.scroll-indicator {
    animation: scroll-bounce 2s infinite ease-in-out;
}

.scroll-mouse {
    width: 26px;
    height: 40px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 13px;
    position: relative;
}

.scroll-wheel {
    width: 4px;
    height: 8px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll-wheel 2s infinite ease-in-out;
}

@keyframes scroll-bounce {
    0%, 100% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, 10px);
    }
}

@keyframes scroll-wheel {
    0% {
        opacity: 1;
        top: 8px;
    }
    100% {
        opacity: 0;
        top: 20px;
    }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .hero-title h1 {
        font-size: 3.5rem;
    }
    
    .gradient-text-hero {
        font-size: 4rem;
    }
    
    .hero-subtitle p {
        font-size: 1.25rem;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 16px 32px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .hero-title h1 {
        font-size: 2.5rem;
    }
    
    .gradient-text-hero {
        font-size: 3rem;
    }
    
    .hero-subtitle p {
        font-size: 1.125rem;
    }
    
    .hero-description p {
        font-size: 1rem;
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    .floating-bubble,
    .floating-leaf {
        display: none;
    }
    
    .scroll-indicator {
        display: none;
    }
}

/* Animation for Initial Load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bannerLogoFade {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.banner [data-custom-animations="true"] > * {
    animation: fadeInUp 1s ease-out forwards;
}













/* 下層ページのバナーセクション専用スタイル */
.subpage-banner {
    height: 350px !important; /* 下層ページ用の高さ */
    min-height: 350px !important;
}

@media (max-width: 768px) {
    .subpage-banner {
        height: 280px !important;
        min-height: 280px !important;
    }
}

/* 下層ページ用の見出しスタイル */
.subpage-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    width: 90%;
    max-width: 1200px;
}

.subpage-title {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.3),
        0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.subpage-subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 
        0 1px 3px rgba(0, 0, 0, 0.3),
        0 2px 6px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.08em;
}

@media (max-width: 768px) {
    .subpage-title {
        font-size: 2rem;
    }
    
    .subpage-subtitle {
        font-size: 1rem;
    }
}

/* 背景オーバーレイ */
.subpage-banner-overlay {
    position: absolute;
    inset: 0;
            background: rgba(255, 255, 255, 0.7); /* 白の半透明オーバーレイで文字を読みやすく */
            backdrop-filter: blur(10px); /* 軽いぼかし効果 */
    z-index: 5;
}

/* 装飾的な要素 */
.subpage-decoration {
    position: absolute;
    width: 100px;
    height: 2px;
    background: rgba(255, 255, 255, 0.8);
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
}

.subpage-decoration::before,
.subpage-decoration::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.subpage-decoration::before {
    left: -20px;
}

.subpage-decoration::after {
    right: -20px;
}

/* ロゴを小さく表示（オプション） */
.subpage-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
    z-index: 10;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .subpage-logo {
        width: 80px;
        top: 15px;
        left: 15px;
    }
}


















/* Store Detail Page Specific Styles */
.store-detail-container .gradient-text-delivery {
    background: linear-gradient(135deg, #3b82f6 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.store-detail-container .info-icon,
.store-detail-container .feature-icon,
.store-detail-container .service-icon {
    transition: transform 0.3s ease;
}

.store-detail-container .info-item:hover .info-icon,
.store-detail-container .feature-card:hover .feature-icon,
.store-detail-container .service-card:hover .service-icon {
    transform: scale(1.1);
}

.store-detail-container .feature-card {
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.store-detail-container .feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(59, 130, 246, 0.2);
}

.store-detail-container .service-card {
    transition: all 0.3s ease;
}

.store-detail-container .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.store-detail-container .step-number {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    color: white;
}

.store-detail-container .highlight-tag {
    display: inline-block;
    transition: all 0.3s ease;
}

.store-detail-container .highlight-tag:hover {
    transform: scale(1.05);
}

.store-detail-container .map-container {
    overflow: hidden;
    position: relative;
}

/*.store-detail-container .map-container::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 48%, rgba(59, 130, 246, 0.1) 50%, transparent 52%);
    animation: shimmer 3s infinite;
    pointer-events: none;
}*/

@keyframes shimmer {
    0% { transform: translateX(-100%) translateY(-100%); }
    100% { transform: translateX(100%) translateY(100%); }
}

/* アニメーション */
.store-detail-container .animation-element {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.store-detail-container .animation-element.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* レスポンシブ対応 */
@media (max-width: 992px) {
    .store-detail-container .pl-60 {
        padding-left: 0;
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .store-detail-container .text-60 {
        font-size: 40px;
    }
    
    .store-detail-container .text-44 {
        font-size: 32px;
    }
    
    .store-detail-container .text-36 {
        font-size: 28px;
    }
    
    .store-detail-container .p-70 {
        padding: 30px;
    }
    
    .store-detail-container .p-60 {
        padding: 30px;
    }
}


