/* ============================================
   PARCO GAMES 2026 - Stylesheet (Final v36 - Complete)
   ============================================ */

/* --- Reset & Base --- */
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --color-red: #F50629;
    --color-yellow: #FDFBAA;
    --color-black: #000000;
    --color-grey: #666666;
    --color-white: #FFFFFF;
    --color-cyan: #46DCC0;
    
    --font-noto: 'Noto Sans JP', sans-serif;
    --font-press: 'Press Start 2P', monospace;
    --font-russo: 'Russo One', sans-serif;
    
    --container-max-width: 1120px;
    --hero-max-width: 1400px;
}

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-noto);
    font-weight: 900;
    background-color: var(--color-black);
    color: var(--color-white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
    
    background-image: 
        linear-gradient(rgba(102, 102, 102, 0.3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(102, 102, 102, 0.3) 1px, transparent 1px);
    background-size: 50px 50px;
    background-attachment: fixed;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; padding: 0; }
.pixelated { image-rendering: pixelated; image-rendering: -moz-crisp-edges; image-rendering: crisp-edges; }

/* --- PC Background Decoration (48 items) --- */
.pc-bg-deco { display: none; } 

@media screen and (min-width: 1200px) { 
    .pc-bg-deco {
        display: block;
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        z-index: -1; 
        pointer-events: none;
        overflow: hidden;
    }

    .bg-elem {
        position: absolute;
        width: auto;
        max-width: 280px; 
        max-height: 280px;
        min-width: 100px;
        opacity: 0.95; 
        filter: drop-shadow(6px 6px 0 rgba(0,0,0,0.8));
    }

    /* === Group 1: KV Area (0 - 900px) === */
    .elem-1 { top: 150px; right: calc(50% + 560px + 10px); width: 220px; }
    .elem-2 { top: 300px; right: calc(50% + 560px + 120px); width: 180px; }
    .elem-5 { top: 580px; right: calc(50% + 560px + 30px); width: 160px; }
    .elem-6 { top: 720px; right: calc(50% + 560px + 150px); width: 190px; }
    
    .elem-3 { top: 200px; left: calc(50% + 560px + 20px); width: 150px; }
    .elem-4 { top: 350px; left: calc(50% + 560px + 180px); width: 200px; }
    .elem-7 { top: 600px; left: calc(50% + 560px + 10px); width: 140px; }
    .elem-8 { top: 750px; left: calc(50% + 560px + 160px); width: 170px; }

    /* === Group 2: Upper Sections (1200 - 2600px) === */
    .elem-12 { top: 1250px; right: calc(50% + 560px + 40px); width: 160px; }
    .elem-13 { top: 1450px; right: calc(50% + 560px + 180px); width: 190px; }
    .elem-14 { top: 2000px; right: calc(50% + 560px + 20px); width: 140px; }
    .elem-15 { top: 2200px; right: calc(50% + 560px + 150px); width: 170px; }
    
    .elem-9  { top: 1200px; left: calc(50% + 560px + 10px); width: 200px; }
    .elem-10 { top: 1400px; left: calc(50% + 560px + 200px); width: 150px; }
    .elem-11 { top: 1600px; left: calc(50% + 560px + 60px); width: 180px; }
    .elem-16 { top: 2100px; left: calc(50% + 560px + 40px); width: 210px; }

    /* === Group 3: Middle Sections (3000 - 4500px) === */
    /* 重なり防止調整済み */
    .elem-17 { top: 3000px; right: calc(50% + 560px + 20px); width: 180px; }
    .elem-19 { top: 3150px; left: calc(50% + 560px + 30px); width: 200px; }
    
    .elem-18 { top: 3350px; right: calc(50% + 560px + 220px); width: 150px; }
    .elem-20 { top: 3500px; left: calc(50% + 560px + 200px); width: 160px; }
    
    .elem-21 { top: 3900px; right: calc(50% + 560px + 10px); width: 190px; }
    .elem-23 { top: 4050px; left: calc(50% + 560px + 60px); width: 170px; }
    
    .elem-22 { top: 4200px; right: calc(50% + 560px + 180px); width: 140px; }
    .elem-24 { top: 4350px; left: calc(50% + 560px + 220px); width: 210px; }

    /* === Group 4: Bottom Sections (EVENT/POPUP Area - Safety Margin) === */
    .elem-27 { top: 5100px; right: calc(50% + 500px); width: 160px; }
    .elem-28 { top: 5300px; right: calc(50% + 580px); width: 190px; }
    .elem-29 { top: 5800px; right: calc(50% + 520px); width: 140px; }
    .elem-30 { top: 6000px; right: calc(50% + 600px); width: 170px; }
    
    .elem-25 { top: 5000px; left: calc(50% + 500px); width: 150px; }
    .elem-26 { top: 5200px; left: calc(50% + 580px); width: 180px; }
    .elem-31 { top: 5900px; left: calc(50% + 520px); width: 200px; }
    .elem-32 { top: 6100px; left: calc(50% + 600px); width: 150px; }

    /* === Group 5: Collab Section (6800 - 7800px) === */
    .elem-33 { top: 6800px; right: calc(50% + 560px + 30px); width: 180px; }
    .elem-35 { top: 7100px; right: calc(50% + 560px + 200px); width: 200px; }
    .elem-39 { top: 7400px; right: calc(50% + 560px + 10px); width: 170px; }
    .elem-37 { top: 7700px; right: calc(50% + 560px + 150px); width: 150px; }
    
    .elem-34 { top: 6900px; left: calc(50% + 560px + 20px); width: 150px; }
    .elem-36 { top: 7150px; left: calc(50% + 560px + 220px); width: 160px; }
    .elem-38 { top: 7350px; left: calc(50% + 560px + 40px); width: 140px; }
    .elem-40 { top: 7650px; left: calc(50% + 560px + 180px); width: 190px; }

    /* === Group 6: Partners Section (8000px +) === */
    .elem-41 { top: 8100px; right: calc(50% + 560px + 20px); width: 200px; }
    .elem-42 { top: 8300px; right: calc(50% + 560px + 200px); width: 160px; }
    .elem-45 { top: 8600px; right: calc(50% + 560px + 10px); width: 170px; }
    .elem-46 { top: 8800px; right: calc(50% + 560px + 180px); width: 190px; }
    
    .elem-43 { top: 8150px; left: calc(50% + 560px + 30px); width: 180px; }
    .elem-44 { top: 8350px; left: calc(50% + 560px + 220px); width: 150px; }
    .elem-47 { top: 8650px; left: calc(50% + 560px + 50px); width: 140px; }
    .elem-48 { top: 8850px; left: calc(50% + 560px + 200px); width: 160px; }
}

/* --- Header --- */
.header {
    position: relative; width: 100%; z-index: 40;
    background-color: var(--color-black); border-bottom: 4px solid var(--color-red);
    height: 100px;
}
@media screen and (min-width: 768px) { .header { height: 80px; } }

.header__inner {
    display: flex; align-items: center; justify-content: space-between;
    max-width: var(--container-max-width); margin: 0 auto; padding: 0 20px; height: 100%;
}
.header__logo-img { height: 40px; width: auto; display: block; }

.header__menu-trigger {
    width: 64px; height: 64px; background-color: var(--color-red);
    border: 4px solid var(--color-black); box-shadow: 4px 4px 0 var(--color-black);
    position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; 
    gap: 8px; transition: all 0.2s ease;
}
.header__menu-trigger:hover { box-shadow: 2px 2px 0 var(--color-black); transform: translate(2px, 2px); }
.header__menu-trigger span { display: block; width: 32px; height: 4px; background-color: var(--color-black); transition: all 0.3s ease; }
.header__menu-trigger.is-active span:nth-child(1) { transform: rotate(45deg) translate(8px, 8px); }
.header__menu-trigger.is-active span:nth-child(2) { opacity: 0; }
.header__menu-trigger.is-active span:nth-child(3) { transform: rotate(-45deg) translate(8px, -8px); }

/* --- News Ticker --- */
.news-ticker {
    position: relative; width: 100%; z-index: 30;
    background-color: var(--color-red); border-bottom: 4px solid var(--color-black);
    height: 36px; overflow: hidden; display: flex; align-items: center;
}
.news-ticker__wrap { display: flex; width: fit-content; animation: ticker-scroll 20s linear infinite; will-change: transform; }
.news-ticker__item {
    white-space: nowrap; color: var(--color-yellow); font-family: var(--font-noto); font-weight: 600;
    font-size: 14px; padding-right: 50px; line-height: 36px; transform: translateY(1px);
}
@keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.news-ticker::before {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 255, 255, 0.1) 2px, rgba(0, 255, 255, 0.1) 4px);
}

