html *{
    box-sizing: border-box;
}
#head-lp{
    background-color: #fff;;
}
.main-lp{
    line-height: 1.8;
    font-family: 'Zen Kaku Gothic New', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Lucida Grande", "Verdana", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    color: #000;
}

.main-lp a[target="_blank"]:not(.icn-none):after, 
.main-lp a[href*=".pdf"]:not(.icn-none):after{
    display: none !important;
}

.main-lp .breadcrumb-list>li{
     list-style-type: none;
}




/* キャンペーンメインコンテンツ */
.campain-body{
    background-color: #FEFBDD;
    position: relative
}
.campain-body .campain-inner{
    padding: 0 40px 150px;
    width: 100%;
    max-width: 1540px;
    width: 100vw;
    margin: auto;
    text-align: center;
    font-size: 18px;
    position: relative;
}

/* メインビジュアル */
.main-visual{
    position: relative;
}
.main-visual a{
    display: block;
    width: 33vw;
    height: 11vw;
    /* background-color: rgba(0,0,0,.5); */
    position: absolute;
    left:50%;
    top: 40vw;
    transform: translateX(-50%);
}
.main-visual img{
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* 動画 */
.campaign-movie{
    transform: translateY(-125px);

}
.campaign-movie > div{
    max-width: 80vw;
    width: 813px;
    margin: auto;
}
.campaign-movie > div > iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border: 6px solid #fff;
}

/* キャンペーンコンテンツ */
.campaign-text{
    font-size: 42px;
    margin-bottom: 72px;
    line-height: 1.3;
    font-weight: bold;
}
.campaign-text .accent span{
    font-size: 66px;
    margin-right: 15px;
}


/* プレゼント内容 */
.present-image{
    max-width: 1223px;
    margin: 0 auto 0;
}
.present-image .images-area img{
    width: 100%;
}



