﻿@charset "UTF-8";

/* =========================================================================
   Layout Extensions - Additional Styles
   ========================================================================= */

/* Header & Footer logo - larger, bolder, more prominent */
.logo a {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: var(--color-primary) !important;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Desktop navigation - larger text */
.nav-desktop a {
    font-size: 1.05rem !important;
    font-weight: 500;
}

.footer-logo {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    color: var(--color-primary) !important;
    letter-spacing: 0.08em;
    margin-bottom: var(--spacing-md) !important;
}

.footer-logo a {
    font-size: inherit !important;
}

.copyright {
    font-size: 0.9rem !important;
}

/* Contact form button active state - clear visual distinction */
.btn-group label.active,
.btn-group label.btn-default.active,
.btn-group label.active.btn-default {
    background-color: #b8956a !important;
    color: #fff !important;
    border-color: #b8956a !important;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(184, 149, 106, 0.3);
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* SNS feed grid - 2x2 layout override */
.sns-feed-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: var(--spacing-md);
}

.sns-feed-card {
    min-height: 380px;
}

/* Scroll-triggered fade-in animation */
.fade-in-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================================================
   Footer SNS Links
   ========================================================================= */
.footer-sns {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-bottom: var(--spacing-md);
}

.footer-sns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.06);
    color: var(--color-text-muted);
    font-size: 1.8rem;
    transition: var(--transition-smooth);
    text-decoration: none;
}

.footer-sns a:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-3px);
    opacity: 1;
}

/* =========================================================================
   YouTube Embed Wrapper
   ========================================================================= */
.youtube-embed-wrap {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.youtube-embed-wrap iframe {
    display: block;
}

/* =========================================================================
   SNS Single Feed (Instagram only)
   ========================================================================= */
.sns-feed-single {
    max-width: 100%;
}

.sns-feed-single .sns-feed-card {
    min-height: auto;
}

/* =========================================================================
   Media Grid (Video + Instagram side by side)
   ========================================================================= */
.media-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-md);
    align-items: stretch;
}

.media-card {
    background: var(--color-bg-white);
    border-radius: 8px;
    padding: var(--spacing-md);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
}

.media-card .media-content-wrap,
.media-card .sns-feed-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.media-card .video-container {
    max-width: 100%;
    margin: 0;
}

/* Section descriptions - larger text */
.section .text-center {
    font-size: 1.1rem;
}

.section-title {
    font-size: 2rem !important;
}

/* =========================================================================
   Hero visibility improvements
   ========================================================================= */
.hero img {
    filter: brightness(0.55) !important;
}

.hero-title {
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.3) !important;
    font-size: 2.6rem !important;
}

.hero-label {
    font-size: 1rem !important;
    padding: 8px 24px !important;
    letter-spacing: 0.35em !important;
}

/* =========================================================================
   Hero CTA Button
   ========================================================================= */
.hero-cta {
    display: inline-block;
    margin-top: var(--spacing-md);
    padding: 14px 32px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: var(--transition-smooth);
}

.hero-cta:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.hero-cta i {
    margin-left: 6px;
    transition: transform 0.3s;
}

.hero-cta:hover i {
    transform: translateX(4px);
}

/* =========================================================================
   Countdown timer - warmer, harmonious color
   ========================================================================= */
.countdown-section {
    background: linear-gradient(135deg, #5a6d7a 0%, #3d4f5f 100%) !important;
}

.cd-box {
    background: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(4px);
}

/* =========================================================================
   Countdown text wrapping fix
   ========================================================================= */
.countdown-desc {
    word-break: keep-all;
    overflow-wrap: break-word;
    font-size: 1rem !important;
}

/* =========================================================================
   Utility classes
   ========================================================================= */
.sp-br {
    display: none;
}

.hide-sp {
    display: inline;
}

/* Force form elements to inherit font-family */
input,
button,
textarea,
select {
    font-family: inherit;
}

/* =========================================================================
   Utility class for form toggling
   ========================================================================= */
.none {
    display: none !important;
}

/* =========================================================================
   Footer Logo Link
   ========================================================================= */
.footer-logo a {
    color: var(--color-primary) !important;
    text-decoration: none;
    transition: var(--transition-smooth);
}

.footer-logo a:hover {
    opacity: 0.7;
}

/* =========================================================================
   Back to Top Button
   ========================================================================= */
.back-to-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 999;
    text-decoration: none;
    transition: var(--transition-smooth);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: var(--color-primary-hover);
    color: #fff;
    transform: translateY(-3px);
    opacity: 1;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* =========================================================================
   各種SNSへの案内 - Follow Us Section
   ========================================================================= */
.sns-links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-sm);
}

.sns-link-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-md) var(--spacing-sm);
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
    min-height: 120px;
}

.sns-link-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    transition: var(--transition-smooth);
}

.sns-link-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    color: #fff;
    opacity: 1;
}

.sns-link-btn:hover::before {
    background: rgba(255, 255, 255, 0.1);
}

.sns-link-btn i {
    font-size: 2rem;
    margin-bottom: 10px;
}