/* --- Global Menu --- */
.global-menu {
    position: fixed; inset: 0; z-index: 50;
    background-color: var(--color-red); display: flex; flex-direction: column;
    transform: translateX(-100%); transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 50px 50px;
}
.global-menu.is-open { transform: translateX(0); }

.global-menu__header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 24px 20px; border-bottom: 4px solid var(--color-black);
    flex-shrink: 0; background-color: var(--color-red); min-height: 100px;
}
@media screen and (min-width: 768px) { .global-menu__header { min-height: 80px; padding: 24px 32px; } }

.global-menu__title {
    color: var(--color-yellow); font-family: var(--font-noto); font-weight: 900;
    font-size: 32px; letter-spacing: 0.05em; line-height: 1;
}
.global-menu__close {
    width: 64px; height: 64px; background-color: var(--color-black);
    border: 4px solid var(--color-yellow); box-shadow: 4px 4px 0 var(--color-black);
    position: relative; display: flex; align-items: center; justify-content: center; transition: all 0.2s ease;
}
.global-menu__close:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--color-black); }
.global-menu__close span { position: absolute; width: 32px; height: 4px; background-color: var(--color-yellow); }
.global-menu__close span:nth-child(1) { transform: rotate(45deg); }
.global-menu__close span:nth-child(2) { transform: rotate(-45deg); }

