@charset "UTF-8";

/* CSS Document */

section {
    margin-bottom: 40px;
    overflow: hidden;
}

.main-content {
    background-color: #fff;
    line-height: 1.7rem;
    font-size: 14px;
    font-feature-settings: "palt";
    letter-spacing: 0.08rem;
}

.main-content h1 {
    position: relative;
    overflow: hidden;
}

.main-content h1 img {
    display: block;
    width: 100%;
    height: auto;
}

.index-fwul {
    font-weight: bold;
    background: linear-gradient(transparent 85%, #FFDF40 0%);
}


.nav-bar {
    width: 100%;
    background-color: #191919
}

.nav-bar h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 16px auto;
    padding: 4.5px 0;
}

.campaign-info p {
    font-size: 16px;
}

.campaign-info img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
}


.campaign-info-check {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}

.brown-circle {
    display: inline-block;
    background-color: #191919;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 80px;
    flex-shrink: 0;
    padding: 5px;
}

.campaign-info-check h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.campaign-text-main {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}

.campaign-text-note {
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.campaign-term h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

.campaign-term ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 32px auto;
}

.campaign-term ul li {
    width: 95%;
}

.main-content h1 img.animation-kirakira-1 {
    position: absolute;
    display: block;
    width: 50px;
    height: auto;
    top: 0;
}

.main-content h1 img.animation-kirakira-2 {
    position: absolute;
    display: block;
    width: 50px;
    height: auto;
    bottom: 30px;
    right: 0;
}

.main-content h1 img.animation-kirakira-mini {
    position: absolute;
    display: block;
    width: 80px;
    height: auto;
    bottom: 67px;
    right: 0;
}

.main-content h1 img.animation-kirakira-mini-2 {
    position: absolute;
    display: block;
    width: 80px;
    height: auto;
    bottom: 30px;
    left: 0;
}

.animation-coin {
    position: absolute;
    display: block;
    top: 0;
}



@media screen and (min-width: 640px) {
    .main-content {
        width: 1000px;
        margin: 0 auto;
    }

    .main-content h1 img {
        width: 1000px;
        margin: 0 auto;
    }

    .main-content p {
        width: 520px;
    }

    .nav-bar h2 {
        margin: 24px auto;
    }

    .campaign-info-check {
        flex-direction: row;
        margin-bottom: 24px;
    }

    .campaign-info-check h3 {
        font-size: 27px;
        text-align: left;
    }

    .campaign-info img {
        width: 600px;
    }

    .campaign-term ul {
        flex-direction: row;
        flex-wrap: wrap;
        width: 660px;
        margin: 24px auto 32px;
    }

    .campaign-term ul li {
        width: 320px;
    }


    .main-content h1 img.animation-kirakira-1 {
        position: absolute;
        display: block;
        width: 100px;
        height: auto;
        top: 0;
    }

    .main-content h1 img.animation-kirakira-2 {
        position: absolute;
        display: block;
        width: 100px;
        height: auto;
        bottom: 30px;
        right: 0;
    }

    .main-content h1 img.animation-kirakira-mini {
        position: absolute;
        display: block;
        width: 80px;
        height: auto;
        bottom: 50%;
        right: 13%;
    }

    .main-content h1 img.animation-kirakira-mini-2 {
        position: absolute;
        display: block;
        width: 80px;
        height: auto;
        bottom: 30px;
        left: 0;
    }

    .animation-coin {
        position: absolute;
        display: block;
        top: 0;
    }

    .main-content h1 img.animation-coin-1 {
        position: absolute;
        display: block;
        width: 100px;
        height: auto;
        bottom: 0;
        right: 100px;
    }

    .main-content h1 img.animation-coin-2 {
        position: absolute;
        display: block;
        width: 100px;
        height: auto;
        bottom: 0;
        left: 100px;
    }

}