@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
******************************************************************************/
#otsumami-audition .l-btn-box__fixed {
    position: fixed;
    z-index: 200;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#otsumami-audition .apply-button {
    display: block;
    font-weight: 600;
    width: 40.6vw;
    padding: 1.5vw 0;
    border-radius: 50vw;
    border: 2px solid #000;
    background: #FFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13.5%;
    z-index: 150;
    box-shadow: 0px 10px 0px rgba(34, 24, 21, 1);
    transition: transform 0.5s ease, border 0.5s ease, background 0.5s ease, box-shadow 0.5s ease;
}
#otsumami-audition .apply-button:hover {
    border: 2px solid #ffffff;
    background: #000;
    box-shadow: 0px 7px 0px rgba(34, 24, 21, 1);
    transform: translate(-50%, 3px);
}
#otsumami-audition .apply-button p {
    display: block;
    width: fit-content;
    color: #000;
    font-size: 2.15vw;
    letter-spacing: 2.07px;
    text-shadow: 3px 3px 0px rgba(255, 218, 37, 1);
    line-height: 1;
    position: relative;
    padding-left: 9.68vw;
    padding-right: 5.87vw;
    margin-right: 8%;
    margin-left: auto;
    transition: color 0.5s ease, text-shadow 0.5s ease, font-size 0.5s ease;
}
#otsumami-audition .apply-button:hover p {
    font-size: 2.25vw;
    color: #ffda25;
    text-shadow: 3px 3px 0px rgba(119, 108, 102, 1);
}
#otsumami-audition .apply-button p:before {
    content: "";
    position: absolute;
    background: url(../images/button-parts1.png) no-repeat center center / contain;
    width: 8.75vw;
    height: 5.25vw;
    left: 0;
    bottom: -40%;
    transition: background 0.5s ease;
}
#otsumami-audition .apply-button:hover p:before {
    background: url(../images/button-parts1_hover.png) no-repeat center center / contain;
}
#otsumami-audition .apply-button p:after {
    content: "";
    position: absolute;
    background: url(../images/button-parts2.png) no-repeat center center / contain;
    width: 2vw;
    height: 2vw;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.5s ease;
}
#otsumami-audition .apply-button:hover p:after {
    background: url(../images/button-parts2_hover.png) no-repeat center center / contain;
}
@media screen and (max-width: 750px){
    #otsumami-audition .apply-button {
        display: block;
        font-weight: 600;
        width: 86.6vw;
        padding: 3.9vw 0;
        border-radius: 50vw;
        border: 2px solid #000;
        background: #FFF;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -13.5%;
        z-index: 150;
        box-shadow: 0px 10px 0px rgba(34, 24, 21, 1);
        transition: transform 0.5s ease, border 0.5s ease, background 0.5s ease, box-shadow 0.5s ease;
    }
    #otsumami-audition .apply-button:hover {
        border: 2px solid #ffffff;
        background: #000;
        box-shadow: 0px 7px 0px rgba(34, 24, 21, 1);
        transform: translate(-50%, 3px);
    }
    #otsumami-audition .apply-button p {
        display: block;
        width: fit-content;
        color: #000;
        font-size: 4.8vw;
        letter-spacing: 2.07px;
        text-shadow: 3px 3px 0px rgba(255, 218, 37, 1);
        line-height: 1;
        position: relative;
        padding-left: 20.68vw;
        padding-right: 9.87vw;
        margin-right: 8%;
        margin-left: auto;
        transition: color 0.5s ease, text-shadow 0.5s ease, font-size 0.5s ease;
    }
    #otsumami-audition .apply-button:hover p {
        font-size: 5vw;
        color: #ffda25;
        text-shadow: 3px 3px 0px rgba(119, 108, 102, 1);
    }
    #otsumami-audition .apply-button p:before {
        content: "";
        position: absolute;
        background: url(../images/button-parts1.png) no-repeat center center / contain;
        width: 19.3vw;
        height: 11.6vw;
        left: 0;
        bottom: -40%;
        transition: background 0.5s ease;
    }
    #otsumami-audition .apply-button:hover p:before {
        background: url(../images/button-parts1_hover.png) no-repeat center center / contain;
    }
    #otsumami-audition .apply-button p:after {
        content: "";
        position: absolute;
        background: url(../images/button-parts2.png) no-repeat center center / contain;
        width: 4.26vw;
        height: 4.26vw;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: background 0.5s ease;
    }
    #otsumami-audition .apply-button:hover p:after {
        background: url(../images/button-parts2_hover.png) no-repeat center center / contain;
    }
}

/* #otsumami-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){
    #otsumami-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-woman {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.mv-frame {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.mv-oden {
    width: 11.62vw;
    position: absolute;
    left: 17.31vw;
    top: 7.56vw;
    z-index: 4;
}

.mv-tomato {
    width: 10vw;
    position: absolute;
    left: 8.06vw;
    top: 16.68vw;
    z-index: 5;
}

.mv-shumai {
    width: 9.75vw;
    position: absolute;
    left: 9.81vw;
    top: 24.8vw;
    z-index: 6;
}

.mv-yakitori {
    width: 13.1vw;
    position: absolute;
    left: 14.5vw;
    top: 27.8vw;
    z-index: 7;
}

.mv-karaage {
    width: 28.5vw;
    position: absolute;
    left: 32vw;
    bottom: 4.75vw;
    z-index: 8;
}

.mv-pizza {
    width: 17.62vw;
    position: absolute;
    right: 11.43vw;
    top: 3.5vw;
    z-index: 9;
}

.mv-edamame {
    width: 10.8vw;
    position: absolute;
    right: 9.06vw;
    bottom: 11.37vw;
    z-index: 10;
}

#otsumami-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;
}

/* 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;
}

.qualification-flow .qualification7 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
}

.qualification-flow .qualification8 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 7;
}

.qualification-flow .qualification9 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 8;
}

.qualification-flow .qualification10 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.qualification-flow .qualification11 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

/* 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;
}

#otsumami-audition .qualification-flow .apply-button {
    bottom: 4%;
}

/* goal */
.goal {
    display: block;
    position: relative;
    background: url(../images/goal-bg.jpg) no-repeat center center / cover;
}