.global-menu__content { padding: 40px 20px; width: 100%; max-width: 1200px; margin: 0 auto; }
.global-menu__grid { display: flex; flex-direction: column; gap: 0; }
@media screen and (min-width: 768px) { .global-menu__grid { flex-direction: row; gap: 60px; } }
.global-menu__col { list-style: none; flex: 1; display: flex; flex-direction: column; gap: 0; }
.global-menu__item { border-bottom: 2px solid var(--color-black); }

.global-menu__link { 
    display: flex; align-items: center; gap: 24px; padding: 20px 0; 
    color: var(--color-black); transition: all 0.2s ease; 
}
.global-menu__link:hover .global-menu__label { color: var(--color-yellow); }
.global-menu__link:hover .global-menu__number {
    background-color: var(--color-yellow); border-color: var(--color-yellow); color: var(--color-black);
}

.global-menu__number {
    width: 50px; height: 50px; background-color: var(--color-black); color: var(--color-white);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-noto); font-weight: 900; font-size: 18px; flex-shrink: 0;
    transition: all 0.2s ease; border: 2px solid transparent;
}
.global-menu__label { 
    font-family: var(--font-noto); font-weight: 900; font-size: 24px; line-height: 1.2; color: var(--color-black); 
    transition: all 0.2s ease;
}

/* --- Hero Section (KV) --- */
.hero-section { margin-top: 0; padding-bottom: 48px; background-color: transparent; position: relative; }
.hero-section::before { display: none; }
.hero-section__container {
    max-width: var(--hero-max-width); margin: 0 auto; padding: 0 20px;
    display: flex; align-items: center; justify-content: center; gap: 0; position: relative; z-index: 10;
}
.hero-section__left, .hero-section__center, .hero-section__right { display: flex; align-items: center; }
.hero-section__deco { display: block; height: auto; image-rendering: pixelated; }
.hero-section__deco--left { width: 198px; height: 458px; }
.hero-section__deco--right { width: 215px; height: 544px; }
.hero-section__main {
    display: block; width: 100%; max-width: 800px; height: auto; margin: 15px 0; padding: 15px 30px; image-rendering: pixelated;
}
@media screen and (max-width: 1023px) {
    .hero-section__left, .hero-section__right { display: none; }
    .hero-section__center { width: 100%; }
    .hero-section__main { width: 100%; max-width: 100%; margin: 0; padding: 0; }
}

/* --- Content Sections --- */
.section-about { position: relative; background-color: transparent; padding: 46px 0 96px 0; color: var(--color-white); overflow: hidden; border-top: none; }
.section-about::before { display: none; }
.section-about .container, .section-overview .container, .section-brands .container, .section-popup .container, .section-schedule .container, .section-topics .container, .section-collab .container, .section-sgw .container, .section-partners .container {
    position: relative; z-index: 10; max-width: var(--container-max-width); margin: 0 auto; padding: 0 20px;
}
.section-title {
    font-family: var(--font-noto); font-weight: 900; 
    font-size: clamp(44px, 9vw, 64px); 
    line-height: 1.1; margin-bottom: 48px;
}
@media screen and (min-width: 768px) { .section-title { font-size: 88px; } }

