@charset "UTF-8";
/******************************************************************************
 Layout
******************************************************************************/
.inner{
    width: 100%;
    margin: 0 auto;
    background: url(../images/bg.jpg) no-repeat top center / cover;
    overflow: hidden;
}
@media screen and (max-width: 425px){
    .inner{
        background: url(../images/bg-sp.jpg) no-repeat top center / cover;
    }
}


/******************************************************************************
 component
******************************************************************************/
.c-pcNone{
    display: none;
}
.c-spNone{
    display: block;
}
@media screen and (max-width: 750px){
    .c-pcNone{
        display: block;
    }
    .c-spNone{
        display: none;
    }
}
/******************************************************************************
 animate.css追加
******************************************************************************/
@-webkit-keyframes fadeInRightS {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(5%, 0, 0);
        transform: translate3d(5%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRightS {
    -webkit-animation-name: fadeInRightS;
    animation-name: fadeInRightS;
}

@-webkit-keyframes fadeInLeftS {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeftS {
    -webkit-animation-name: fadeInLeftS;
    animation-name: fadeInLeftS;
}

@-webkit-keyframes fadeInUpS {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpS {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUpS {
    -webkit-animation-name: fadeInUpS;
    animation-name: fadeInUpS;
}


@keyframes fadeInUpSS {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUpSS {
    -webkit-animation-name: fadeInUpSS;
    animation-name: fadeInUpSS;
}


@-webkit-keyframes fadeInDownS {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDownS {
    -webkit-animation-name: fadeInDownS;
    animation-name: fadeInDownS;
}


@-webkit-keyframes fadeInTopRightS {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%, -10%, 0);
        transform: translate3d(10%, -10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopRightS {
    -webkit-animation-name: fadeInTopRightS;
    animation-name: fadeInTopRightS;
}


@-webkit-keyframes fadeInTopLeftS {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%, 10%, 0);
        transform: translate3d(-50%, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@media screen and (max-width: 750px){
    @-webkit-keyframes fadeInTopLeftS {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(5%, 3%, 0);
        transform: translate3d(-5%, 3%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
}

.animate__fadeInTopLeftS {
    animation-duration: 2.5s;
    -webkit-animation-name: fadeInTopLeftS;
    animation-name: fadeInTopLeftS;
}
/******************************************************************************
 button
******************************************************************************/
#kabetoppa-audition .l-btn-box__fixed {
    display: block;
    width: 41vw;
    height: 6.62vw;;
    margin: 0 auto;
    position: fixed;
    z-index: 200;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 80%;
    z-index: 151;
    background: url(../images/button.png) no-repeat center center/contain;
}
@media screen and (max-width: 750px){
    #kabetoppa-audition .l-btn-box__fixed {
        /* position: absolute; */
        width: 83.4vw;
        height: 16vw;
        top: 85%;
    }
}

#kabetoppa-audition .l-btn-box__fixed .button-img-shadow {
    display: block;
    filter: drop-shadow(6px 6px 5px rgba(34,24,21,0.5));
    mix-blend-mode: multiply;
    position: absolute;
}

#kabetoppa-audition .l-btn-box__fixed .button-img .hover_button-img {
    display: block;
    position: absolute;
    z-index: 151;
    left: 0;
}


#kabetoppa-audition .apply-button {
    display: block;
    width: 55.8vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16%;
    z-index: 151;
}
@media screen and (max-width: 750px){
    #kabetoppa-audition .apply-button {
        width: 83.4vw;
        bottom: 13%;
    }
}

/* #kabetoppa-audition .apply-button {
    display: block;
    background: url(../images/button.png) no-repeat center center / contain;
    width: 50vw;
    height: min(120px, 10vw);
    height: 8.5vw;
    margin: 0 auto;
}
@media screen and (max-width: 750px){
    #kabetoppa-audition .apply-button {
        width: 93vw;
        height: 16vw;
    }
} */


/******************************************************************************
 共通
******************************************************************************/
img {
    display: block;
    width: 100%;
    height: auto;
}
a {
    outline: none;
    text-decoration: none;
}

/******************************************************************************
 project
******************************************************************************/

/* メイン */
main {
    font-family: "Noto Sans JP", "Sans Serif JP", serif;
    background: #FFFFFF;
}

.button-sticky-wrap {
    height: max(100vh, 100%);
}

.hidden-wrapper {
    display: block;
    overflow: hidden;
}

/* MV */
.mv {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mv .mv-img {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.mv .mv-bg {
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
}

.mv .mv-piece1 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.mv .mv-piece2 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

/* .mv .mv-line {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
} */


.mv .mv-women {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.mv .mv-txt01 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    /* mix-blend-mode: color-burn; */
}

.mv .mv-txt02 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.mv .mv-line2 {
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 6;
}

#kabetoppa-audition .apply-button .button-img-shadow {
    display: block;
    filter: drop-shadow(6px 6px 5px rgba(34,24,21,0.5));
    mix-blend-mode: multiply;
}

#kabetoppa-audition .apply-button .button-img {
    display: block;
    position: absolute;
    z-index: 151;
}

/* .apply-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41vw;
    height: 6.62vw;
    margin: 3.3% auto 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2%;
    z-index: 151;
    background: url(../images/button.png) no-repeat center center/contain;
} */

.flow-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41vw;
    height: 6.62vw;
    margin: 3.3% auto 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 75%;
    z-index: 151;
    background: url(../images/button.png) no-repeat center center/contain;
}

.intro-button {
    display: block;
    justify-content: center;
    align-items: center;
    width: 41vw;
    height: 6.62vw;
    margin: 3.3% auto 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1%;
    z-index: 151;
    background: url(../images/button.png) no-repeat center center/contain;
}

#kabetoppa-audition .l-btn-box__fixed:hover, .flow-button:hover, .intro-button:hover{
    background: url(../images/hover_button.png) no-repeat center center/contain;
    transition: 0.5s;
}

@media screen and (max-width: 750px) {
    .intro-button {
        width: 83.4vw;
        height: 16vw;
        top: 0%;
        z-index: 151;
    }
    
    .flow-button {
        width: 83.4vw;
        height: 16vw;
        top: 86%;
        z-index: 151;
    }

}


/* intro */
.intro {
    display: block;
    background: url(../images/intro-bg.jpg) no-repeat center center / cover;
    position: relative;
}

.intro .intro1 {
    display: block;
    width: 100%
}

.intro .intro2 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.intro .intro3 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.intro .intro4 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.intro .intro5 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.intro .intro6 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.intro .intro7 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.intro .intro8 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
}

.intro .intro9 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 7;
}

.intro .intro10 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 7;
}

