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

.top-map-container{
    margin-top:80px;
}
.top-menu-wrapper{
    margin-bottom:80px;
}
.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;
}

@media only screen and (max-width: 500px) {
    .top-map-container{
    margin-top:60px;
}
    .top-about-message {
    margin: 40px auto 0;
}
    .top-menu-wrapper{
    margin-bottom:20px;
}
}

.top-pass-section{
    margin-bottom:120px;
}
.top-pass-info-container{
    background-color:#fff;
    padding: 30px 40px;
    border-radius: 40px;
    margin-bottom: 40px;
}
.top-pass-info-heading{
    background-color: #ff3185;
    color: #fff;
    line-height: 1.4;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    letter-spacing: 10px;
    font-family: "じゅん 501";
}
.top-pass-info-text{
    color:#000;
    font-size:15px;
    line-height: 1.4;
    margin-bottom: 1em;
    text-align: left;
}
.top-pass-info-text.center{
    text-align: center;
}
.top-pass-info-text.right{
    text-align: right;
    margin-bottom: 0;
}
.top-pass-info-btn-lists{
    display:flex;
    justify-content: center;
    column-gap: 40px;
    margin-bottom: 20px;
}
.top-pass-info-btn-list{
    background-color: #49178e;
    border-radius: 20px;
    width: 160px;
    text-align: center;
    transition: .5s;
}
.top-pass-info-btn-list:hover{
    background-color: #8A45E8;
}
.top-pass-info-btn-list a{
    color:#fff;
    font-weight: 800;
    text-decoration: none;
    font-size: 16px;
    line-height: 2;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 500px) {
.top-pass-section{
    margin-bottom:50px;
}
    .top-pass-info-container{
    padding: 30px 20px;
    border-radius: 30px;
}
    .top-pass-info-btn-lists{
    column-gap: 20px;
}
}
.top-sign-section{
    margin-bottom:80px;
}

.top-sign-image-container{
    margin-top:40px;
}

@media only screen and (max-width: 500px) {
.top-sign-section{
    margin-bottom:40px;
}
}


.top-stage-section{
    margin-bottom:80px;
}
.contents-frame-default.stage-apply {
    margin-top: 40px;
    margin-bottom:60px;

}
.stage-apply-step-lists{
    counter-reset: my-counter;
  list-style: none;
  padding: 0;
      margin-bottom:30px;
}
.stage-apply-step-list{
    color: #d871f1;
    background-color: transparent;
    font-family: "じゅん 501";
    font-size: 20px;
    margin: 0 auto 10px;
    line-height: 1.4;
    text-align: left;
  padding-left: 2em;
  position: relative;
}
.stage-apply-step-list:last-child{
    margin:0 auto;
}
.stage-apply-step-list:before{
       content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #42dde1;
    color: #fff;
    display: block;
    float: left;
    line-height: 22px;
    margin-left: -2em;
    text-align: center;
    height: 1.5em;
    width: 1.5em;
    padding-top: 0.2em;
    border-radius: 50%;
}
.stage-apply-notice{
    margin:10px 0 0 -10px;
}

@media only screen and (max-width: 500px) {
    .top-stage-section {
    margin-bottom: 40px;
}
    .contents-frame-default.stage-apply {
    margin-top: 0;
    margin-bottom: 40px;
}
    .stage-apply-step-list {
    font-size: 16px;
    }
    .stage-apply-step-list:before {
    padding-top: 0.1em;
}
}
.top-audition-section{
    margin-bottom:80px;
}
.top-audition-image-container{
    margin-top:40px;
}


@media only screen and (max-width: 500px) {
.top-audition-section{
    margin-bottom:40px;
}
}
.top-boy-section{
    margin-bottom:80px;
}
.top-boy-btn-copy{
    margin-top:30px;
}
@media only screen and (max-width: 500px) {
.top-boy-section{
    margin-bottom: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 .pink{
    color:#fe70aa;
}
.top-contact-text-strong .small{
    font-size:0.8em;
    display:inline-block;
}
.top-contact-notice-lists{
    margin-top:30px;
    margin-bottom: 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;
}
}