.section-about .section-title { color: var(--color-yellow); }
.section-about .about-content p { font-size: 18px; line-height: 2.0; font-weight: 500; }

.section-overview { position: relative; background-color: var(--color-yellow); padding: 96px 0; color: var(--color-black); border-top: 4px solid var(--color-black); }
.section-overview .section-title { color: var(--color-red); }
.overview-card { background-color: var(--color-black); border: 4px solid var(--color-red); padding: 40px; box-shadow: 8px 8px 0 var(--color-black); color: var(--color-white); }
.overview-header { margin-bottom: 40px; border-bottom: 2px solid var(--color-grey); padding-bottom: 20px; }
.overview-event-title { color: var(--color-yellow); font-family: var(--font-russo); font-size: clamp(24px, 6vw, 48px); }
.overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.overview-item { display: flex; flex-direction: column; gap: 8px; }
.overview-label { color: var(--color-red); font-family: var(--font-press); font-size: 14px; margin-bottom: 4px; }
.overview-text { font-size: 20px; font-weight: 900; font-family: var(--font-noto); }
.overview-text.text-large { font-size: 32px; }
.overview-note { font-size: 14px; color: var(--color-grey); }
.overview-link { color: var(--color-white); font-weight: 900; display: inline-flex; align-items: center; gap: 8px; text-decoration: underline; transition: color 0.2s; }
.overview-link:hover { color: var(--color-red); }

/* --- Brands Section --- */
.section-brands { position: relative; background-color: transparent; padding: 96px 0; border-top: none; }
.section-brands .section-title { color: var(--color-yellow); text-shadow: 4px 4px 0 var(--color-black); }

.brands-filter { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; }
.filter-btn {
    font-family: var(--font-noto); font-weight: 900; font-size: 14px; padding: 12px 24px;
    border: 2px solid var(--color-white); background-color: var(--color-grey); color: var(--color-white); transition: all 0.2s ease;
}
.filter-btn.active, .filter-btn:hover { background-color: var(--color-red); border-color: var(--color-black); color: var(--color-white); }

.brands-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 64px; }

/* ブランドカード */
.brand-card {
    background-color: var(--color-grey); border: 1px solid var(--color-yellow); padding: 0;
    display: flex; flex-direction: column; transition: border-color 0.2s ease; cursor: pointer;
}
.brand-card:hover { border-color: var(--color-red); }

.brand-card__image-wrap {
    width: 100%; border-bottom: 1px solid var(--color-yellow); margin: 0; padding: 0; line-height: 0; display: block;
}
.brand-card__image { width: 100%; height: auto; object-fit: cover; display: block; margin: 0; padding: 0; vertical-align: bottom; }

.brand-card__body { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }
.brand-card__header { margin-bottom: 12px; }
.brand-card__name {
    font-family: var(--font-noto); font-weight: 900; font-size: 21px; color: var(--color-white); margin-bottom: 8px; line-height: 1.2;
}
.brand-card__category {
    display: inline-block; background-color: var(--color-black); color: var(--color-yellow);
    border: 1px solid var(--color-yellow); font-size: 11px; padding: 4px 8px; font-weight: 900;
}
.brand-card__desc { font-size: 14px; color: #FDFBAA; line-height: 1.6; margin-bottom: 16px; flex-grow: 1; font-weight: 900; }
.brand-card__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 0; margin-top: auto; }
.brand-tag {
    background-color: var(--color-red); color: var(--color-white); border: 1px solid var(--color-black); font-size: 11px; padding: 4px 8px; font-weight: 900;
}
.brand-card__footer {
    background-color: var(--color-black); border-top: 1px solid var(--color-yellow); color: var(--color-white);
    padding: 12px 10px; text-align: center; font-size: 14px; font-weight: 900; display: block; width: 100%; transition: all 0.2s;
}
.brand-card__footer:hover { background-color: var(--color-red); color: var(--color-white); border-color: var(--color-red); }

.brands-footer { text-align: center; margin-top: 40px; }
.brands-note { font-family: var(--font-press); font-size: 20px; color: var(--color-white); }

