@charset "UTF-8";
/* CSS Document */

.top-menu-lists{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-menu-list{
    width:24%;
    margin-bottom: 20px;
    position: relative;
    transform:rotate(0);
}
.top-menu-list.wip{
    pointer-events: none;
}
.top-menu-list.wip:after{
     content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background:url(../img/common/menu/icon-comingsoon.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    left: 0;
    top: 10px;
}
.top-menu-list:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    display:block;
    z-index: -1;
}
.top-menu-list:hover .top-menu-list:before{
    opacity: 0.7;
    transform:rotate(0deg);
  animation: kaiten 3s linear infinite alternate;
}
.top-menu-list:hover:before{
    transform:rotate(0deg);
  animation: kaiten 10s linear infinite alternate;
    }
@keyframes kaiten {
  0% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(360deg);
  }
}
.top-menu-list:nth-child(3n){
    margin-right: 0;
}
.top-menu-list.sign:before{
    background:url(../img/common/menu/menu1-bg.svg);
background-size:contain;
}

.top-menu-list.pass:before{
    background:url(../img/common/menu/menu2-bg.svg);
background-size:contain;
}
.top-menu-list.stage:before{
    background:url(../img/common/menu/menu3-bg.svg);
background-size:contain;
}
.top-menu-list.editor:before{
    background:url(../img/common/menu/menu4-bg.svg);
background-size:contain;
}
.top-menu-list.sponsor:before{
    background:url(../img/common/menu/menu5-bg.svg);
background-size:contain;
}
.top-menu-list.manufacturer:before{
    background:url(../img/common/menu/menu6-bg.svg);
background-size:contain;
}
.top-menu-list.comics:before{
    background:url(../img/common/menu/menu9-bg.svg);
background-size:contain;
}
.top-menu-list.goods:before{
    background:url(../img/common/menu/menu8-bg.svg);
background-size:contain;
}
.top-menu-list.hoshi:before{
    background:url(../img/common/menu/menu7-bg.svg);
background-size:contain;
}
.top-menu-list.food:before{
    background:url(../img/common/menu/menu10-bg.svg);
background-size:contain;
}
.top-menu-list.audition:before{
    background:url(../img/common/menu/menu11-bg.svg);
background-size:contain;
}
.top-menu-list.boy:before{
    background:url(../img/common/menu/menu12-bg.svg);
background-size:contain;
}

.top-topics-wrapper{
    margin-bottom:80px;
}
.top-sign-image-container{
    margin-top:40px;
}
.top-audition-image-container{
    margin-top:40px;
}
.top-contact-section{
    margin:0 auto 100px;
}
.top-contact-text-strong{
           color: #d871f1;
        background-color: transparent;
        font-family: "じゅん 501";
        font-size: 20px;
    text-align: center;
        margin: 0 auto 10px;
        line-height: 1.4;
}
.top-contact-text-strong .small{
    font-size:0.8em;
    display:inline-block;
}
.top-contact-notice-lists{
    margin-top:30px;
}
.top-notice-section{
    margin:0 auto 100px;
}

@media only screen and (max-width: 500px) {
    .top-topics-wrapper {
    margin-bottom: 40px;
}
    .top-contact-section {
    margin: 0 auto 60px;
}
    .top-contact-text-strong{
        font-size: 16px;
    }
    .top-contact-notice-lists {
    margin-top: 20px;
}
}