@charset "utf-8";

/*

************************************************************************

 TOPページ

************************************************************************

*/





/*募集中イベント*/
#top-event {

}

#top-event-list {

}
#top-event-list .row {
    margin-top: 0;
    margin-bottom: 0;
}
#top-event-list .label {
    align-self: center;
}
#top-event-list .label img {
    max-width: 110%;
}

#top-event-list a {
    display: block;
    background-color: #fff;
    height: 100%;
}
#top-event-list .block.block-event-list {
    background-color: #fff;
    padding: 5px;
    text-align: center;
}
#top-event-list .block.block-event-list .thumb {
    margin-bottom: 0.5em;
}
#top-event-list .block.block-event-list .name {
    font-size: 1.2em;
    padding-bottom: 0.5em;
}


@media screen and (max-width:640px) {
}



@media screen and (max-width:640px) {





}




/* NEWS */
#top-news {

}

#top-news .section-title {
    margin-bottom: 0.5em;
}

.block-news-list {
    font-size: 1.2em;
}

.block-news-list .thumb {
    margin-bottom: 0.5em;
}

@media screen and (max-width:640px) {
}

/*該当年イベント*/
.bg-hibiscus .pict {
    position: relative;
    width: 100%;
    height: 100%;
}
.bg-hibiscus .pict img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#top-event .block-event {
    padding: 2em;
    background-color: #fff;
    border: 6px solid var(--color-brown);
}
#top-event .block-event .text {
    padding: 3em 0em;
    font-size: 1.2em;
}
#top-event .block-event .text .title {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
@media screen and (max-width:640px) {
    #top-event .block-event {
        padding: 2em 0;
    }
    #top-event .block-event .text {
        padding: 1em;
    }
    .bg-hibiscus {
        padding: 4em 0;
    }
    .bg-hibiscus .pict {
        padding: 2em;
    }
    .bg-hibiscus .pict img {
        position: relative;
    }
}


/* STAGE & SHOP */
#top-stage-shop {
}
.block-stage-shop .grid .col-06 {
    flex: 0 0 50%;
    margin: 0;
}

.block-stage-shop.block-stage .grid {
    margin-bottom: 5em;
}

.block-stage-shop.block-shop .grid {
    flex-direction: row-reverse;
}

.block-stage-shop.block-stage .contents {
    background-color: #f93559;
}
.block-stage-shop.block-shop .contents {
    background-color: #00becf;
}


.block-stage-shop .section-title {
    color:#fff;
    margin-bottom: 0.4em;
}
.block-stage-shop .section-title .icon {
    margin-bottom: 0.5em;
}
@media screen and (max-width:640px) {
    #top-stage-shop button a {
        padding: 0.5em 1em;
    }
    #top-stage-shop .button-text {
        font-size: 0.8em;
    }
    #top-stage-shop .icon {
        width: 15vw;
    }
    .block-stage-shop .section-title {
        padding-top: 0em;
        font-size: 1.8em;
    }
     .block-stage-shop .grid {
        margin: 0;
     }
}

/* AWAJISHIMA & HAWAII */
#top-hawaii {
    background-color: #fff000;
}
section#top-hawaii::before {
    margin: 0;
}

.logo-hawaii {
    margin-bottom: 2em;
}
#top-hawaii .title {
    font-size: 2.8em;
    font-weight: bold;
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
}
#top-hawaii .copy {
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}
#top-hawaii .description {
    line-height: 2.2;
    font-feature-settings: "palt";
    margin-bottom: 3em;
}
@media screen and (max-width:640px) {
    #top-hawaii .title {
        font-size: 1.8em;
    }
    #top-hawaii .copy {
        font-size: 1.2em;
    }
    #top-hawaii .description {
        padding: 1em;
        margin-bottom: 0em;
    }
}



/* Foloow us SNS */
#top-sns {
    background-image: url(../../img/sns/bg-sns.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#top-sns .followus {
    max-width: 330px;
    margin: 0 auto;
    text-align: center;
}
#top-sns .list {
    list-style: none;
    padding: 10em 0;
    justify-content: space-around;
}
#top-sns .list li {
    text-align: center;
    margin: 0;

    flex-basis: 33.3333%;
}
#top-sns .list li img {
    width: 106px;
}
@media screen and (max-width:640px) {
    #top-sns {
        background-size: contain;
    }
    #top-sns .row {
        margin: 0;
    }
    #top-sns .list {
        padding: 1em 1em;
    }
    #top-sns .list li {
        flex-basis: 20%;
    }
    #top-sns .followus {
        width: 50vw;
    }
}