/* --- EVENT/POPUP (旧 Schedule) Section --- */
.section-schedule { position: relative; background-color: transparent; padding: 96px 0; border-top: none; } /* 赤い線を削除 */
.section-schedule .section-title { color: var(--color-yellow); text-shadow: 4px 4px 0 var(--color-black); }
.schedule-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.schedule-card {
    background-color: var(--color-grey); border: 1px solid var(--color-yellow); padding: 24px;
    display: flex; align-items: flex-start; gap: 20px; transition: border-color 0.2s ease; cursor: pointer;
}
.schedule-card:hover { box-shadow: 4px 4px 0 rgba(0,0,0,0.5); transform: translateY(-2px); border-color: var(--color-red); }
.schedule-icon-box {
    width: 50px; height: 50px; background-color: var(--color-red); border: 2px solid var(--color-black);
    display: flex; justify-content: center; align-items: center; flex-shrink: 0;
}
.material-symbols-outlined { color: #fff; font-size: 24px; }
.schedule-content { flex: 1; }
.schedule-date {
    color: var(--color-yellow); font-family: var(--font-noto); font-weight: 900; font-size: 16px;
    margin-bottom: 8px; display: flex; align-items: center; gap: 8px;
}
.schedule-title {
    color: var(--color-white); font-family: var(--font-noto); font-weight: 900; font-size: 20px; line-height: 1.4; margin-bottom: 8px;
}
.schedule-location {
    color: var(--color-white); font-family: var(--font-noto); font-weight: 500; font-size: 14px;
    display: flex; align-items: center; gap: 6px;
}
.schedule-icon-sm { font-size: 18px; vertical-align: middle; }

/* --- Topics Section (SPECIAL GOODS) --- */
.section-topics {
    position: relative;
    background-color: var(--color-yellow);
    padding: 96px 0;
    border-top: 4px solid var(--color-black);
}
.section-topics .section-title { color: var(--color-red); }

.topic-card {
    background-color: var(--color-black);
    border: 1px solid var(--color-red); /* 赤枠 */
    padding: 0;
    display: flex; flex-direction: column; transition: border-color 0.2s ease;
    cursor: default; /* クリック不可に変更 */
}
/* ホバー時の挙動（クリック不可のため、色変化のみでポインターは出さない） */
.topic-card:hover { border-color: var(--color-black); opacity: 1; box-shadow: none; }

.topic-card__image-wrap {
    width: 100%; border-bottom: 1px solid var(--color-red);
    margin: 0; padding: 0; line-height: 0; display: block;
}
.topic-card__image { width: 100%; height: auto; object-fit: cover; display: block; margin: 0; padding: 0; vertical-align: bottom; }

.topic-card__body {
    display: flex; flex-direction: column; padding: 24px; flex-grow: 1;
}

.topic-card__meta { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.topic-card__date { font-family: var(--font-noto); font-weight: 900; font-size: 14px; color: var(--color-red); }
.topic-card__category {
    display: inline-block; background-color: var(--color-red); color: var(--color-white);
    font-family: var(--font-noto); font-weight: 900; font-size: 14px; padding: 6px 12px; letter-spacing: 0.05em;
    box-shadow: 4px 4px 0 var(--color-black); border: none;
}

.topic-card__title {
    font-family: var(--font-noto); font-weight: 900; font-size: 22px; color: var(--color-white); margin-bottom: 12px; line-height: 1.4;
}
.topic-card__desc { font-size: 14px; color: #fff; line-height: 1.6; margin-bottom: 16px; flex-grow: 1; }

.topic-card__price {
    font-family: var(--font-press); font-size: 16px; color: var(--color-cyan);
    text-align: right; margin-top: auto; padding-top: 20px; letter-spacing: 0.05em;
    text-shadow: 2px 2px 0 #000; opacity: 0.9;
}

.topic-card__footer {
    background-color: var(--color-black);
    border-top: 1px solid var(--color-red);
    color: var(--color-white);
    padding: 12px 10px; text-align: center; font-size: 14px; font-weight: 900; display: block; width: 100%; transition: all 0.2s;
}
.topic-card__footer:hover { background-color: var(--color-red); color: var(--color-white); }

/* --- Collaboration Section --- */
.section-collab {
    position: relative;
    background-color: transparent; 
    padding: 96px 0;
    border-top: 4px solid var(--color-cyan);
}
.section-collab .section-title { color: var(--color-yellow); text-shadow: 4px 4px 0 var(--color-black); }

.collab-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 64px;
}

.collab-card {
    background-color: var(--color-grey);
    border: 1px solid var(--color-cyan); /* シアン枠 */
    padding: 0;
    display: flex; flex-direction: column; transition: border-color 0.2s ease; cursor: pointer;
}
.collab-card:hover { border-color: var(--color-yellow); } /* 黄色枠 */

.collab-card__image-wrap {
    width: 100%; border-bottom: 1px solid var(--color-cyan);
    margin: 0; padding: 0; line-height: 0; display: block;
}
.collab-card__image { width: 100%; height: auto; object-fit: cover; display: block; margin: 0; padding: 0; vertical-align: bottom; }

.collab-card__body { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; align-items: flex-start; }

.collab-card__badge {
    display: inline-block; background-color: var(--color-black); color: var(--color-cyan);
    border: 1px solid var(--color-cyan);
    font-size: 11px; padding: 4px 8px; font-weight: 900; margin-bottom: 12px;
    align-self: flex-start;
}

.collab-card__title {
    font-family: var(--font-noto); font-weight: 900; font-size: 21px; color: var(--color-yellow); margin-bottom: 8px; line-height: 1.4;
    align-self: stretch;
}
.collab-card__desc {
    font-size: 14px; color: var(--color-white); line-height: 1.6; margin-bottom: 16px; flex-grow: 1; font-weight: 900;
    align-self: stretch;
}

.collab-card__footer {
    background-color: var(--color-black);
    border-top: 1px solid var(--color-cyan);
    color: var(--color-white);
    padding: 12px 10px; text-align: center; font-size: 14px; font-weight: 900; display: block; width: 100%; transition: all 0.2s;
}
.collab-card__footer:hover { background-color: var(--color-cyan); color: var(--color-black); }

/* --- SGW Section --- */
.section-sgw {
    background-color: var(--color-yellow);
    padding: 96px 0;
    border-top: 4px solid var(--color-black);
}
.section-sgw .section-title { color: var(--color-red); }

.sgw-content { display: flex; flex-direction: column; gap: 32px; }

.sgw-logo-box {
    background-color: var(--color-white); border: 4px solid var(--color-black);
    box-shadow: 8px 8px 0 var(--color-black); padding: 60px 20px; text-align: center;
}
.sgw-logo-text { font-family: var(--font-noto); font-weight: 900; font-size: 16px; color: var(--color-black); }

.sgw-desc-box {
    background-color: var(--color-black); border: 4px solid var(--color-red);
    box-shadow: 8px 8px 0 var(--color-black); padding: 40px;
}
.sgw-desc-text {
    color: var(--color-white); font-family: var(--font-noto); font-weight: 900;
    font-size: 18px; line-height: 2.0; margin-bottom: 24px;
}
.sgw-desc-text:last-child { margin-bottom: 0; }

/* --- Partners Section --- */
.section-partners {
    position: relative;
    background-color: transparent; /* 黒方眼を表示 */
    padding: 96px 0;
    border-top: 4px solid var(--color-black);
}
.section-partners .section-title {
    color: var(--color-yellow); 
    text-shadow: none; 
}

/* 1つの白い大きな枠 */
.partners-box {
    background-color: var(--color-white);
    border: 4px solid var(--color-black);
    box-shadow: 8px 8px 0 var(--color-black);
    padding: 40px;
}

.partners-logo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* PC: 3列 */
    gap: 32px; 
    width: 100%;
}

.partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px; 
}
.partner-logo-img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.partner-dummy-text {
    font-family: var(--font-noto);
    font-weight: 900;
    font-size: 16px;
    color: var(--color-grey);
}

