/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 12 2026 | 00:33:41 */
/* ミニゲーム CSS */
/* === ゲーム本体 */
#game-canvas {
    /*position: fixed !important;*/
}

.game-section {
    position: relative;
    width: 100%;
    min-height: 30vh;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
}

.game-section h1 {
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 0.5rem;
}

.game-section p {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.game-section-btn {
    display: inline-block;
    padding: 12px 36px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.game-section-btn:hover {
    background: #fff;
    color: #764ba2;
}

.theme-blue .shapedividers_com-5910::before,
.theme-dark .shapedividers_com-5910::before {
    background: unset !important;
}

/* ミニゲームCSS終わり */