.goal .goal1 {
    display: block;
    width: 100%;
}

#otsumami-audition .goal .apply-button {
    bottom: 16%;
}

footer {
    display: block;
    background: #000;
    color: #FFF;
    padding: 1.125% 0;
}

footer .footer-container {
    display: flex;
    width: 49.1%;
    margin: 0 auto;
    font-family: 'Noto Sans';
}

footer ul {
    display: flex;
    width: fit-content;
}

footer .copyright {
    width: 26.75vw;
    display: flex;
    align-items: center;
}

footer ul {
    display: flex;
    align-items: center;
    gap: 2em;
    margin-left: 0;
    margin-right: auto;
}

footer .company {
    display: flex;
}

footer .privacy {
    display: flex;
}

footer ul a {
    color: #FFF;
    font-size: 0.93vw;
}

@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-ttl {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.mv-woman {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.mv-frame {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.mv-oden {
    width: 19.2vw;
    position: absolute;
    left: 1.2vw;
    top: 21.8vw;
    z-index: 4;
}

.mv-tomato {
    width: 16.5vw;
    position: absolute;
    left: -2.1vw;
    top: 50vw;
    z-index: 5;
}

.mv-shumai {
    width: 15.6vw;
    position: absolute;
    left: 4.9vw;
    top: 99.3vw;
    z-index: 6;
}

.mv-yakitori {
    width: 20.5vw;
    position: absolute;
    left: -3.2vw;
    top: 72.8vw;
    z-index: 7;
}

.mv-karaage {
    width: 39.3vw;
    position: absolute;
    left: 16.8vw;
    bottom: 12.26vw;
    z-index: 8;
}

.mv-pizza {
    width: 28vw;
    position: absolute;
    right: -1.6vw;
    top: 19vw;
    z-index: 9;
}

.mv-edamame {
    width: 11.3vw;
    position: absolute;
    right: 9.06vw;
    bottom: 38.6vw;
    z-index: 10;
}

#otsumami-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_sp.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;
}

/* 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: 170%;
    opacity: 0;
}

.qualification-flow .qualification2 {
    width: 170%;
    position: absolute;
    left: -35%;
    bottom: 0;
    z-index: 1;
    opacity: 0;
}

.qualification-flow .qualification3 {
    width: 170%;
    position: absolute;
    left: -35%;
    bottom: 0;
    z-index: 2;
    opacity: 0;
}

.qualification-flow .qualification4 {
    width: 170%;
    position: absolute;
    left: -35%;
    bottom: 0;
    z-index: 3;
}

.qualification-flow .qualification5 {
    width: 170%;
    position: absolute;
    left: -35%;
    bottom: 0;
    z-index: 4;
}

.qualification-flow .qualification6 {
    width: 170%;
    position: absolute;
    left: -35%;
    bottom: 0;
    z-index: 5;
}

.qualification-flow .qualification7 {
    width: 170%;
    position: absolute;
    left: -35%;
    bottom: 0;
    z-index: 6;
}

.qualification-flow .qualification8 {
    width: 170%;
    position: absolute;
    left: -35%;
    bottom: 0;
    z-index: 7;
}

.qualification-flow .qualification9 {
    width: 170%;
    position: absolute;
    left: -35%;
    bottom: 0;
    z-index: 8;
}

.qualification-flow .qualification10 {
    width: 170%;
    position: absolute;
    left: -35%;
    bottom: 0;
    z-index: 9;
}

.qualification-flow .qualification11 {
    width: 170%;
    position: absolute;
    left: -35%;
    bottom: 0;
    z-index: 10;
}

/* flow */
.qualification-flow .flow1 {
    width: 170%;
    position: absolute;
    left: -35%;
    bottom: 0;
    z-index: 6;
}

.qualification-flow .flow2 {
    width: 170%;
    position: absolute;
    left: -35%;
    bottom: 0;
    z-index: 7;
}

.qualification-flow .flow3 {
    width: 170%;
    position: absolute;
    left: -35%;
    bottom: 0;
    z-index: 8;
}

.qualification-flow .flow4 {
    width: 170%;
    position: absolute;
    left: -35%;
    bottom: 0;
    z-index: 9;
}

#otsumami-audition .qualification-flow .apply-button {
    bottom: 4%;
}

#otsumami-audition .goal .apply-button {
    bottom: 16%;
}

footer {
    display: block;
    background: #000;
    color: #FFF;
    padding: 5% 0;
}

footer .footer-container {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans';
}

footer .copyright {
    width: 60vw;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

footer ul {
    display: flex;
    align-items: center;
    gap: 2em;
    margin: 0 auto 3%;
}

footer .company {
    display: flex;
}

footer .privacy {
    display: flex;
}

footer ul a {
    color: #FFF;
    font-size: 2vw;
}
}