@charset "UTF-8";
*{
    font-family: "Noto Sans JP", sans-serif;
}
html{
    font-size: 10px;
    /*font-size: calc((10 / 375) * 100vw);*/
    font-weight: 500;
    color: #000;
    font-feature-settings: 'palt';
}
body{
    
}
.main{
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}
.inner{
    width: calc(100% - 5rem);
    max-width: 60rem;
    margin: 0 auto;
}
.u-mobile{
    display: block;
}
.u-desktop{
    display: none;
}
@media screen and (max-width: 374px) {
    .inner{
        width: calc(100% - 2rem);
    }
}
@media screen and (min-width: 880px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
    .u-mobile{
        display: none;
    }
    .u-desktop{
        display: block;
    }  
    .inner{
        max-width: 88rem;
    } 
}
@media screen and (min-width: 1280px) {
    .inner{
        max-width: 118rem;
    }
}



.header{
    height: 3.5rem;
}
.header__inner{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header__logo{
    width: 10.9rem;
}
@media screen and (min-width: 880px) {
    .header{
        height: 7rem;
    }
    .header__logo{
        width: 21.8rem;
    }
}

.footer{
    height: 10rem;
}
.footer__inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}
.footer__desc{
    font-size: 1.4rem;
    font-weight: 700;
}
.footer__btn{
    width: 27.7rem;
    height: 3.8rem;
    background-color: #00a83b;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0.2rem 0.2rem 0 0 #231815;
}
.footer__btn img{
    width: 1.7rem;
}
.footer__btn span{
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
@media screen and (min-width: 880px) {
    .footer{
        height: 20rem;
    }
    .footer__inner{
        gap: 1.6rem;
    }
    .footer__desc{
        font-size: 2.8rem;
    }
    .footer__btn{
        width: 55.4rem;
        height: 7.6rem;
        border-radius: 2rem;
        gap: 1rem;
        box-shadow: 0.4rem 0.4rem 0 0 #231815;
    }
    .footer__btn img{
        width: 3.4rem;
    }
    .footer__btn span{
        font-size: 2.8rem;
    }
}

.kv{
    min-height: calc(100vh - 3.5rem - 10rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 0 4rem;
    background: #F2DA87;
    background: linear-gradient(40deg, rgba(242, 218, 135, 1) 0%, rgba(241, 180, 71, 1) 21%, rgba(230, 80, 111, 1) 38%, rgba(196, 53, 134, 1) 52%, rgba(112, 68, 151, 1) 74%, rgba(76, 82, 161, 1) 100%);
    position: relative;
}
.kv::before,
.kv::after{
    content: "";
    width: 27rem;
    height: 18.2rem;
    background-image: url(../img/kv__bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: overlay;
    position: absolute;
}
.kv::before{
    top: 0;
    right: 0;
}
.kv::after{
    bottom: 0;
    left: 0;
    rotate: 180deg;
}
.kv__inner{
    position: relative;
}
.kv__head{
    position: relative;
}
.kv__ttl{
    width: 32.7rem;
    max-width: 100%;
    margin: 0 auto;
}
.kv__flex{
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}
.kv__desc{
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    line-height: 1.54;
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: 0.4rem #000;
    text-stroke: 0.4rem #000;
    paint-order: stroke;
    width: 19rem;
}
.kv__chara{
    width: 12rem;
}
.kv__body{
    position: relative;
    z-index: 2;
}
.kv__detail{
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin: 0 auto 1.8rem;
}
.kv__detail > div{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.kv__detail dt{
    font-size: 1rem;
    font-weight: 700;
    width: 5.6rem;
    height: 1.8rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0.2rem 0.2rem 0 0 rgba(0, 0, 0, 1);
    flex-shrink: 0;
}
.kv__detail > .period dd{
    max-width: 24.5rem;
}
.kv__detail > .prize dd{
    max-width: 23.9rem;
}
.kv__unpublished{
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
    border: 0.3rem solid #430097;
    position: relative;
    padding: 3rem 1rem;
    max-width: 40rem;
    margin: 0 auto;
}
.kv__unpublished p{
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    color: #430097;
}
.kv__links{
    position: relative;
    max-width: 40rem;
    margin: 0 auto;
    padding-bottom: 2.6rem;
}
.kv__links::before{
    content: "";
    width: 100%;
    height: calc(100% - 1.3rem);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
    border: 0.3rem solid #430097;
    position: absolute;
    top: 1.3rem;
    left: 0;
    z-index: -1;
    box-sizing: border-box;
}
.kv__links > p{
    font-size: 1.6rem;
    font-weight: 700;
    color: #430097;
    width: 27.3rem;
    height: 3.2rem;
    background-color: #fff;
    border-radius: 0.5rem;
    border: 0.3rem solid #430097;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}
.kv__recruit{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
.kv__recruit > li{
    width: 25.7rem;
}
.kv__recruit > li a{
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    border-radius: 0.8rem;
    border: 0.1rem solid #fff;
    box-shadow: 0.2rem 0.2rem 0.4rem 0.1rem rgba(0, 0, 0, 0.4);
}
.kv__recruit li:nth-of-type(1) a{
    height: 8.5rem;
    background: #00B700;
    background: linear-gradient(180deg, rgba(0, 183, 0, 1) 0%, rgba(255, 255, 0, 1) 52%, rgba(255, 141, 0, 1) 100%);
}
.kv__recruit li:nth-of-type(2) a{
    height: 3.6rem;
    background-color: #6c8dff;
}

@media screen and (min-width: 880px) {
    .kv{
        min-height: calc(100vh - 7rem - 20rem);
        padding: 3rem 0 5rem;
    }
    .kv::before,
    .kv::after{
        width: 70.2rem;
        height: 47.3rem;
    }
    .kv__head{
        margin-bottom: 1rem;
    }
    .kv__ttl{
        width: 84rem;
        margin-bottom: 1rem;
    }
    .kv__desc{
        font-size: 2.5rem;
        line-height: 1.54;
        font-weight: 700;
        color: #fff;
        -webkit-text-stroke: 0.8rem #000;
        text-stroke: 0.8rem #000;
        paint-order: stroke;
        width: 50rem;
    }
    .kv__chara{
        width: 24rem;
    }
    .kv__detail{
        gap: 3rem;
        margin: 0 auto 3rem;
    }
    .kv__detail > div{
        gap: 2rem;
    }
    .kv__detail dt{
        font-size: 2rem;
        width: 10.1rem;
        height: 3.3rem;
        box-shadow: 0.2rem 0.2rem 0 0 rgba(0, 0, 0, 1);
        margin-top: 1.5rem;
    }
    .kv__detail > .period dd{
        max-width: 44.3rem;
    }
    .kv__detail > .prize dd{
        max-width: 43.4rem;
    }
    .kv__unpublished{
        border-radius: 2rem;
        border: 0.6rem solid #430097;
        padding: 3rem 2rem;
        max-width: 100%;
        margin: 0;
    }
    .kv__unpublished p{
        font-size: 4.6rem;
        word-break: auto-phrase;
    }
    .kv__links{
        max-width: 100%;
        margin: 0;
        padding-bottom: 4em;
    }
    .kv__links::before{
        content: "";
        width: calc(100% + 8rem);
        height: calc(100% - 3.2rem);
        border-radius: 2rem;
        border: 0.6rem solid #430097;
        top: 3.2rem;
        left: -4rem;
        z-index: -1;
    }
    .kv__links > p{
        font-size: 3.2rem;
        width: 100%;
        height: 6.4rem;
        border-radius: 2rem;
        border: 0.6rem solid #430097;
        margin: 0 auto 3rem;
    }
    .kv__recruit{
        gap: 3rem;
    }
    .kv__recruit > li{
        width: 100%;
    }
    .kv__recruit > li a{
        font-size: 3.3rem;
        flex-direction: row;
        gap: 7rem;
        border-radius: 1.6rem;
        border: 0.1rem solid #fff;
        box-shadow: 0.2rem 0.2rem 0.4rem 0.1rem rgba(0, 0, 0, 0.4);
    }
    .kv__recruit li:nth-of-type(1) a{
        height: 6.2rem;
        background: linear-gradient(135deg, rgba(0, 183, 0, 1) 0%, rgba(0, 183, 0, 1) 20%, rgba(255, 255, 0, 1) 52%, rgba(255, 141, 0, 1) 80%, rgba(255, 141, 0, 1) 100%);
    }
    .kv__recruit li:nth-of-type(2) a{
        height: 6.2rem;
        background-color: #6c8dff;
    }

}

@media screen and (min-width: 1280px) {
    .kv::before{
        display: none;
    }
    .kv__ttl{
        margin-left: 0;
    }
    .kv__flex{
        width: unset;
        margin: 0;
    }
    .kv__desc{
        width: 80rem;
    }
    .kv__chara{
        width: 36rem;
        position: absolute;
        top: -2rem;
        right: 0;
    }
    .kv__detail{
        width: 100%;
        flex-direction: row;
    }
    .kv__recruit{
        flex-direction: row;
    }
    .kv__recruit li:nth-of-type(1){
        width: 70rem;
    }
    .kv__recruit li:nth-of-type(2){
        width: 45rem;
    }
    .kv__unpublished{
        max-width: unset;
        width: calc(100% + 8rem);
        margin-left: -4rem;
    }
}