.sns-link-name {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.sns-link-id {
    font-size: 0.8rem;
    opacity: 0.85;
    margin-top: 4px;
}

/* SNS Brand Colors */
.sns-instagram {
    background: linear-gradient(135deg, #833AB4, #E1306C, #F77737);
}

.sns-youtube {
    background: linear-gradient(135deg, #CC0000, #FF0000);
}

.sns-x {
    background: linear-gradient(135deg, #14171A, #333333);
}

.sns-facebook {
    background: linear-gradient(135deg, #1877F2, #42A5F5);
}

/* =========================================================================
   FAQ Link Buttons
   ========================================================================= */
.faq-link {
    margin-top: 12px;
    text-align: right;
}

.faq-link:empty {
    display: none;
}

.btn-sm {
    padding: 8px 18px !important;
    font-size: 0.85rem !important;
    white-space: nowrap;
}

/* =========================================================================
   Responsive (Mobile: max-width 767px)
   ========================================================================= */
@media screen and (max-width: 767px) {

    /* Responsive visibility */
    .sp-br {
        display: block;
    }

    .hide-sp {
        display: none !important;
    }

    /* Hero */
    .hero {
        height: 45vh;
        min-height: 280px;
    }

    .hero-title {
        font-size: 1.5rem;
        letter-spacing: 0.1em;
        margin-bottom: 24px;
    }

    .hero-label {
        font-size: 0.85rem;
        padding: 6px 16px;
        letter-spacing: 0.25em;
    }

    .hero-cta {
        padding: 10px 24px;
        font-size: 0.85rem;
        margin-top: var(--spacing-sm);
    }

    /* Header logo */
    .logo a {
        font-size: 1.8rem !important;
    }

    /* Footer logo */
    .footer-logo {
        font-size: 1.3rem !important;
    }

    /* Countdown */
    .countdown-section {
        padding: var(--spacing-sm) 0;
    }

    .countdown-title {
        font-size: 0.95rem;
        margin-bottom: 8px;
    }

    .countdown-timer {
        gap: 8px;
        flex-wrap: nowrap;
        margin-bottom: 8px;
    }

    .cd-box {
        padding: 6px 8px;
        min-width: 50px;
    }

    .cd-num {
        font-size: 1.3rem;
    }

    .cd-label {
        font-size: 0.7rem;
    }

    .countdown-desc {
        font-size: 0.75rem;
        padding: 0 var(--spacing-sm);
        line-height: 1.4;
    }

    /* Simple Menu - FIX: prevent overlap with countdown */
    .simple-menu {
        gap: 10px;
        padding: 0 8px;
        margin-top: var(--spacing-sm) !important;
    }

    .simple-menu-card {
        padding: var(--spacing-sm) 8px;
    }

    .simple-menu-card .icon-circle {
        width: 48px;
        height: 48px;
        margin-bottom: 8px;
    }

    .simple-menu-card .icon-circle i {
        font-size: 1.2rem;
    }

    .simple-menu-card h3 {
        font-size: 0.95rem;
    }

    .simple-menu-card p {
        font-size: 0.7rem;
    }

    /* Section Spacing */
    .section {
        padding: var(--spacing-md) 0;
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: var(--spacing-md);
    }

    /* News */
    .news-list {
        padding: var(--spacing-sm);
    }

    .news-title {
        font-size: 0.9rem;
    }

    /* Media Grid */
    .media-grid {
        grid-template-columns: 1fr;
    }

    .media-card {
        padding: var(--spacing-sm);
    }

    /* SNS Feed Grid */
    .sns-feed-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-sm);
    }

    .sns-feed-card {
        padding: var(--spacing-sm);
    }

    /* SNS Links Grid */
    .sns-links-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .sns-link-btn {
        padding: var(--spacing-sm);
        min-height: 100px;
        border-radius: 10px;
    }

    .sns-link-btn i {
        font-size: 1.6rem;
        margin-bottom: 6px;
    }

    .sns-link-name {
        font-size: 0.85rem;
    }

    .sns-link-id {
        font-size: 0.7rem;
    }

    .footer-sns a {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }

    /* FAQ */
    .faq-list {
        gap: 14px;
    }

    .cat-icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        margin-right: 12px;
        font-size: 0.95rem;
    }

    .category-summary {
        padding: 18px 20px;
        font-size: 1rem;
    }

    .category-content {
        padding: 6px 16px 18px;
    }

    .faq-item summary {
        padding: 14px 36px 14px 12px;
        font-size: 0.9rem;
    }

    .faq-item summary::before {
        width: 22px;
        height: 22px;
        font-size: 0.65rem;
        margin-right: 10px;
    }

    .faq-item summary::after {
        right: 12px;
        width: 7px;
        height: 7px;
    }

    .faq-content {
        padding: 0 12px 16px 44px;
        font-size: 0.85rem;
    }

    .faq-link {
        text-align: right;
    }

    /* CTA Buttons - prevent text wrapping on mobile */
    .btn-outline {
        white-space: nowrap;
    }

    .btn-sm {
        padding: 6px 14px !important;
        font-size: 0.8rem !important;
    }

    /* Schedule Table to Card */
    .schedule-table-responsive table.elegant-table {
        min-width: 0 !important;
    }

    .schedule-table-responsive table.elegant-table thead {
        display: none;
    }

    .schedule-table-responsive table.elegant-table tbody tr {
        display: block;
        background: var(--color-bg-white);
        border: 1px solid rgba(0, 0, 0, 0.06);
        border-radius: 8px;
        padding: var(--spacing-sm);
        margin-bottom: var(--spacing-sm);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    }

    .schedule-table-responsive table.elegant-table tbody td {
        display: block;
        text-align: left;
        padding: 4px 0;
        border-bottom: none;
    }

    .schedule-table-responsive table.elegant-table tbody td:first-child {
        font-weight: bold;
        color: var(--color-primary);
        font-size: 0.9rem;
        padding-bottom: 2px;
    }

    .schedule-table-responsive table.elegant-table tbody td:nth-child(2) {
        font-size: 1.05rem;
        font-weight: 500;
        padding-bottom: 4px;
    }

    .schedule-table-responsive table.elegant-table tbody td:last-child {
        font-size: 0.85rem;
        color: var(--color-text-muted);
    }

    /* Floating CTA & Back to Top */
    .floating-cta {
        bottom: 15px;
        right: 15px;
        padding: 12px 18px;
        font-size: 0.85rem;
    }

    .back-to-top {
        bottom: 72px;
        right: 15px;
        width: 42px;
        height: 42px;
        font-size: 1rem;
    }

    /* Page Header */
    .page-header {
        padding: var(--spacing-md) 0 var(--spacing-sm);
    }

    .page-title {
        font-size: 1.6rem;
    }

    /* Content Box */
    .content-box {
        padding: var(--spacing-sm);
    }

    /* Footer */
    .site-footer {
        margin-top: var(--spacing-lg);
        padding: var(--spacing-md) 0 var(--spacing-sm);
    }

    /* Video */
    .video-container {
        border-radius: 6px;
    }

    /* Recruit page - cost section title */
    .cost-section-title {
        font-size: 1.4rem !important;
        white-space: nowrap;
    }

    /* Recruit page - cost cards padding */
    .cost-card {
        padding: var(--spacing-md) var(--spacing-sm) !important;
    }

    /* Large CTA buttons on subpages */
    main a[style*="border-radius: 50px"] {
        padding: 14px 24px !important;
        font-size: 0.95rem !important;
        white-space: nowrap;
    }
}

/* =========================================================================
   Responsive (Tablet/Desktop: min-width 768px)
   ========================================================================= */
@media screen and (min-width: 768px) {
    .back-to-top {
        bottom: 110px;
        right: 40px;
        width: 52px;
        height: 52px;
        font-size: 1.2rem;
    }

    .sns-links-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* =========================================================================
   Site guidance and mobile navigation improvements
   ========================================================================= */
body.nav-open {
    overflow: hidden;
}

.nav-overlay {
    display: none;
}

.welcome-panel {
    background: var(--color-bg-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: clamp(24px, 4vw, 40px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.welcome-label {
    margin-bottom: 10px;
    color: var(--color-primary);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.welcome-title {
    text-align: left;
    margin-bottom: 20px;
}

.welcome-title::after {
    margin-left: 0;
}

.welcome-lead {
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--color-text-main);
    margin-bottom: 24px;
}

.welcome-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.welcome-link-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    min-height: 132px;
    padding: 20px;
    background: #fdfcf8;
    border: 1px solid rgba(90, 123, 140, 0.15);
    border-radius: 14px;
    color: var(--color-text-main);
}

.welcome-link-card strong {
    font-size: 1rem;
    line-height: 1.6;
}

.welcome-link-card span {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--color-text-muted);
}

.welcome-link-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(90, 123, 140, 0.08);
    opacity: 1;
}

.section-compact {
    padding-top: 40px;
    padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .site-header {
        min-height: 72px;
        padding: 10px 0;
    }

    .header-inner {
        flex-wrap: nowrap;
        gap: 12px;
    }

    .logo {
        min-width: 0;
        flex: 1;
    }

    .logo a {
        font-size: 1.35rem !important;
        letter-spacing: 0.04em;
        line-height: 1.4;
    }

    .menu-toggle {
        width: 48px;
        height: 48px;
        border-radius: 999px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
        flex-shrink: 0;
    }

    .nav-mobile {
        top: 72px;
        right: 0;
        height: calc(100vh - 72px);
        padding: 24px 20px 32px;
        transform: translateX(110%);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        width: min(92vw, 400px);
        box-shadow: -16px 0 32px rgba(0, 0, 0, 0.08);
        z-index: 1101;
    }

    .nav-mobile.is-active {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .nav-mobile-header {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 8px;
    }

    .nav-close,
    .nav-close-btn {
        border: 0;
        background: none;
        color: var(--color-text-main);
        cursor: pointer;
        font-family: var(--font-base);
    }

    .nav-close {
        width: 44px;
        height: 44px;
        border-radius: 999px;
        background: #f5f5f2;
        border: 1px solid rgba(0, 0, 0, 0.06);
        font-size: 1.1rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .nav-close-btn {
        min-height: 44px;
        padding: 12px 18px;
        border-radius: 999px;
        background: var(--color-primary);
        color: #fff;
        font-size: 0.95rem;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        box-shadow: 0 8px 18px rgba(61, 79, 95, 0.18);
    }

    .nav-mobile-actions {
        position: sticky;
        bottom: 0;
        display: flex;
        justify-content: flex-end;
        padding-top: 16px;
        margin-top: 12px;
        background: linear-gradient(to top, rgba(255,255,255,0.98), rgba(255,255,255,0));
    }

    .nav-mobile ul {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .nav-mobile li {
        margin-bottom: 0;
        text-align: left;
    }

    .nav-mobile a {
        padding: 14px 8px;
        font-size: 1rem;
        font-weight: 500;
    }

    .nav-overlay {
        display: block;
        position: fixed;
        inset: 72px 0 0;
        background: rgba(36, 44, 51, 0.24);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        border: 0;
        padding: 0;
        z-index: 1100;
    }

    .nav-overlay.is-visible {
        opacity: 1;
        visibility: visible;
    }

    .hero-content {
        width: 100%;
        padding: 0 20px;
    }

    .hero-title {
        line-height: 1.45;
        margin-bottom: 18px;
    }

    .hero-cta {
        min-height: 48px;
        font-size: 0.95rem;
    }

    .welcome-panel {
        border-radius: 14px;
        padding: 22px 18px;
    }

    .welcome-title {
        font-size: 1.35rem !important;
    }

    .welcome-lead {
        font-size: 0.95rem;
        margin-bottom: 18px;
    }

    .welcome-links {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .welcome-link-card {
        min-height: auto;
        padding: 16px;
    }

    .news-item {
        gap: 10px;
    }

    .news-title {
        line-height: 1.7;
    }

    .floating-cta {
        border-radius: 999px;
        min-height: 48px;
        box-shadow: 0 8px 20px rgba(61, 79, 95, 0.22);
    }
}

@media screen and (min-width: 768px) {
    .welcome-title {
        font-size: 1.9rem !important;
    }
}

/* Mobile menu final overrides */
body.nav-open .floating-cta,
body.nav-open .back-to-top,
body.nav-open .menu-toggle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

@media screen and (max-width: 767px) {
    .menu-toggle {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .menu-toggle i {
        display: none !important;
    }

    .menu-toggle-box {
        width: 20px;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .menu-toggle-box span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 999px;
        background: var(--color-text-main);
    }

    .nav-mobile {
        left: auto !important;
        right: 0 !important;
        transform: translateX(110%) !important;
        z-index: 1101 !important;
    }

    .nav-mobile.is-active {
        transform: translateX(0) !important;
    }

    .nav-mobile-actions,
    .nav-close-btn {
        display: none !important;
    }

    .nav-overlay {
        z-index: 1100 !important;
    }
}
/* Hero readability final overrides */
.hero {
    align-items: flex-start;
}

.hero-content {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 76px;
    transform: none;
}

.hero-title {
    line-height: 1.22 !important;
    letter-spacing: 0.06em !important;
    text-wrap: nowrap;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.hero-label {
    margin-bottom: 18px !important;
}

@media screen and (max-width: 767px) {
    .hero {
        min-height: 300px;
    }

    .hero-content {
        max-width: none;
        padding: 46px 14px 0;
    }

    .hero-label {
        margin-bottom: 10px !important;
        font-size: 0.76rem !important;
        letter-spacing: 0.18em !important;
    }

    .hero-title {
        font-size: 1.68rem !important;
        line-height: 1.14 !important;
        letter-spacing: 0.01em !important;
        max-width: none;
        margin-bottom: 12px !important;
        word-break: keep-all;
        overflow-wrap: normal;
        text-wrap: pretty;
    }

    .hero-cta {
        margin-top: 0 !important;
        padding: 9px 20px;
        font-size: 0.84rem !important;
    }
}

.subpage-main-photo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: clamp(240px, 28vw, 320px);
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}

.subpage-detail-photo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: clamp(220px, 24vw, 280px);
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}
.subpage-banner-photo {
    display: block;
    width: 100%;
    height: clamp(240px, 28vw, 320px);
    object-fit: cover;
    object-position: center;
}


@media screen and (max-width: 767px) {
    .subpage-main-photo {
        height: auto !important;
        aspect-ratio: 23 / 8;
    }

    .subpage-detail-photo {
        height: auto !important;
        aspect-ratio: 23 / 7;
    }
}

/* Top hero and SNS refinements 2026-03-11 */
.hero img {
    filter: brightness(0.62) !important;
}

.hero {
    height: 52vh;
    min-height: 340px;
    align-items: center;
}

.hero-content {
    padding-top: 0;
}

.countdown-cta-wrap {
    margin-top: 18px;
}

.countdown-cta {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.7);
}

.sns-tiktok {
    border-color: rgba(0, 0, 0, 0.08);
}

.sns-tiktok i {
    color: #111;
}

@media screen and (max-width: 767px) {
    .hero {
        height: 38vh;
        min-height: 230px;
    }

    .hero-content {
        padding: 0 16px;
    }

    .countdown-cta-wrap {
        margin-top: 14px;
    }
}
/* =========================================================================
   Final top hero and SNS adjustments 2026-03-11
   ========================================================================= */
.hero {
    height: 46vh !important;
    min-height: 320px !important;
    align-items: center !important;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(12, 18, 24, 0.22) 0%, rgba(12, 18, 24, 0.14) 28%, rgba(12, 18, 24, 0.28) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero img {
    filter: brightness(0.72) !important;
    object-position: center 56% !important;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 26px 20px 0 !important;
    text-align: center;
}

.hero-label {
    margin-bottom: 14px !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.32);
}

.hero-title {
    margin-bottom: 0 !important;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.38), 0 1px 3px rgba(0, 0, 0, 0.28) !important;
}

.countdown-section {
    padding: 34px 0 28px !important;
}

.countdown-desc {
    margin: 18px 0 0 !important;
}

.countdown-cta-wrap {
    margin-top: 10px !important;
}

.countdown-cta {
    padding: 12px 30px !important;
}

.sns-links-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 16px !important;
    max-width: 980px;
    margin: 0 auto;
    align-items: stretch;
}

.sns-link-btn {
    min-height: 156px;
    border-radius: 18px !important;
}

.sns-tiktok {
    background: linear-gradient(145deg, #141414 0%, #0d0d0d 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 10px 22px rgba(0, 0, 0, 0.16) !important;
    color: #fff !important;
    position: relative;
    overflow: hidden;
}

.sns-tiktok::before {
    content: '' !important;
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(37, 244, 238, 0.18) 0%, rgba(37, 244, 238, 0) 36%), linear-gradient(315deg, rgba(254, 44, 85, 0.22) 0%, rgba(254, 44, 85, 0) 40%);
}

.sns-tiktok i,
.sns-tiktok .sns-link-name,
.sns-tiktok .sns-link-id {
    position: relative;
    z-index: 1;
    color: #fff !important;
}

@media screen and (max-width: 1024px) {
    .sns-links-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media screen and (max-width: 767px) {
    .hero {
        height: 34vh !important;
        min-height: 220px !important;
    }

    .hero img {
        object-position: center 54% !important;
    }

    .hero-content {
        padding: 22px 14px 0 !important;
    }

    .hero-label {
        margin-bottom: 10px !important;
    }

    .hero-title {
        font-size: 1.56rem !important;
        line-height: 1.14 !important;
        letter-spacing: 0.02em !important;
    }

    .countdown-section {
        padding: 24px 0 22px !important;
    }

    .countdown-desc {
        margin-top: 12px !important;
        font-size: 0.82rem !important;
    }

    .countdown-cta-wrap {
        margin-top: 8px !important;
    }

    .sns-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .sns-link-btn {
        min-height: 118px;
        border-radius: 14px !important;
    }
}

/* =========================================================================
   Final polish overrides 2026-03-11
   ========================================================================= */
.hero {
    height: 43vh !important;
    min-height: 300px !important;
}

.hero::before {
    background: linear-gradient(to bottom, rgba(12, 18, 24, 0.18) 0%, rgba(12, 18, 24, 0.08) 24%, rgba(12, 18, 24, 0.24) 100%) !important;
}

.hero img {
    filter: brightness(0.78) !important;
    object-position: center 58% !important;
}

.hero-content {
    padding-top: 18px !important;
}

.countdown-desc {
    margin-top: 12px !important;
}

.countdown-cta-wrap {
    margin-top: 6px !important;
}

.sns-links-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    max-width: 960px !important;
}

.sns-link-btn {
    padding: 20px 16px !important;
}

.sns-tiktok {
    background: linear-gradient(145deg, #181818 0%, #101010 100%) !important;
}

.sns-tiktok i {
    font-size: 1.9rem !important;
    color: #ffffff !important;
}

@media screen and (max-width: 767px) {
    .hero {
        height: 33vh !important;
        min-height: 210px !important;
    }

    .hero-content {
        padding-top: 18px !important;
    }

    .countdown-desc {
        margin-top: 10px !important;
    }

    .countdown-cta-wrap {
        margin-top: 6px !important;
    }

    .sns-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: none !important;
    }
}

/* =========================================================================
   Final polish overrides 2026-03-11
   ========================================================================= */
.hero {
    height: 43vh !important;
    min-height: 300px !important;
}

.hero::before {
    background: linear-gradient(to bottom, rgba(12, 18, 24, 0.18) 0%, rgba(12, 18, 24, 0.08) 24%, rgba(12, 18, 24, 0.24) 100%) !important;
}

.hero img {
    filter: brightness(0.78) !important;
    object-position: center 58% !important;
}

.hero-content {
    padding-top: 18px !important;
}

.countdown-desc {
    margin-top: 12px !important;
}

.countdown-cta-wrap {
    margin-top: 6px !important;
}

.sns-links-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    max-width: 960px !important;
}

.sns-link-btn {
    padding: 20px 16px !important;
}

.sns-tiktok {
    background: linear-gradient(145deg, #181818 0%, #101010 100%) !important;
}

.sns-tiktok i {
    font-size: 1.9rem !important;
    color: #ffffff !important;
}

@media screen and (max-width: 767px) {
    .hero {
        height: 33vh !important;
        min-height: 210px !important;
    }

    .hero-content {
        padding-top: 18px !important;
    }

    .countdown-desc {
        margin-top: 10px !important;
    }

    .countdown-cta-wrap {
        margin-top: 6px !important;
    }

    .sns-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: none !important;
    }
}

/* =========================================================================
   Header top-gap fix 2026-03-11
   ========================================================================= */
.site-header {
    padding: 8px 0 !important;
    min-height: 72px !important;
}

.header-inner {
    align-items: center !important;
}

.logo {
    margin: 0 !important;
    line-height: 1 !important;
}

.logo a {
    display: inline-block;
    line-height: 1.15 !important;
}

.nav-desktop ul {
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .site-header {
        padding: 6px 0 !important;
        min-height: 64px !important;
    }

    .logo {
        margin: 0 !important;
    }
}

/* =========================================================================
   Header height rebalance 2026-03-11
   ========================================================================= */
.site-header {
    padding: 12px 0 !important;
    min-height: 80px !important;
}

@media screen and (max-width: 767px) {
    .site-header {
        padding: 10px 0 !important;
        min-height: 72px !important;
    }
}

/* =========================================================================
   Hero readability and countdown transition polish 2026-03-11
   ========================================================================= */
.hero {
    align-items: flex-start !important;
}

.hero::before {
    background: linear-gradient(to bottom, rgba(12, 18, 24, 0.16) 0%, rgba(12, 18, 24, 0.08) 26%, rgba(12, 18, 24, 0.30) 100%) !important;
}

.hero img {
    object-position: center 60% !important;
    filter: brightness(0.8) !important;
}

.hero-content {
    padding-top: 54px !important;
}

.hero-label {
    display: inline-block;
    padding: 10px 26px !important;
    background: rgba(24, 32, 40, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(4px);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) !important;
}

.hero-title {
    margin-top: 8px !important;
    text-shadow: 0 6px 22px rgba(0, 0, 0, 0.42), 0 2px 5px rgba(0, 0, 0, 0.32) !important;
}

.countdown-section {
    position: relative;
    z-index: 3;
    margin-top: -26px;
    padding: 42px 0 28px !important;
    border-radius: 28px 28px 0 0;
    background: linear-gradient(180deg, rgba(67, 83, 95, 0.96) 0%, rgba(77, 97, 112, 0.98) 35%, #556979 100%) !important;
    box-shadow: 0 -10px 24px rgba(18, 24, 30, 0.12);
}

.countdown-title {
    margin-bottom: 12px !important;
}

.countdown-desc {
    margin-top: 8px !important;
}

.countdown-cta-wrap {
    margin-top: 4px !important;
}

@media screen and (max-width: 767px) {
    .hero img {
        object-position: center 57% !important;
    }

    .hero-content {
        padding-top: 28px !important;
    }

    .hero-label {
        padding: 7px 16px !important;
        border-color: rgba(255, 255, 255, 0.65);
    }

    .hero-title {
        margin-top: 6px !important;
    }

    .countdown-section {
        margin-top: -18px;
        padding: 30px 0 20px !important;
        border-radius: 22px 22px 0 0;
    }

    .countdown-desc {
        margin-top: 6px !important;
    }

    .countdown-cta-wrap {
        margin-top: 2px !important;
    }
}
/* =========================================================================
   Hero and SNS polish 2026-03-11 final
   ========================================================================= */
.hero {
    min-height: 378px !important;
}

.hero::before {
    background: linear-gradient(to bottom, rgba(14, 20, 26, 0.12) 0%, rgba(14, 20, 26, 0.06) 24%, rgba(14, 20, 26, 0.24) 100%) !important;
}

.hero img {
    object-position: center 66% !important;
    filter: brightness(0.86) contrast(1.02) !important;
}

.hero-content {
    position: relative;
    padding-top: 32px !important;
}

.hero-content::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
    width: min(82%, 760px);
    height: 158px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(10, 16, 22, 0.18) 0%, rgba(10, 16, 22, 0.30) 100%);
    filter: blur(18px);
    z-index: -1;
}

.hero-label {
    padding: 11px 28px !important;
    background: rgba(17, 25, 32, 0.56) !important;
    border: 1px solid rgba(255, 255, 255, 0.68) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) !important;
    letter-spacing: 0.32em !important;
}

.hero-title {
    margin-top: 10px !important;
    text-shadow: 0 8px 26px rgba(0, 0, 0, 0.34), 0 2px 6px rgba(0, 0, 0, 0.30) !important;
}

.countdown-section {
    margin-top: -16px !important;
    padding: 34px 0 26px !important;
    border-radius: 26px 26px 0 0 !important;
    background: linear-gradient(180deg, rgba(64, 79, 91, 0.84) 0%, rgba(77, 97, 112, 0.94) 26%, #5a7182 100%) !important;
    box-shadow: 0 -8px 20px rgba(18, 24, 30, 0.10) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.countdown-title {
    margin-bottom: 10px !important;
}

.countdown-desc {
    margin-top: 4px !important;
}

.countdown-cta-wrap {
    margin-top: 0 !important;
}

.countdown-cta {
    margin-top: 0 !important;
}

.sns-links-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    gap: 18px !important;
    max-width: 980px;
    margin: 0 auto;
}

.sns-link-btn {
    min-height: 136px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 24px rgba(33, 42, 50, 0.08);
}

.sns-link-btn i,
.sns-link-name,
.sns-link-id {
    position: relative;
    z-index: 1;
}

.sns-tiktok {
    background: linear-gradient(135deg, #111111 0%, #1c1c1c 100%) !important;
    color: #ffffff !important;
}

.sns-tiktok::before {
    background:
        radial-gradient(circle at 18% 18%, rgba(37, 244, 238, 0.22), transparent 42%),
        radial-gradient(circle at 82% 82%, rgba(254, 44, 85, 0.20), transparent 38%) !important;
    opacity: 1 !important;
}

.sns-tiktok i,
.sns-tiktok .sns-link-name,
.sns-tiktok .sns-link-id {
    color: #ffffff !important;
    opacity: 1 !important;
}

@media screen and (max-width: 767px) {
    .hero {
        min-height: 300px !important;
    }

    .hero img {
        object-position: center 63% !important;
    }

    .hero-content {
        padding-top: 22px !important;
    }

    .hero-content::before {
        top: 12px;
        width: min(90%, 320px);
        height: 112px;
        border-radius: 24px;
        filter: blur(14px);
    }

    .hero-label {
        padding: 8px 18px !important;
        letter-spacing: 0.22em !important;
    }

    .hero-title {
        margin-top: 8px !important;
    }

    .countdown-section {
        margin-top: -12px !important;
        padding: 24px 0 18px !important;
        border-radius: 20px 20px 0 0 !important;
    }

    .countdown-desc {
        margin-top: 4px !important;
    }

    .countdown-cta-wrap {
        margin-top: 0 !important;
    }

    .sns-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    .sns-link-btn {
        min-height: 118px !important;
    }
}
/* =========================================================================
   Above-the-fold compaction 2026-03-11
   ========================================================================= */
.hero {
    min-height: 344px !important;
}

.hero-content {
    padding-top: 24px !important;
}

.hero-content::before {
    top: 12px;
    height: 138px;
}

.hero-label {
    padding: 10px 24px !important;
}

.hero-title {
    margin-top: 8px !important;
}

.countdown-section {
    margin-top: -14px !important;
    padding: 24px 0 18px !important;
    border-radius: 22px 22px 0 0 !important;
}

.countdown-title {
    margin-bottom: 8px !important;
}

.countdown-desc {
    margin-top: 2px !important;
}

.countdown-cta-wrap {
    margin-top: -2px !important;
}

.countdown-cta {
    padding: 11px 28px !important;
}

@media screen and (max-width: 767px) {
    .hero {
        min-height: 268px !important;
    }

    .hero-content {
        padding-top: 16px !important;
    }

    .hero-content::before {
        top: 8px;
        height: 96px;
    }

    .hero-label {
        padding: 7px 16px !important;
    }

    .hero-title {
        margin-top: 6px !important;
    }

    .countdown-section {
        margin-top: -10px !important;
        padding: 18px 0 14px !important;
        border-radius: 18px 18px 0 0 !important;
    }

    .countdown-title {
        margin-bottom: 6px !important;
    }

    .countdown-desc {
        margin-top: 2px !important;
    }

    .countdown-cta-wrap {
        margin-top: -2px !important;
    }

    .countdown-cta {
        padding: 9px 22px !important;
    }
}
/* Above-the-fold compaction 2026-03-11 v2 */
.hero {
    min-height: 328px !important;
}

.hero-content {
    padding-top: 18px !important;
}

.hero-content::before {
    top: 10px;
    height: 126px;
}

.countdown-section {
    margin-top: -18px !important;
    padding: 18px 0 12px !important;
}

.countdown-title {
    margin-bottom: 6px !important;
}

.countdown-desc {
    margin-top: 0 !important;
}

.countdown-cta-wrap {
    margin-top: -6px !important;
}

@media screen and (max-width: 767px) {
    .hero {
        min-height: 256px !important;
    }

    .hero-content {
        padding-top: 14px !important;
    }

    .hero-content::before {
        top: 7px;
        height: 90px;
    }

    .countdown-section {
        margin-top: -12px !important;
        padding: 16px 0 12px !important;
    }

    .countdown-cta-wrap {
        margin-top: -4px !important;
    }
}
/* Hero image position tweak 2026-03-11 */
.hero img,
.hero-image,
.hero-image img {
    object-position: center 72% !important;
}

@media screen and (max-width: 767px) {
    .hero img,
    .hero-image,
    .hero-image img {
        object-position: center 74% !important;
    }
}
/* Hero combined title 2026-03-11 */
.hero-label {
    display: none !important;
}

.hero-title-combined {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 22px;
    min-width: 220px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 12px;
    background: rgba(36, 44, 51, 0.28);
    backdrop-filter: blur(4px);
    font-size: 0.34em;
    font-weight: 700;
    letter-spacing: 0.26em;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .hero-title-combined {
        gap: 8px;
    }

    .hero-kicker {
        min-width: 152px;
        padding: 7px 14px;
        border-radius: 10px;
        font-size: 0.28em;
        letter-spacing: 0.2em;
    }
}
/* Countdown overlap and date layout 2026-03-11 */
.countdown-section {
    margin-top: -30px !important;
    padding-top: 14px !important;
}

.countdown-cta-wrap {
    margin-top: -12px !important;
}

.countdown-desc {
    max-width: 760px;
    margin: 2px auto 0 !important;
    line-height: 1.8 !important;
    letter-spacing: 0.03em;
    text-align: center;
}

.countdown-desc .sp-br {
    display: none;
}

@media screen and (max-width: 767px) {
    .countdown-section {
        margin-top: -18px !important;
        padding-top: 14px !important;
    }

    .countdown-cta-wrap {
        margin-top: -8px !important;
    }

    .countdown-desc {
        max-width: 300px;
        line-height: 1.75 !important;
        font-size: 0.95rem;
    }

    .countdown-desc .sp-br {
        display: block;
    }
}
/* Countdown cleanup 2026-03-11 v2 */
.countdown-section {
    margin-top: -42px !important;
    padding-top: 12px !important;
    padding-bottom: 16px !important;
}

.countdown-title {
    margin-bottom: 10px !important;
}

.countdown-timer {
    margin-bottom: 12px !important;
}

.countdown-desc {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 0 auto 14px !important;
    line-height: 1.55 !important;
    letter-spacing: 0.01em;
    text-align: center;
}

.countdown-date {
    font-weight: 600;
}

.countdown-venue {
    font-size: 0.95em;
    opacity: 0.92;
}

.countdown-cta-wrap {
    margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
    .countdown-section {
        margin-top: -26px !important;
        padding-top: 12px !important;
        padding-bottom: 14px !important;
    }

    .countdown-timer {
        margin-bottom: 10px !important;
    }

    .countdown-desc {
        max-width: 290px;
        gap: 5px;
        margin-bottom: 12px !important;
        line-height: 1.5 !important;
        font-size: 0.94rem;
    }

    .countdown-venue {
        font-size: 0.92em;
    }
}
/* Countdown overlap 2026-03-11 v3 */
.countdown-section {
    margin-top: -56px !important;
    padding-top: 10px !important;
}

.countdown-cta-wrap {
    margin-top: -4px !important;
}

@media screen and (max-width: 767px) {
    .countdown-section {
        margin-top: -34px !important;
        padding-top: 10px !important;
    }

    .countdown-cta-wrap {
        margin-top: -2px !important;
    }
}
/* Above-the-fold push 2026-03-11 v4 */
.countdown-section {
    margin-top: -64px !important;
    padding-top: 8px !important;
    padding-bottom: 10px !important;
}

.countdown-title {
    margin-bottom: 8px !important;
}

.countdown-timer {
    margin-bottom: 8px !important;
}

.countdown-desc {
    margin-bottom: 10px !important;
}

.countdown-cta-wrap {
    margin-top: -2px !important;
}

@media screen and (max-width: 767px) {
    .countdown-section {
        margin-top: -40px !important;
        padding-top: 8px !important;
        padding-bottom: 10px !important;
    }

    .countdown-timer {
        margin-bottom: 8px !important;
    }

    .countdown-desc {
        margin-bottom: 10px !important;
    }
}
/* Above-the-fold push 2026-03-11 v5 */
.countdown-section {
    margin-top: -72px !important;
    padding-top: 6px !important;
    padding-bottom: 8px !important;
}

.countdown-title {
    margin-bottom: 6px !important;
}

.countdown-timer {
    margin-bottom: 6px !important;
}

.countdown-desc {
    margin-bottom: 8px !important;
    gap: 2px !important;
}

.countdown-cta {
    padding: 10px 26px !important;
}

@media screen and (max-width: 767px) {
    .countdown-section {
        margin-top: -46px !important;
        padding-top: 6px !important;
        padding-bottom: 8px !important;
    }

    .countdown-title {
        margin-bottom: 5px !important;
    }

    .countdown-timer {
        margin-bottom: 6px !important;
    }

    .countdown-desc {
        margin-bottom: 8px !important;
        gap: 3px !important;
        font-size: 0.92rem !important;
    }

    .countdown-cta {
        padding: 9px 22px !important;
    }
}
/* Mobile above-the-fold push 2026-03-11 v6 */
@media screen and (max-width: 767px) {
    .countdown-section {
        margin-top: -52px !important;
        padding-top: 5px !important;
        padding-bottom: 7px !important;
    }

    .countdown-title {
        margin-bottom: 4px !important;
    }

    .countdown-desc {
        margin-bottom: 7px !important;
    }
}
/* SNS mobile balance 2026-03-11 */
.sns-tiktok {
    background: linear-gradient(135deg, #121212 0%, #241a22 100%) !important;
}

.sns-tiktok i {
    text-shadow:
        1px 0 0 rgba(37, 244, 238, 0.9),
        -1px 0 0 rgba(254, 44, 85, 0.9);
}

@media screen and (max-width: 767px) {
    .sns-links-grid {
        align-items: stretch;
    }

    .sns-link-btn.sns-x {
        grid-column: 1 / -1;
        justify-self: center;
        width: min(100%, 154px);
    }
}
/* TikTok svg icon 2026-03-11 */
.sns-icon-svg {
    display: inline-block;
    width: 1em;
    height: 1em;
}

.sns-link-btn .sns-icon-svg {
    width: 2rem;
    height: 2rem;
    margin-bottom: 10px;
}

.footer-sns .sns-icon-svg {
    width: 1.5rem;
    height: 1.5rem;
}
/* TikTok icon polish 2026-03-11 */
.sns-link-btn i,
.sns-link-btn .sns-icon-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    margin: 0 auto 10px;
    line-height: 1;
}

.sns-link-btn .sns-icon-tiktok {
    width: 1.95rem;
    height: 1.95rem;
    transform: translate(3px, 2px);
}

.footer-sns a {
    line-height: 1;
}

.footer-sns a i,
.footer-sns .sns-icon-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    line-height: 1;
}

.footer-sns .sns-icon-tiktok {
    width: 1.58rem;
    height: 1.58rem;
    transform: translate(5px, 1px);
}










/* TikTok footer desktop/mobile balance 2026-03-11 */
.footer-sns .sns-icon-tiktok {
    width: 1.76rem;
    height: 1.76rem;
}

@media screen and (max-width: 767px) {
    .footer-sns .sns-icon-tiktok {
        width: 1.58rem;
        height: 1.58rem;
    }
}