/* 応募までの流れ */
.apply-flow{
    padding: 12em 0 0;
    background-image: url(../img/main_contents_background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
    position: relative;
}
.apply-flow .main_a{
    width: 22vw;
    max-width: 450px;
    position: absolute;
    right: 0;
    top: -80px;
}
.apply-flow .main_b{
    width: 22vw;
    max-width: 450px;
    position: absolute;
    left: 0;
    bottom: -80px;
}
.apply-flow h2{
    font-size: 66px;
    font-weight: bold;
    margin-bottom: 80px;
}

.apply-flow-inner{
    text-align: center;
    background-color: #00953E;
    margin: 40px 0 0 0;
    padding: 0 40px;
}
.apply-flow-inner h2{
    position: relative;
    display: inline-block;
    margin: 0 auto 30px;
}
.apply-flow-inner h2 img{
    width: 60px;
    position: absolute;
    left: -45px;
    top: -25px;
}
.apply-flow .steps{
    color: #000;
    font-size: 18px;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto 100px;
}
.apply-flow .steps .step-wrap{
    background-color: #fff;
    border-radius: 50px;
    margin: 2em 0 2em 0;
    padding: 0 0 80px;
    position: relative;
}

.apply-flow .steps .step-wrap .step-title{
    font-size: 45px;
    font-weight: bold;
    color: #20A03F;
    background-color: #EAEAEA;
    border-radius: 50px 50px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
.apply-flow .steps .step-wrap .step-title img{
    max-height: 124px;
    width: auto;
    margin-right: 15px;
}

/*　STEP テキスト */
.apply-flow .steps .step-wrap .step-text{
    margin-top: 60px;
    font-size: 32px;
}
.apply-flow .steps .step-wrap .step-text a{
    color: #20A03F;
    text-decoration: none;
    position: relative;
}
.apply-flow .steps .step-wrap .step-text a:hover{
    text-decoration: none;
}
.apply-flow .steps .step-wrap .step-text a::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #20A03F;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.apply-flow .steps .step-wrap .step-text a:hover::before{
    display: none;;
}

/* STEP メインコンテンツ*/
.apply-flow .steps .step-wrap .step-base{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
}
.apply-flow .steps .step-wrap .step-base a{
    flex-basis: 55%;
    display: block;
}
.apply-flow .steps .step-wrap .step-base a img{
    max-width: 500px;
    width: 100%;
}
.apply-flow .steps .step-wrap .step-base .step-base-text{
    flex-basis: 45%;
    font-size: 32px;
    text-align: left;
    line-height: 1.6;
}
.apply-flow .steps .step-wrap .step-base .step-base-text .text-adjustment{
    margin-top: -5px;
}
.apply-flow .steps .step-wrap .step-base .step-base-text span{
    font-size: 50px;
    color: #20A03F;
    font-weight: bold;
}

/* STEP2 */
.apply-flow .steps .step-wrap .step2{
    margin-bottom: 40px;
}
.apply-flow .steps .step-wrap .step2 img.l{
    max-width: 211px;
    width: 100%;
    margin-right: 40px;
}
.apply-flow .steps .step-wrap .step2 img.r{
    max-width: 262px;
    width: 100%;
    margin-left: 40px;
}

/* 次のステップマーク */
.apply-flow .steps .next-step{
    text-align: center;
}
.apply-flow .steps .next-step img{
    max-width: 85px;
}


/* 注意書き */
.apply-flow .steps .step-coution{
    display: flex;
    justify-content: center;
    align-items : center;
    font-size: 26px;
    color: #B2413B;
    padding: 0 20px;
}
.apply-flow .steps .step-coution img{
    max-width: 56px;
    margin-right: 20px;
}

.apply-flow .apply-flow-coution-text{
    font-size: 40px;
    margin-bottom: 60px;
}



/* アクションエリア */
.apply-flow .actions{
    padding-bottom: 60px;
}
.apply-flow .actions .action-button a{
    width: 100%;
}
.apply-flow .actions .action-button a:hover{
    opacity: .8;
}
.apply-flow .actions .action-button a img{
    max-width: 620px;
    height: auto;
    width: 100%;
}
.apply-flow .actions .action-text{
    font-size: 26px;
    margin-top: 20px;
}


/* 応募期間 */
.apply{
    padding-bottom: calc(160px + 5vw);
    position: relative;
}
.apply img{
    max-width: 1283px;
    position: absolute;
    width: 80vw;
    left: 50%;
    transform: translateX(-50%);
    top: 2vw;
    z-index: 1;
}


/* お近くの店舗 */
.nearby-stores{
    padding: 120px 30px;
} 
@media (min-width: 769.1px){
    .nearby-stores{
        background: url(../img/nearby_store_backgounrd.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.nearby-stores .in-box{
    background: #fff;
    padding: 60px 0;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}
.nearby-stores .in-box .in-box-title{
    font-size: 40px;
    position: relative;
    margin-bottom: 40px;
    line-height: 1.4;
    font-weight: bold;
}
.nearby-stores .in-box .in-box-title > div{
    display: inline-block;
    position: relative;
}
.nearby-stores .in-box .in-box-title > div::before{
    content: '';
    width: 1px;
    height: 100%;
    border-right: 1px solid #000;
    position: absolute;
    left: -45px;
    top: 0;
    transform: rotate(-20deg);
}
.nearby-stores .in-box .in-box-title > div::after{
    content: '';
    width: 1px;
    height: 100%;
    border-right: 1px solid #000;
    position: absolute;
    right: -45px;
    top: 0;
    transform: rotate(20deg);
}
.nearby-stores .in-box .in-box-title span{
    font-size: 36px;
}
.nearby-stores .in-box .in-box-campaign-code{
    font-size: 28px;
    margin-top: 20px;
}

/* 応募規約 */
.campaign-terms{
    padding: 140px 40px 80px;
}
.campaign-terms .campaign-terms-inner{
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 50px;
}
.campaign-terms .campaign-terms-inner .terms-text{
    margin-bottom: 1em;
}
.campaign-terms .campaign-terms-inner .campaign-terms-title{
    background-color: #EAEAEA;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    width: 100%;
    border-radius: 50px 50px 0 0;
}
.campaign-terms .campaign-terms-inner .campaign-terms-body{
    margin: auto;
    background-color: #F6F6F6;
    color: #000;
    padding: 80px 60px;
    font-size: 20px;
    line-height: 28px;
    border-radius: 0 0 50px 50px;
}
.campaign-terms .campaign-terms-inner .terms-list li:not(:last-child){
    margin-bottom: 1em;
}
.campaign-terms .campaign-terms-inner .terms-list li a{
    color: #000;
    text-decoration: none;
}
.campaign-terms .campaign-terms-inner .terms-list li a:hover{
    text-decoration: underline;
}


/* 注意書き */
.annotation{
    padding: 0 30px;
    margin-bottom: 180px;
}
.annotation-inner{
    background-color: #F7F7F7;
    border-radius: 50px;
    max-width: 1200px;
    margin: auto;
    padding: 60px 60px;
    color: #000;
    font-size: 20px;
}

/* フッター */
#footer{
    background-color: #DDE2E6 !important;
}



@media (min-width: 769.1px){
    .pc_hidden{
        display: none !important;
    }
}


@media (max-width: 769px){

    .sp_hidden{
        display: none !important;
    }   

    /* #head-lp img{
        max-width: 79px;
    } */

    .campain-body{
        background-size: contain;
    }
    .campain-body .campain-inner{
        padding: 0 0 15px;
        margin-top: -25px;
    }

    .main-visual a{
        width: 65vw;
        height: 20vw;
        top: 77vw;
    }

    .campaign-movie {
        transform: translateY(-50px);
    }
    .campaign-movie > div{
        max-width: 300px;
    }
    .campaign-movie > div > iframe{
        border: 3px solid #fff;
    }
        
    .campaign-text{
        font-size: 17px;
        margin-bottom: 20px;
    }
    .campaign-text .accent span{
        font-size: 24px;
        margin-right: 4px;
    }

    .present-image{
        width: 90%;
        margin: 20px auto 40px;
    }
    .present-image .image-text{
        font-size: 10px;
    }
    .present-image .images-area img{
        max-width: 260px;
    }
    .present-image .present-text{
        margin-top: 20px;
        font-size: 12px;
    }
    .present-image .present-text p{
        margin-bottom: 15px;
    }
    .present-image .present-text img{
        max-width: 290px;
    }
    

    .apply-flow{
        padding: 60px 0 0;
        background-image: url(../img/main_contents_background_sp.png);
    }
    .apply-flow-inner{
        width: 100%;
        padding: 0 10px;
    }
    .apply-flow h2{
        font-size: 24px;
        margin-bottom: 0;
    }
    .apply-flow .main_a{
        top: -40px;
        width: 30vw;
    }
    .apply-flow-inner h2 img {
        width: 25px;
        left: -20px;
        top: -15px;
    }

    .apply-flow .steps{
        margin: 0 auto 40px;
    }
    .apply-flow .steps .step-wrap{
        border-radius: 20px;
        padding: 0 0 30px;
        margin: 30px 20px 15px 20px;
    }
    .apply-flow .steps .step-wrap .step-title{
        font-size: 18px;
        padding: 5px 0;
        border-radius: 20px 20px 0 0;
    }
    .apply-flow .steps .step-wrap .step-title img{
        height: 40px;
    }
    .apply-flow .steps .step-wrap .step-text{
        font-size: 14px;
        margin-top: 20px;
        padding: 0 30px 0 calc(1em + 30px);
        text-align: left;
        text-indent: -1em;
    }
    .apply-flow .steps .step-wrap .step-text a::before{
        border-bottom: 1px solid #20A03F;
        bottom: -1px;
    }
    .apply-flow .steps .step-wrap .step-base{
        flex-wrap: wrap;
        margin: 20px auto 0;
        padding: 0 20px;
    }
    .apply-flow .steps .step-wrap .step-base a{
        flex-basis: 100%;
        order: 2;
    }
    .apply-flow .steps .step-wrap .step-base .step-base-text{
        font-size: 14px;
        flex-basis: 100%;
        order: 1;
        margin-top: 10px;
        margin-bottom: 20px;
        text-indent: -1em;
        padding: 0 10px 0 calc(1em + 10px);
    }
    .apply-flow .steps .step-wrap .step-base .step-base-text span{
        font-size: 18px;
    }
    .apply-flow .steps .step-wrap .step-base .step-base-text p{
        display: inline;
    }
    .apply-flow .steps .step-wrap .step-base .step-base-text .text-adjustment{
        margin-top: 0;
    }

    .apply-flow .steps .step-wrap .step-base.step2{
        flex-wrap: nowrap;
    }
    .apply-flow .steps .step-wrap:has(.step2) .step-text{
        text-align: center;
        padding: 0;
        text-indent: 0;
    }
    .apply-flow .steps .step-wrap:has(.step2) {
        margin-top: 15px;
    }
    .apply-flow .steps .step-wrap .step2 img.l{
        max-width: 70px;
        margin-right: 20px;
    }
    .apply-flow .steps .step-wrap .step2 img.r{
        max-width: 90px;;
        margin-left: 20px;
    }

    .apply-flow .steps .next-step img{
        max-width: 30px;
    }

    .apply-flow .steps .step-coution{
        font-size: 11px;
        text-align: left;
        padding: 20px 10px 0 10px;
    }
    .apply-flow .steps .step-coution img{
        max-width: 30px;
        margin-right: 15px;
    }

    .apply-flow .apply-flow-coution-text{
        font-size: 16px;
        margin-bottom: 40px;
    }
    .apply-flow .apply-flow-coution-text p{
        display: inline;
    }

    .apply-flow .actions {
        padding-bottom: 20px;
    }
    .apply-flow .actions .action-button a img{
        max-width: 220px;
    }
    .apply-flow .main_b{
        bottom: -50px;
        width: 25vw;
    }
    .apply-flow .actions .action-text{
        font-size: 11px;
        margin-top: 10px;
    }

    .apply{
        padding-bottom: 100px;
    }
    .apply img{
        width: 90vw;
    }

    .nearby-stores{
        padding: 50px 0;
        background: url(../img/nearby_store_backgounrd_sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .nearby-stores .in-box{
        max-width: 290px;
        padding: 20px 0;
    }
    .nearby-stores .in-box .in-box-title{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .nearby-stores .in-box .in-box-title > div::before{
        left: -15px;
        top: 0;
        transform: rotate(-20deg);
    }
    .nearby-stores .in-box .in-box-title > div::after{
        right: -15px;
        top: 0;
        transform: rotate(20deg);
    }
    .nearby-stores .in-box .in-box-title span{
        font-size: 11px;
        display: block;
    }
    .nearby-stores .in-box .search-button img{
        max-width: 220px;
    }
    .nearby-stores .in-box .in-box-campaign-code{
        font-size: 11px;
        margin-top: 5px;
    }

    .campaign-terms-title{
        font-size: 24px;
    }
    .campaign-terms{
        padding: 40px 30px 20px;
    }
    .campaign-terms .campaign-terms-inner{
        border-radius: 20px;
    }
    .campaign-terms .campaign-terms-inner .campaign-terms-title{
        font-size: 16px;
        border-radius: 20px 20px 0 0;
        padding: 6px 0;
    }
    .campaign-terms .campaign-terms-inner .campaign-terms-body{
        padding: 30px 20px 40px;
        font-size: 10px;
        line-height: 14px;
        border-radius: 0 0 20px 20px;
    }

    .annotation{
        padding: 0 30px;
        margin-bottom: 60px;
    }
    .annotation-inner{
        padding: 20px 20px;
        font-size: 10px;
        border-radius: 20px;
    }
}


@media (min-width: 769px) and (max-width: 1100px){

    .main-visual a {
        width: 65vw;
        height: 10vw;
        top: 38vw;
    }

    .campaign-movie {
        transform: translateY(-75px);
    }

    .apply-flow .steps .step-wrap .step-text,
    .apply-flow .steps .step-wrap .step-base{
        zoom: 0.7;
    }

    .nearby-stores .in-box .in-box-title{
        font-size: 30px;
    }
}


/* ご注意 */
.becareful-fake-acount{
    padding-bottom: 250px;
}
.becareful-fake-acount .careful-wrap{
    margin: 0 auto 50px;
    max-width: 1160px;
    padding: 80px;
    border: 2px solid #fff;
    border-radius: 70px;
}
.becareful-fake-acount .careful-wrap .careful-title{
    font-size: 30px;
    margin-bottom: 30px;
}
.becareful-fake-acount .careful-wrap .careful-title img{
    margin-right: 15px;
}

.becareful-fake-acount .careful-wrap .careful-body{
    font-size: 22px;
    text-align: left;
}

@media (max-width: 769px){
    .becareful-fake-acount{
        margin-top: -30px;
        padding-bottom: 20px;
    }
    .becareful-fake-acount .careful-wrap{
        margin: 0 auto 50px;
        max-width: 310px;
        padding: 25px;
        border: 2px solid #fff;
        border-radius: 30px;
    }
    .becareful-fake-acount .careful-wrap .careful-title{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .becareful-fake-acount .careful-wrap .careful-title img{
        margin-right: 15px;
        width: 30px;
        height: autol
    }

    .becareful-fake-acount .careful-wrap .careful-body{
        font-size: 10px;
    }
}


