@charset "UTF-8";
*{
    font-family: "Noto Sans JP", sans-serif;
}
html{
    font-size: 10px;
    /*font-size: calc((10 / 375) * 100vw);*/
    font-weight: 500;
    color: #231815;
    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;
    } 
}

.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{
    padding: 4rem 0 7.5rem;
    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: 25.1rem;
    height: 16.9rem;
    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{
    max-width: 60rem;
    padding-bottom: 1rem;
    position: relative;
    margin: 0 auto 1.5rem;
}
.kv__head::before{
    content: "";
    width: 100%;
    height: calc(100% - 0.6rem);
    background-color: #fff;
    position: absolute;
    top: 0.6rem;
    left: 0;
}
.kv__ttl{
    width: 32.7rem;
    max-width: 100%;
    margin: 0 auto 0.8rem;
}
.kv__recruit{
    display: flex;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
}
.kv__recruit > li{
    width: calc((100% - 0.8rem));
    height: 2.2rem;
}
.kv__recruit > li a{
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    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{
    background-color: #00b700;
}
.kv__recruit > li:nth-of-type(2) a{
    background-color: #ff8d00;
}
.kv__desc{
    font-size: 1rem;
    line-height: 1.33;
    font-weight: 600;
}
.kv__body{
    position: relative;
}
.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__box{
    width: 26.8rem;
    margin: 0 auto 0.8rem;
}
.kv__arrow{
    width: 9.4rem;
    height: 1.8rem;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
    margin: 0 auto;
}
@media screen and (min-width: 880px) {
    .kv{
        padding: 8rem 0 15rem;
    }
    .kv::before,
    .kv::after{
        content: "";
        width: 50.2rem;
        height: 33.8rem;
    }
    .kv__head{
        max-width: 98rem;
        padding-bottom: 2rem;
        margin-bottom: 3rem;
    }
    .kv__head::before{
        height: calc(100% - 1.2rem);
        top: 1.2rem;
    }
    .kv__ttl{
        width: 65.4rem;
        margin: 0 auto 1.6rem;
    }
    .kv__recruit{
        gap: 1.6rem;
        margin-bottom: 1.6rem;
    }
    .kv__recruit > li{
        width: calc((100% - 1.6rem));
        height: 4.4rem;
    }
    .kv__recruit > li a{
        font-size: 2.8rem;
        border-radius: 1.6rem;
        border: 0.2rem solid #fff;
        box-shadow: 0.2rem 0.2rem 0.4rem 0.1rem rgba(0, 0, 0, 0.4);
    }
    .kv__desc{
        font-size: 2rem;
    }
    .kv__detail{
        gap: 1.6rem;
        margin: 0 auto 3.6rem;
    }
    .kv__detail > div{
        gap: 2rem;
    }
    .kv__detail dt{
        font-size: 2rem;
        width: 11.2rem;
        height: 3.6rem;
        box-shadow: 0.2rem 0.2rem 0 0 rgba(0, 0, 0, 1);
    }
    .kv__detail > .period dd{
        max-width: 59rem;
    }
    .kv__detail > .prize dd{
        max-width: 47.8rem;
    }
    .kv__box{
        width: 53.6rem;
        margin: 0 auto 1.6rem;
    }
    .kv__arrow{
        width: 18.8rem;
        height: 3.6rem;
    }
}

.campaign{
    margin-top: -5rem;
    position: relative;
    z-index: 2;
    margin-bottom: 3.5rem;
}
.campaign__list{
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
}
.campaign__list > li{
    color: #fff;
    border: 0.1rem solid #fff;
    border-radius: 1rem;
    position: relative;
    box-shadow: 0.4rem 0.4rem 0.8rem 0.2rem rgba(0, 0, 0, 0.4);
}
.campaign__list > li::before{
    content: "";
    width: calc(100% + 0.6rem);
    height: calc(100% + 0.6rem);
    background: #F2DA87;
    background: linear-gradient(90deg, 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%);
    border-radius: 1.2rem;
    position: absolute;
    top: -0.3rem;
    left: -0.3rem;
    z-index: -1;
}
.campaign__head{

}
.campaign__num{
    width: 11.8rem;
    margin: -1.5rem auto 0;
}
.campaign__h2{
    max-width: 100%;
    margin: 0 auto 1rem;
}
.campaign__desc{
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 2.5rem 1.2rem;
}
.campaign__body{
    padding: 0 2rem 2rem;
}
.campaign__h3{
    font-size: 1.2rem;
    font-weight: 700;
    height: 2.2rem;
    background-color: #fff;
    border-radius: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.8rem;
}
.campaign__fukidashi{
    font-size: 1.4rem;
    font-weight: bold;
    height: 2.4rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: 1.3rem;
}
.campaign__fukidashi::after{
    content: "";
    width: 2.8rem;
    height: 1.5rem;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: 1.5rem;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
}
.campaign__note{
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
}
.campaign__btn{
    width: 22rem;
    height: 4.8rem;
    background: #F2DA87;
    background: linear-gradient(282deg, 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%);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0.2rem 0.2rem 0 0 #231815;
    margin: -1rem auto;
}
.campaign__btn span{
    font-size: 1.2rem;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.campaign__btn span img{
    width: 2.8rem;
}
.flow{
    margin-bottom: 2rem;
}
.flow__list{
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    max-width: 28rem;
    margin: 0 auto;
}
.flow__list > li{
    height: 16.5rem;
    padding: 0.6rem 0.6rem 0 3.6rem;
    background-color: #fff;
    border-radius: 0.5rem;
    position: relative;
    border: 0.3rem solid #414141;
}
.flow__num{
    font-family: "din-2014", sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #fff;
    border: 0.3rem solid #414141;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -1rem;
    left: -0.5rem;
}
.flow__list > li p{
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
}
.flow__list > li p:nth-of-type(2){
    margin-top: 15rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.flow__list > li p:nth-of-type(2) span{
    font-size: 1rem;
    color: #fff;
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow__list > li img{
    position: absolute;
    bottom: 0;
}
.select{
    margin-bottom: 2rem;
}
.select__list{
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.select__list > li{
    font-size: 1rem;
    line-height: 1.15;
    font-weight: 700;
    padding-left: 1em;
    text-indent: -1em;
}
.prize{
    margin-bottom: 1rem;
}
.prize__desc{
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    color: #ffff00;
}
.prize__list{
    width: 28.5rem;
    margin: 0 auto;
}
.prize__list > li{
    padding: 1rem 0;
    display: flex;
    align-items: center;
}
.prize__ttl{
    width: 8.5rem;
    flex-shrink: 0;
}
.prize__ttl p{
    font-size: 1.2rem;
    line-height: 1.15;
    font-weight: 500;
}
.prize__detail{
    width: calc(100% - 8.5rem - 1.3rem);
    padding-left: 1.2rem;
    border-left: 0.1rem solid #231815;
}
.prize__detail p{
    
}
.prize__detail .ken{
    width: fit-content;
    margin-left: auto;
}
.prize__detail .type{
    font-size: 1rem;
    line-height: 1.15;
    font-weight: 700;
}
.prize__detail .num{
    font-family: "din-2014", sans-serif;
    font-size: 4.1rem;
    letter-spacing: -0.02em;
    line-height: 1;
    font-weight: 700;
}
.prize__detail .mataha{
    font-size: 1rem;
    letter-spacing: 0.06em;
    font-weight: 700;
    text-align: center;
    color: #231815;
    width: 100%;
    display: block;
}
.prize__detail .en{
    font-size: 1.4rem;
    line-height: 1.15;
    font-weight: 700;
    color: #231815;
    margin-left: 0.2rem;
}
.prize__detail .kin{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.2rem;
}
.prize__detail .kin .type{
    text-orientation: upright;
    writing-mode: vertical-rl;
}
.prize__list > li:nth-of-type(1) .prize__detail .num{
    font-size: 4.7rem;
}

.campaign__01{
    background-color: #44af35;
}
.campaign__01 .campaign__h2{
    width: 31.6rem;
    margin-top: -5rem;
}
.campaign__01 .campaign__h3{
    color: #44af35;
}
.campaign__01 .campaign__fukidashi{
    color: #44af35;
}
li.campaign__01 .flow__num{
    color: #44af35;
}
li.campaign__01__flow__01{
    height: 29.3rem;
}
li.campaign__01__flow__01 p:nth-of-type(2) span{
    background-color: #44af35;
}
li.campaign__01__flow__01 img:nth-of-type(1){
    width: 24rem;
    left: 2.2rem;
    bottom: 12rem;
}
li.campaign__01__flow__01 img:nth-of-type(2){
    width: 19.2rem;
    left: 4.5rem;
    bottom: 1.5rem;
}
li.campaign__01__flow__02 img{
    width: 25.5rem;
    left: 1rem;
}
li.campaign__01__flow__03 img{
    width: 100%;
    left: 0;
}


.campaign__02{
    background-color: #f29739;
}
.campaign__02 .campaign__h2{
    width: 31.1rem;
    margin-top: -1.5rem;
    translate: 1rem 0;
}
.campaign__02 .campaign__h3{
    color: #f29739;
}
.campaign__02 .campaign__fukidashi{
    color: #f29739;
}
li.campaign__02 .flow__num{
    color: #f29739;
}
li.campaign__02__flow__01{
    height: 29.3rem;
}
li.campaign__02__flow__01 p:nth-of-type(2) span{
    background-color: #f29739;
}
li.campaign__02__flow__01 img:nth-of-type(1){
    width: 24rem;
    left: 2.2rem;
    bottom: 12rem;
}
li.campaign__02__flow__01 img:nth-of-type(2){
    width: 19.2rem;
    left: 4.5rem;
    bottom: 1.5rem;
}
li.campaign__02__flow__02 img{
    width: 25.5rem;
    left: 1rem;
}
li.campaign__02__flow__03 img{
    width: 17.8rem;
    left: 5rem;
}

@media screen and (min-width: 880px) {
    .campaign{
        margin-top: -10rem;
        margin-bottom: 7rem;
    }
    .campaign__list{
        gap: 9rem;
    }
    .campaign__list > li{
        border: 0.2rem solid #fff;
        border-radius: 2rem;
    }
    .campaign__list > li::before{
        width: calc(100% + 1.2rem);
        height: calc(100% + 1.2rem);
        border-radius: 2.4rem;
        top: -0.6rem;
        left: -0.6rem;
    }
    .campaign__num{
        width: 23.6rem;
        margin: -3rem auto 0;
    }
    .campaign__h2{
        margin: 0 auto 2rem;
    }
    .campaign__desc{
        font-size: 2rem;
        margin: 0 5rem 2.4rem;
    }
    .campaign__body{
        padding: 0 4rem 4rem;
    }
    .campaign__h3{
        font-size: 2.4rem;
        height: 4.4rem;
        border-radius: 4.4rem;
        margin-bottom: 3.6rem;
    }
    .campaign__fukidashi{
        font-size: 2.8rem;
        height: 4.8rem;
        margin-bottom: 2.6rem;
    }
    .campaign__fukidashi::after{
        width: 5.6rem;
        height: 3rem;
        top: 3rem;
    }
    .campaign__note{
        font-size: 2rem;
    }
    .campaign__btn{
        width: 44rem;
        height: 9.6rem;
        border-radius: 2rem;
        box-shadow: 0.2rem 0.2rem 0 0 #231815;
        margin: -2rem auto;
    }
    .campaign__btn span{
        font-size: 2.4rem;
        gap: 0.8rem;
    }
    .campaign__btn span img{
        width: 5.6rem;
    }
    .flow{
        margin-bottom: 4rem;
    }
    .flow__list{
        gap: 5rem;
        max-width: 56rem;
    }
    .flow__list > li{
        height: 33rem;
        padding: 1.2rem 1.2rem 0 7.2rem;
        border-radius: 1rem;
        border: 0.6rem solid #414141;
    }
    .flow__num{
        font-size: 4.6rem;
        width: 6rem;
        height: 6rem;
        border: 0.6rem solid #414141;
        top: -2rem;
        left: -1rem;
    }
    .flow__list > li p{
        font-size: 2rem;
    }
    .flow__list > li p:nth-of-type(2){
        margin-top: 30rem;
        gap: 1.6rem;
    }
    .flow__list > li p:nth-of-type(2) span{
        font-size: 2rem;
        width: 6.6rem;
        height: 6.6rem;
    }
    .select{
        margin-bottom: 4rem;
    }
    .select__list{
        gap: 1.2rem;
    }
    .select__list > li{
        font-size: 2rem;
    }
    .prize{
        margin-bottom: 2rem;
    }
    .prize__desc{
        font-size: 2.2rem;
    }
    .prize__list{
        width: 57rem;
    }
    .prize__list > li{
        padding: 2rem 0;
    }
    .prize__ttl{
        width: 17rem;
    }
    .prize__ttl p{
        font-size: 2.4rem;
    }
    .prize__detail{
        width: calc(100% - 17rem - 2.6rem);
        padding-left: 2.4rem;
        border-left: 0.2rem solid #231815;
    }
    .prize__detail .type{
        font-size: 2rem;
    }
    .prize__detail .num{
        font-size: 8.2rem;
    }
    .prize__detail .mataha{
        font-size: 2rem;
    }
    .prize__detail .en{
        font-size: 2.8rem;
        margin-left: 0.4rem;
    }
    .prize__detail .kin{
        gap: 0.4rem;
    }
    .prize__list > li:nth-of-type(1) .prize__detail .num{
        font-size: 9.4rem;
    }

    .campaign__01 .campaign__h2{
        width: 63.2rem;
        margin-top: -10rem;
    }
    li.campaign__01__flow__01{
        height: 58.6rem;
    }
    li.campaign__01__flow__01 img:nth-of-type(1){
        width: 48rem;
        left: 4.4rem;
        bottom: 24rem;
    }
    li.campaign__01__flow__01 img:nth-of-type(2){
        width: 38.4rem;
        left: 9rem;
        bottom: 3rem;
    }
    li.campaign__01__flow__02 img{
        width: 51rem;
        left: 2rem;
    }

    .campaign__02 .campaign__h2{
        width: 62.2rem;
        margin-top: -3rem;
        translate: 2rem 0;
    }
    li.campaign__02__flow__01{
        height: 58.6rem;
    }
    li.campaign__02__flow__01 img:nth-of-type(1){
        width: 48rem;
        left: 4.4rem;
        bottom: 24rem;
    }
    li.campaign__02__flow__01 img:nth-of-type(2){
        width: 38.4rem;
        left: 9rem;
        bottom: 3rem;
    }
    li.campaign__02__flow__02 img{
        width: 51rem;
        left: 2rem;
    }
    li.campaign__02__flow__03 img{
        width: 35.6rem;
        left: 10rem;
    }
}

.precaution{
    position: relative;
    z-index: 1;
    padding-bottom: 3rem;
}
.precaution::before{
    content: "";
    width: 100%;
    height: calc(100% + 14.8rem);
    background: #F2DA87;
    background: linear-gradient(225deg, 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: absolute;
    left: 0;
    bottom: 0;
}
.precaution__inner{
    position: relative;
    padding-bottom: 1.2rem;
    z-index: 2;
}
.precaution__inner::before{
    content: "";
    width: 100%;
    height: calc(100% - 1.2rem);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
    position: absolute;
    top: 1.2rem;
    left: 0;
    z-index: -1;
}
.precaution__h2{
    font-size: 1.4rem;
    font-weight: bold;
    width: 29.2rem;
    height: 2.4rem;
    background-color: #fff;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin: 0 auto 1.3rem;
}
.precaution__h2::after{
    content: "";
    width: 2.8rem;
    height: 1.5rem;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: 1.5rem;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
}
.precaution__list{
    margin: 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.precaution__list > li{

}
.precaution__dl dt h3{
    font-size: 1.1rem;
    line-height: 1.15;
    font-weight: 700;
    text-align: center;
    padding-bottom: 0.5rem;
    border-bottom: 0.1rem solid;
    margin-bottom: 0.5rem;
}
.precaution__dl dd ul{
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.precaution__dl dd ul > li{
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 500;
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (min-width: 880px) {
    .precaution{
        padding-bottom: 6rem;
    }
    .precaution::before{
        height: calc(100% + 29.6rem);
    }
    .precaution__inner{
        padding-bottom: 2.4rem;
    }
    .precaution__inner::before{
        height: calc(100% - 2.4rem);
        border-radius: 2rem;
        top: 2.4rem;
    }
    .precaution__h2{
        font-size: 2.8rem;
        width: 58.4rem;
        height: 4.8rem;
        border-radius: 1rem;
        margin: 0 auto 2.6rem;
    }
    .precaution__h2::after{
        width: 5.6rem;
        height: 3rem;
        top: 3rem;
    }
    .precaution__list{
        margin: 0 4rem;
        gap: 3rem;
    }
    .precaution__dl dt h3{
        font-size: 2.2rem;
        padding-bottom: 1rem;
        border-bottom: 0.2rem solid;
        margin-bottom: 1rem;
    }
    .precaution__dl dd ul{
        gap: 0.8rem;
    }
    .precaution__dl dd ul > li{
        font-size: 2rem;
    }
}