.intro .intro11 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 7;
    mix-blend-mode: screen;
}


/* qualification */
.qualification {
    display: block;
    background: url(../images/qualification-bg.jpg) no-repeat center center / cover;
    position: relative;
}

.qualification .qualification1 {
    display: block;
    width: 100%
}

.qualification .qualification2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.qualification .qualification3 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.qualification .qualification4 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

/* flow */

.flow {
    display: block;
    position: relative;
    background: url(../images/flow-bg.jpg) no-repeat center center / cover;
}

.flow .flow1 {
    display: block;
    width: 100%;
}

.flow .flow2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.flow .flow3 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.flow .flow4 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.flow .flow5 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}

/* goal */
.goal {
    display: block;
    position: relative;
    background: url(../images/goal-bg.jpg) no-repeat center center / cover;
    padding-bottom: 13%;
}

.goal .goal1 {
    display: block;
    width: 100%;
}

#kabetoppa-audition .goal .apply-button {
    bottom: 7%;
}

footer {
    display: block;
    background: #000000;
    color: #FFF;
    padding: 0.8%;
}

footer .footer-container {
    display: flex;
    width: 49.3%;
    margin: 0 auto;
    font-family: 'Noto Sans';
    align-items: center;
    justify-content: center;
}

footer ul {
    display: flex;
    width: fit-content;

}

footer .copyright {
    display: flex;
    font-size: 0.62vw;
    width: 26.8vw;
}

footer ul {
    display: flex;
    align-items: center;
    gap: 1.5em;
    margin-left: auto;
    margin-right: 10%;
}

footer .company {
    display: flex;
    align-items: flex-start;
}

footer .privacy {
    display: flex;
    align-items: flex-start;
}

footer ul a {
    color: #FFF;
    font-size: 0.87vw;
}

@media screen and (max-width: 750px){
/* MV */
.mv {
    display: block;
    width: 100%;
    /* overflow: hidden; */
    position: relative;
}

.mv .mv-img {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.mv .mv-bg {
    display: block;
    width: 100%;
}

.mv .mv-leaf01 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    mix-blend-mode: color-burn;
}

.mv .mv-leaf02 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    mix-blend-mode: color-burn;
}

.mv .mv-dots {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 7;
}

.mv .mv-ttl {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 8;
}

.mv .mv-obi {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.mv .mv-copy {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

#kabetoppa-audition .apply-button .button-img-shadow {
    display: block;
    filter: drop-shadow(6px 6px 5px rgba(34,24,21,0.5));
    mix-blend-mode: multiply;
    width: 83.7vw;
}

#kabetoppa-audition .apply-button .button-img {
    display: block;
    position: absolute;
    z-index: 151;
    width: 83.7vw;
}

.mv .apply-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


/* intro */
.intro {
    display: block;
    background: url(../images/intro-bg_sp.jpg) no-repeat center center / cover;
    position: relative;
    width: 100%;
}


/* qualification */
.qualification {
    background: url(../images/qualification-bg_sp.jpg) no-repeat center center / cover;
}

/* flow */

.flow {
    display: block;
    background: url(../images/flow-bg_sp.jpg) no-repeat center center / cover;
}

/* cheer */
.cheer {
    display: block;
    position: relative;
    background: url(../images/cheer-bg.jpg) no-repeat center center / cover;
    padding-bottom: 35%;
}

#kabetoppa-audition .cheer .apply-button {
    bottom: 16%;
}

footer {
    display: block;
    background: #000000;
    color: #FFF;
    padding-bottom: 25px;
}

footer .footer-container {
    display: block;
    width: 66.25%;
    margin: 0 auto;
    font-family: 'Noto Sans';
    align-items: flex-start;
    text-align: center;
}

footer ul {
    width: fit-content;
    padding-bottom: 8px;
}

footer .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 57.2vw;
    margin: auto;
}

footer ul {
    display: flex;
    align-items: center;
    gap: 1.5em;
    margin: 3% auto 0;
}

footer .company {
    display: flex;
    align-items: flex-start;
}

footer .privacy {
    display: flex;
    align-items: flex-start;
}

footer ul a {
    color: #FFF;
    font-size: 1.8vw;
}
}