@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
******************************************************************************/
#waraji-audition .l-btn-box__fixed {
    display: block;
    /* background: url(../images/button.png) no-repeat center center / contain ; */
    width: 44.3vw;
    /* height: 20%; */
    margin: 0 auto;
    position: fixed;
    z-index: 200;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media screen and (max-width: 750px){
    #waraji-audition .l-btn-box__fixed {
        width: 90.4vw;
        /* height: 16vw; */
    }
}

#waraji-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;
}

#waraji-audition .l-btn-box__fixed .button-img {
    display: block;
    position: absolute;
    z-index: 201;
    top: 0;
    left: 0;
}

#waraji-audition .apply-button {
    display: block;
    width: 44.3vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 17%;
    z-index: 150;
}
@media screen and (max-width: 750px){
    #waraji-audition .apply-button {
        width: 90.4vw;
        bottom: 11%;
    }
}

/* #waraji-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){
    #waraji-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%;
}

.mv .mv-ttl {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.mv-point1 {
    width: 14.4%;
    position: absolute;
    right: 12.5vw;
    top: 6.37vw;
    z-index: 2;
}

.mv-point2 {
    width: 14.4%;
    position: absolute;
    left: 12.3vw;
    bottom: 9.62vw;
    z-index: 3;
}

#waraji-audition .apply-button .button-img {
    display: block;
    position: absolute;
    top: 0;
    z-index: 151;
}

/* .mv .apply-button {
    position: absolute;
    top: 53vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
} */


/* 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-flow */

.qualification-flow {
    display: block;
    background: url(../images/qualification-flow-bg.jpg) no-repeat center center / cover;
    position: relative;
}

/* qualification */
.qualification-flow .qualification1 {
    display: block;
    width: 100%;
}

.qualification-flow .qualification2 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.qualification-flow .qualification3 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.qualification-flow .qualification4 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.qualification-flow .qualification5 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.qualification-flow .qualification6 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

/* flow */
.qualification-flow .flow1 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
}

.qualification-flow .flow2 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 7;
}

.qualification-flow .flow3 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 8;
}

.qualification-flow .flow4 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

/* goal */
.goal {
    display: block;
    position: relative;
    background: url(../images/goal-bg.jpg) no-repeat center center / cover;
}

.goal .goal1 {
    display: block;
    width: 100%;
}

#waraji-audition .goal .apply-button {
    bottom: 16%;
}

footer {
    display: block;
    background: #FFF;
    color: #636363;
    padding: 3.43% 0;
}

footer .footer-container {
    display: flex;
    width: 85.62%;
    margin: 0 auto;
    font-family: 'Noto Sans';
}

footer ul {
    display: flex;
    width: fit-content;
}

footer .copyright {
    font-size: 1.19vw;
}

footer ul {
    display: flex;
    align-items: center;
    gap: 2em;
    margin-left: auto;
    margin-right: 0;
}

footer .company {
    display: flex;
}

footer .privacy {
    display: flex;
}

footer ul a {
    color: #432a1d;
    font-size: 1.05vw;
}

@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-shadow {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    mix-blend-mode: multiply;
}

.mv .mv-ttl {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.mv-point1 {
    width: 30.8%;
    position: absolute;
    right: 3.6vw;
    top: 6.26vw;
    z-index: 3;
}

.mv-point2 {
    width: 30.8%;
    position: absolute;
    left: 1.46vw;
    bottom: 22.5vw;
    z-index: 4;
}

#waraji-audition .apply-button .button-img-shadow {
    display: block;
    filter: drop-shadow(6px 6px 5px rgba(34,24,21,0.5));
    mix-blend-mode: multiply;
}

#waraji-audition .apply-button .button-img {
    display: block;
    position: absolute;
    top: 0;
    z-index: 151;
}

/* .mv .apply-button {
    position: absolute;
    top: 53vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
} */



/* intro */
.intro {
    display: block;
    background: url(../images/intro-bg.jpg) no-repeat center center / cover;
    position: relative;
}

.intro .intro1 {
    width: 180%;
    transform: translateX(-22%);
}

.intro .intro2 {
    width: 180%;
    left: -40%;
}

.intro .intro3 {
    width: 180%;
    left: -40%;
}

.intro .intro4 {
    width: 180%;
    left: -40%;
}

/* qualification-flow */

.qualification-flow {
    display: block;
    background: url(../images/qualification-flow-bg.jpg) no-repeat 55% center / cover;
    background-size: 270%;
    position: relative;
}

/* qualification */
.qualification-flow .qualification1 {
    width: 160%;
    transform: translateX(-19%);
}

.qualification-flow .qualification2 {
    width: 160%;
    left: -30%;
}

.qualification-flow .qualification3 {
    width: 160%;
    left: -30%;
}

.qualification-flow .qualification4 {
    width: 160%;
    left: -30%;
}

.qualification-flow .qualification5 {
    width: 160%;
    left: -30%;
}

.qualification-flow .qualification6 {
    width: 160%;
    left: -30%;
}

/* flow */
.qualification-flow .flow1 {
    width: 160%;
    left: -30%;
}

.qualification-flow .flow2 {
    width: 160%;
    left: -30%;
}

.qualification-flow .flow3 {
    width: 160%;
    left: -30%;
}

.qualification-flow .flow4 {
    width: 160%;
    left: -30%;
}

/* goal */
.goal {
    display: block;
    position: relative;
    background: url(../images/goal-bg.jpg) no-repeat center center / cover;
}

.goal .goal1 {
    width: 170%;
    transform: translateX(-20%);
}

#waraji-audition .goal .apply-button {
    bottom: 10%;
}

footer {
    display: block;
    background: #FFF;
    color: #636363;
    padding: 5% 0;
}

footer .footer-container {
    display: block;
    width: 85.62%;
    margin: 0 auto;
    font-family: 'Noto Sans';
}

footer ul {
    display: flex;
    width: fit-content;
}

footer .copyright {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3%;
}

footer ul {
    margin-right: auto;
}

footer .company {
    display: flex;
}

footer .privacy {
    display: flex;
}

footer ul a {
    color: #432a1d;
    font-size: 16px;
}
}