@charset "utf-8";

body {
    background-image: url(../images/campaign/yellow_bg_pc.jpg);
}

.main {
    overflow-x: hidden;
}


.mv {
    height: 0;
    padding-top: 66.27%;
    background-image: url(../images/campaign/bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.mv-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.mv-details-sp {
    display: none;
}

@media screen and (max-width:768px) {
    .mv {
        height: 100%;
        padding-top: 0;
        background-image: none;
    }
    .mv-details {
        display: none;
    }
    .mv-details-sp {
        display: block;
    }
}



.limit-wrap {
    position: relative;
    width: 150%;
    margin-left: -25%;
    padding: 0 25%;
    -webkit-transform: rotate(-3deg) translate3d(0, 0, 0);
    transform: rotate(-3deg) translate3d(0, 0, 0);
    background-color: #CB0815;
}

.limit-txt {
    max-width: 956px;
    width: 100%;
    margin: -120px auto 0;
    padding-right: 32%;
    padding-top: 30px;
    -webkit-transform: rotate(3deg) translate3d(0, 0, 0);
    transform: rotate(3deg) translate3d(0, 0, 0);
}
@media screen and (max-width:1100px) {
    .limit-txt {
        max-width: none;
        width: 50%;
        margin: -40px auto 0;
    }
}
@media screen and (max-width:768px) {
    .limit {
        display: none;
    }
}


.step-wrapper {
    max-width: 1110px;
    margin: auto;
    padding: 10% 0 5%;
}
.step-ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom: 30px;
    padding: 1% 0;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: .2em;
    color: #CB0815;
    background-color: #FFF;
}
.step-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.step-list-item {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    width: 31%;
    height: 100%;
    min-height: 286px;
    padding: 0 2% 3%;
    box-sizing: border-box;
    background-size: 100%;
    background-repeat: no-repeat;
}
.step-list-item:nth-child(1) {
    background-image: url(../images/campaign/step_bg_01_pc.png);
}
.step-list-item:nth-child(2) {
    background-image: url(../images/campaign/step_bg_02_pc.png);
}
.step-list-item:nth-child(3) {
    justify-content: center;
    padding-bottom: 0;
    background-image: url(../images/campaign/step_bg_03_pc.png);
}
.step-list-item-txt {
    margin-bottom: 8%;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #CB0815;
}
.step-list-item:nth-child(3) .step-list-item-txt {
    margin-bottom: 0;
}

.step-list-sp {
    display: none;
}
@media screen and (max-width:768px) {
    .step-wrapper {
        padding: 15% 4%;
    }
    .step-ttl {
        font-size: 24px;
    }
    .step-list {
        display: none;
    }
    
    .step-list-sp {
        display: block;
    }
    .step-list-sp-item {
        margin-bottom: 6%;
    }
}




.prize {
    position: relative;
}

.prize-bg {
    position: relative;
    background-image: url(../images/campaign/prize_bg_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.prize-img {
    max-width: 1110px;
    margin: auto;
    padding: 10% 20px;
}
.prize-img-btn {
    margin-top: -7%;
    margin-left: 4%;
}
.prize-01-btn {
    display: block;
    max-width: 465px;
    width: 44%;
    margin-top: 10px;
    transition: .3s;
}
.prize-01-btn:hover {
    opacity: .7;
}

.prize-list-sp {
    display: none;
}
.prize-ttl {
    display: none;
}
@media screen and (max-width:768px) {
    .prize-bg {
        background-image: url(../images/campaign/prize_bg_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .prize-img {
        display: none;
    }
    
    .prize-img-btn {
        margin-top: 2%;
        margin-left: 8%;
    }
    .prize-01-btn {
        max-width: none;
        width: 100%;
        margin: auto;
    }
    
    .prize-ttl {
        display: block;
        width: 50%;
        margin: auto;
        padding: 12% 0 0;
    }
    .prize-list-sp {
        display: block;
        width: 90%;
        margin: auto;
        padding: 0 0 6%;
    }
    .prize-list-sp-item {
        margin-bottom: 12%;
    }
    .prize-list-sp-item:nth-child(1) img {
        margin-left: -4%;
    }
}




.note-wrapper {
    max-width: 1150px;
    margin: auto;
    padding: 120px 20px;
}
.note-ttl {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.note-list {
    margin-bottom: 40px;
}
.note-list li {
    font-size: 16px;
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
}
@media screen and (max-width:768px) {
    .note-wrapper {
        padding: 12% 4%;
    }
    .note-box {
        padding: 6%;
        background-color: #FFF235;
    }
    .note-ttl {
        margin: 0 0 6px;
        font-size: 16px;
    }
    .note-list li {
        font-size: 14px;
    }
}





.to-home {
    padding: 100px 20px;
    background-color: #CB0815;
}
.to-home-btn {
    display: block;
    max-width: 320px;
    width: 80%;
    margin: auto;
    padding: 10px 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    border: 1px solid #FFF;
    transition: .3s;
}
.to-home-btn:hover {
    color:#CB0815;
    background-color: #FFF;
}
@media screen and (max-width:768px) {
    .to-home {
        padding: 12% 4%;
    }
    .to-home-btn {
        max-width:none;
        font-size: 18px;
    }
}




.bnr {
    width: 20%;
    margin: 0 auto 2%;
}
.bnr a {
    display: block;
}
@media screen and (max-width:768px) {
    .bnr {
        width: 30%;
    }
}