/* --- Popup Modal --- */
.popup-modal {
    position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center;
    visibility: hidden; opacity: 0; transition: all 0.3s ease; background-color: rgba(0, 0, 0, 0.8);
}
.popup-modal.is-active { visibility: visible; opacity: 1; }
.popup-content {
    position: relative; background-color: #000; border: 4px solid #F50629; width: 90%; max-width: 960px;
    max-height: 90vh; overflow-y: auto; padding: 0; box-shadow: 0 0 20px rgba(0,0,0,0.8);
}
.popup-close {
    position: absolute; top: 0; right: 0; z-index: 10; width: 50px; height: 50px; background-color: #F50629;
    border: none; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.popup-close span { display: block; position: absolute; width: 24px; height: 3px; background-color: #fff; }
.popup-close span:nth-child(1) { transform: rotate(45deg); }
.popup-close span:nth-child(2) { transform: rotate(-45deg); }

.popup-body-grid { display: flex; flex-direction: column; }

@media screen and (min-width: 768px) {
    .popup-body-grid { flex-direction: row; align-items: flex-start; }
    .popup-gallery-area { width: 55%; border-right: 2px solid var(--color-red); }
    .popup-info-area { width: 45%; padding: 40px; }
}

.popup-main-image {
    width: 100%;
    aspect-ratio: 3/2; /* 3:2 Ratio */
    object-fit: contain;
    display: block; background-color: #333;
    border-bottom: 2px solid var(--color-red);
}
@media screen and (min-width: 768px) { .popup-main-image { border-bottom: none; } }

.popup-thumbs {
    display: flex; gap: 8px; padding: 12px; background-color: #000; overflow-x: auto;
}
.popup-thumb-item {
    width: 70px; height: 70px; flex-shrink: 0; cursor: pointer; border: 2px solid #666; opacity: 0.6; transition: all 0.2s;
}
.popup-thumb-item:hover, .popup-thumb-item.is-active { border-color: var(--color-cyan); opacity: 1; }
.popup-thumb-img { width: 100%; height: 100%; object-fit: cover; display: block; }

.popup-info { padding: 24px; color: #fff; }
@media screen and (min-width: 768px) { .popup-info { padding: 0; } }

.popup-date-tag { display: inline-block; background-color: #F50629; color: #fff; padding: 6px 12px; font-weight: 900; font-size: 14px; margin-right: 10px; }
.popup-cat-tag { display: inline-block; border: 1px solid #fff; color: #fff; padding: 5px 12px; font-size: 14px; font-weight: 900; }
.popup-title { font-size: 28px; margin: 20px 0; line-height: 1.4; color: #FDFBAA; font-weight: 900; }
.popup-price-large {
    font-family: var(--font-press); font-size: 28px; color: var(--color-cyan);
    margin: 20px 0; text-align: left; border-bottom: 1px solid #666; padding-bottom: 10px;
}
.popup-desc { font-size: 16px; line-height: 1.8; font-weight: 500; }

/* Popup Link Buttons */
.popup-links {
    display: flex; gap: 16px; margin-top: 32px; border-top: 1px solid #333; padding-top: 24px; flex-wrap: wrap;
}
.popup-link-btn {
    display: inline-flex; align-items: center; justify-content: center; height: 48px;
    font-family: var(--font-noto); font-weight: 900; font-size: 14px; text-decoration: none;
    transition: all 0.2s ease; border: 2px solid transparent; box-shadow: 4px 4px 0 #000;
}
.popup-link-btn:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 #000; }

.popup-link-x {
    width: 48px; background-color: #000; border: 2px solid #fff; color: #fff;
}
.popup-link-x:hover { background-color: #fff; color: #000; }

.popup-link-hp {
    padding: 0 24px; background-color: var(--color-cyan); color: #000; border: 2px solid #000; gap: 8px; flex: 1; max-width: 280px;
}
.popup-link-hp:hover { background-color: #fff; }

/* --- Coming Soon Styling (Unified) --- */
.coming-soon-wrap {
    display: flex; justify-content: center; align-items: center; min-height: 400px;
    background-color: var(--color-black); border: none; /* 緑色の枠を削除 */
    box-shadow: none;
}
.coming-soon-text {
    font-family: var(--font-press); font-size: 20px; color: var(--color-white);
    text-align: center; letter-spacing: 0.1em; animation: blink-anim 1.5s infinite;
}
@keyframes blink-anim { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }

/* --- Back to Top --- */
.back-to-top {
    position: fixed; bottom: 30px; right: 30px; z-index: 90;
    width: 60px; height: 60px; background-color: var(--color-red);
    border: 4px solid var(--color-black); box-shadow: 4px 4px 0 var(--color-black);
    display: flex; align-items: center; justify-content: center;
    color: var(--color-yellow); cursor: pointer;
    opacity: 0; visibility: hidden; transition: all 0.3s ease;
}
.back-to-top.is-active { opacity: 1; visibility: visible; }
.back-to-top:hover { box-shadow: 2px 2px 0 var(--color-black); transform: translate(2px, 2px); }
.back-to-top .material-symbols-outlined { font-size: 32px; font-weight: bold; }

/* --- Footer --- */
.footer { background-color: var(--color-black); border-top: 4px solid var(--color-red); padding: 64px 0; position: relative; }
.footer__container {
    max-width: var(--container-max-width); margin: 0 auto; padding: 0 20px; position: relative; z-index: 10;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 32px;
}
.footer__sns { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
.footer__sns-link {
    width: 60px; height: 60px; background-color: var(--color-red); border: 4px solid var(--color-black); box-shadow: 6px 6px 0 var(--color-black);
    display: flex; align-items: center; justify-content: center; transition: all 0.2s ease; color: #FDFBAA;
}
.footer__sns-link:hover { box-shadow: 3px 3px 0 var(--color-black); transform: translate(3px, 3px); }
.footer__copyright p { font-family: var(--font-noto); font-weight: 900; font-size: 14px; color: var(--color-grey); letter-spacing: 0.05em; }

/* --- SP Responsive Adjustments --- */
@media screen and (max-height: 750px) and (max-width: 768px) {
    .global-menu__header { min-height: 60px; padding: 15px 20px; }
    .global-menu__content { padding: 20px; }
    .global-menu__link { padding: 10px 0; gap: 16px; }
    .global-menu__number { width: 36px; height: 36px; font-size: 14px; }
    .global-menu__label { font-size: 18px; }
}

@media screen and (max-width: 768px) {
    .hero-section { margin-top: 30px; }
    .header__inner, .hero-section__container, .footer__container, 
    .section-about .container, .section-overview .container, 
    .section-brands .container, .section-popup .container, .section-schedule .container, .section-topics .container, .section-collab .container, .section-sgw .container, .section-partners .container {
        padding-left: 20px; padding-right: 20px;
    }
    .section-about { padding: 46px 0 64px 0; }
    .section-overview, .section-brands, .section-popup, .section-schedule, .section-topics, .section-collab, .section-sgw, .section-partners { padding: 64px 0; }
    
    .overview-card { padding: 24px; }
    .overview-grid { grid-template-columns: 1fr; gap: 24px; }
    .overview-text { font-size: 22px; }
    .overview-text.text-large { font-size: 36px; }
    
    .brands-grid { grid-template-columns: 1fr; gap: 32px; }
    .collab-grid { grid-template-columns: 1fr; gap: 32px; }
    .brand-card { padding: 0; }
    .brand-card__body { padding: 20px; }
    .brand-card__name { font-size: 22px; margin-bottom: 10px; }
    .brand-card__desc { font-size: 15px; margin-bottom: 14px; }
    .brand-card__footer { font-size: 15px; padding: 14px; }
    
    .popup-week-card { padding: 24px; box-shadow: 6px 6px 0 var(--color-red); }
    .popup-week-header { gap: 12px; margin-bottom: 20px; }
    .popup-week-badge { font-size: 18px; padding: 8px 20px; }
    .popup-week-date { font-size: 22px; }
    .popup-week-item { font-size: 16px; padding: 14px 18px; }
    
    .schedule-grid { grid-template-columns: 1fr; gap: 20px; }
    .schedule-card { padding: 20px; gap: 16px; }
    .schedule-icon-box { width: 44px; height: 44px; }
    .material-symbols-outlined { font-size: 22px; }
    .schedule-date { font-size: 15px; }
    .schedule-title { font-size: 20px; }
    
    .popup-content { width: 100%; height: 100%; max-width: none; max-height: none; border: none; }
    .popup-close { position: fixed; top: 15px; right: 15px; }
    .popup-info { padding: 24px; }
    .popup-title { font-size: 26px; }
    .popup-desc { font-size: 16px; }
    
    .topic-card__body { padding: 20px; }
    .topic-card__title { font-size: 20px; }
    .topic-card__desc { font-size: 15px; }
    
    .collab-card__body { padding: 20px; }
    .collab-card__title { font-size: 20px; }
    
    .sgw-logo-box { padding: 40px 20px; }
    .sgw-desc-box { padding: 24px; }
    .sgw-desc-text { font-size: 15px; line-height: 1.8; }
    
    .partners-box { padding: 24px; }
    .partners-logo-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } /* SP: 2列 */
    
    .back-to-top { bottom: 20px; right: 20px; width: 50px; height: 50px; }
    .back-to-top .material-symbols-outlined { font-size: 28px; }
}

@media screen and (min-width: 768px) {
    .header__inner, .hero-section__container, .footer__container, .global-menu__header { padding-left: 32px; padding-right: 32px; }
    .global-menu__content { padding-left: 32px; padding-right: 32px; }
}
@media screen and (min-width: 1024px) {
    .hero-section__container { padding: 0; }
    .hero-section__left, .hero-section__right { display: flex; }
}

/* Animations */
.fade-in-text, .fade-in-up { opacity: 0; transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in-up { transform: translateY(30px); }
.is-visible { opacity: 1 !important; transform: translateY(0) !important; }
body.menu-open { overflow: hidden; }