@charset "shift_jis";
body{
    background: 
        url("/IMAGE/irisfes2024/autumn2024/confetti_1.png")  top left / auto repeat,
        linear-gradient(180deg, #ffffcf 0, #ffffcf 100%);
}

main#wrapper {
    margin-top: 115px !important;
}

#top-contents-circle,
#top-recommend-banner,
#top-recommend,
#top-ranking,
#top-pickup,
#top-hashtag
{
    background: #FFF;
}
header .header-main .header-search .input-box input[type=text] {
    background: #FFF !important;
}
header .header-main .header-search .input-box button {
    background: #FFF !important;
}
header{
    background: 
        url("/IMAGE/irisfes2024/autumn2024/confetti_1.png")  top left / auto repeat,
        linear-gradient(180deg, #ffffcf  0, #ffffcf  100%);
}
header .header-main .header-link-area a,
header .header-main .header-link-area a span, 
header .header-main .header-link-area a:hover span,
header .header-main .plazaicon-musimegane,
header .header-main .header-search .input-box:hover .plazaicon-musimegane {
    color: #222;
}

.irisfes2025_left{
    position: absolute;
    top: 600px;
    left: 5vw;
}
.irisfes2025_right{
    position: absolute;
    top: 600px;
    right: 5vw;
}

.irisfes2025_left img,
.irisfes2025_right img {
    width: 10vw;
}

@media (min-width: 1500px)  and (max-width: 1700px) {
    .irisfes2025_left{
        left: 0;
    }
    .irisfes2025_right{
        right: 0;
    }
    .irisfes2025_left img {
        width: 8vw;
    }
}
@media (min-width: 1100px)  and (max-width: 1500px) {
    .irisfes2025_left{
        left: 0;
        top: 600px;
    }
    .irisfes2025_right{
        right: 0;
        top: 600px;
    }
    .irisfes2025_left img {
        width: 8vw;
    }
}

@media screen and (max-width: 1100px) {
    .irisfes2025_left,
    .irisfes2025_right{
        display: none;
    }
}
