body {font-family: 'Zen Maru Gothic', sans-serif;
    }
/* ==========================================
   デスクトップ・タブレット用（デフォルト）
   ========================================== */
.hero-visual {
    width: 100%;
    max-width: 100vw;
    /* アスペクト比を維持して高さを自動調整 */
    aspect-ratio: 16 / 9;
    /* 画像の縦横比に合わせて調整してください */
    background: url('/images/main-visual.webp') center/cover no-repeat;
    position: relative;
    margin-top: -80px;
    padding-top: 80px;
}

 /* .hero-visual::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
} */
.icround {
    aspect-ratio: 1 / 1;flex-shrink: 0;}

/* ==========================================
   1200px以下：横幅MAXで高さ可変
   ========================================== */
@media screen and (max-width: 1200px) {
    .hero-visual {
        width: 100%;
        /* 高さは横幅に応じて自動調整 */
        height: auto;
        /* min-heightを削除してaspect-ratioで制御 */
        min-height: unset;
    }
}

/* ==========================================
   スマートフォン用（768px以下）
   750×1334pxの専用画像を使用
   ========================================== */
@media screen and (max-width: 768px) {
    .hero-visual {
        /* スマホ専用画像に切り替え */
        background-image: url('/images/main-visual-sp.webp');
        /* スマホ用のアスペクト比（750:1334 ≈ 9:16） */
        aspect-ratio: 750 / 1334;
        /* または aspect-ratio: 9 / 16; */

        /* 画面いっぱいに表示したい場合 */
        width: 100%;

        /* ヘッダー分の調整（スマホ用） */
        margin-top: -60px;
        padding-top: 60px;

        /* 画像の位置調整 */
        background-position: center top;
        background-size: cover;
    }
}

/* ==========================================
   小型スマートフォン用（オプション）
   ========================================== */
@media screen and (max-width: 375px) {
    .hero-visual {
        /* さらに小さい画面用の調整 */
        aspect-ratio: 9 / 16;
        /* 高さの調整が必要な場合 */
        width: 100%;
    }
}

/* Main Copy & Lead Section */
.main-copy-section {
    padding: 80px 20px;
    background-color: #ffffff;
    text-align: center;
}

.main-copy-section .container {
    max-width: 900px;
    margin: 0 auto;
}

.main-copy {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    color: #2c5f4f;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}

.lead-text {
    font-size: 1.1rem;
    line-height: 2;
    color: #333333;
    text-align: left;
    letter-spacing: 0.03em;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .main-copy-section {
        padding: 60px 20px;
    }

    .main-copy {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .lead-text {
        font-size: 1rem;
        line-height: 1.9;
    }
}


    .stamp-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .stamp-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .pulse-animation {
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0%,
        100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.05);
        }
    }

    /* Mobile menu transition */
    #mobile-menu {
        transition: all 0.3s ease-in-out;
        max-height: 0;
        overflow: hidden;
    }

    #mobile-menu.show {
        max-height: 400px;
        opacity: 1;
    }

    /* Menu icon transition */
    #menu-icon {
        transition: transform 0.3s ease-in-out;
    }

    /* Mobile menu item hover effects */
    .mobile-menu-link:hover {
        background-color: rgba(99, 102, 241, 0.1);
        border-radius: 0.5rem;
        padding-left: 1rem;
    }

/* Tailwindのstickyを上書き - 最優先 */
header#header.sticky {
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px) !important;
    transition: all 0.3s ease-in-out;
}

/* スクロール前 */
header#header.sticky.header-transparent {
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px) !important;
    box-shadow: none !important;
}

/* スクロール後 */
header#header.sticky.header-scrolled {
    background: rgba(255, 255, 255, 1) !important;
    backdrop-filter: none !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}


/* フッターバナー用CSS - 拡大版 */
.footer-banner-image-compact {
    height: auto;
    max-width: 100%;
    width: 120px;
    min-height: 60px;
    max-height: 180px;
    display: block;
}

@media (max-width: 1023px) {
    .footer-banner-image-compact {
        width: 100px;
        min-height: 55px;
        max-height: 150px;
    }
}

@media (max-width: 767px) {
    .footer-banner-image-compact {
        width: 100px;
            min-height: 55px;
            max-height: 150px;
    }
}

/* 景品画像用 - 「写真はイメージです」表示 */
.prize-image-wrapper {
    position: relative;
}

.prize-image-label {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 0.7rem;
    padding: 2px 6px;
    border-radius: 4px;
    pointer-events: none;
    z-index: 10;
}

/* Instagramフォローボタン */
.follow-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-bottom: 6rem;
}

.i-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
}

.subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
}

/* メインInstagramボタン */
.instagram-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.instagram-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.instagram-button:active {
    transform: translateY(-1px);
}

.instagram-button i {
    font-size: 1.5rem;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .follow-card {
        padding: 30px 20px;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    .subtitle {
        font-size: 1rem;
    }
    
    .instagram-button {
        font-size: 1rem;
        padding: 14px 30px;
    }
}
