@charset "UTF-8";

.sp{
    display: none;
}

.bg-cp-color{
    background-color: #198754 !important;
}

#join_top .btn-primary:hover,
#join_bottom .btn-primary:hover,
.btn-primary:focus{
    box-shadow: none!important;
}

/*prize*/
#prize{
    overflow: hidden;
}

.present_box_text{
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.10em;
    position: relative;
    display: inline-block;
    color: #D21C61;
}

.present_box_text::after{
    content: '';
    background: url(../asset/present_ob.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    top: -70px;
    right: -170px;
    transform: rotate(10deg);
}

.present_box_text span.big{
/*    color: red;*/
    font-size: 180%;
}

.present_box_text span.marker{
    background: linear-gradient(transparent 30%, #F3E828 30%);
    padding: 0 0.5em;
}

.present_box_img{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #006939;
    border-radius: 30px;
}

.present_box_img img{
    border-radius: 30px;
}

.present_box_btn{
    border-radius: 10px;
    background: #474b4f;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    box-shadow: 0 10px 0 #000;
    position: relative;
    max-width: 700px;
    width: 100%;
    letter-spacing: 0.05em;
}

.present_box_btn a{
    text-decoration: none;
    color: #fff;
/*    padding: 10px 30px;*/
    padding: 15px;
    display: block;
}

.present_box_btn:hover{
/*    top: 10px;*/
/*    box-shadow: none;*/
}

.present_box_asterisk::before{
    content: '※';
}

.present_box_asterisk{
    text-indent: -0.55em;
    text-align: left;
    font-size: 14px;
    color: #6c757d;
    width: 90%;
    margin: auto auto 1em auto;
}

/*target*/
#target{
    background-color: #f0c20c!important;
}
.target_box_text{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.10em;
    position: relative;
/*    display: inline-block;*/
/*    color: #fff;*/
/*    padding-top: 20px;*/
}

.target_box_text span{
    color: red;
    font-size: 150%;
}

.target_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.target_box div{
    width: 45%;
    margin: auto auto 40px auto;
    text-align: left;
}

.target_box div p{
    margin: 0;
    padding: 0;
}

/*
.target_box div p.name{
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 120%;
}
*/

.target_box div p.name {
    /* color: #fff; */
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 120%;
    /* background: #f0a80c; */
    border-bottom: 3px solid #f0950c;
    text-align: center;
    padding-bottom: 5px;
}

.limited_img{
    width: 70%;
    margin: auto auto -33px auto!important;
    position: relative;
    z-index: 2;
}

.limited {
/*    background: #fff;*/
/*    border-radius: 10px;*/
    margin-bottom: 20px !important;
/*    padding: 50px 10px 0px 10px !important;*/
    position: relative;
    z-index: 1;
}

.target_box div img{
    width: 100%;
}
/*

.target_box div:last-child img{
    width: 48.8%;
}

.target_box div.target_04_caramel:last-child img{
    width: 100%;
}
*/

.target_box div.target_04_caramel ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    align-items: end;
}

.target_box div.target_04_caramel ul li{
    width: 48%;
}

.target_box p span{
    text-align: center;
    color: red;
    margin: 0 auto;
    font-weight: bold;
    font-size: 110%;
    display: block;
}



.target_box_asterisk::before{
    content: '※';
}

.target_box_asterisk{
    text-indent: -0.55em;
    text-align: left;
    font-size: 14px;
    color: #6c757d;
    width: 90%;
    margin: 0 auto;
/*    color: #fff;*/
    color: #333;
}

.target_btn{
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    display: inline-block;
    font-weight: 600;
    margin-top: 30px;
    max-width: 700px;
    width: 100%;
    letter-spacing: 0.05em;
    border: 2px solid #f0950c;
    color: #f0950c;
}

.target_btn a{
    text-decoration: none;
    color: #f0950c;
    padding: 15px;
    display: block;
}

/*entry*/
.entry_big{
    color: red;
    font-size: 120%;
}

.red_bg{
    background: red;
    color: #fff;
    font-size: 96%;
    padding: 0.8em;
    display: block;
    margin-top: 10px;
}

.red_bg .asterisk::before{
    content: '※';
    margin-right: 0.3em;
}

.red_bg .asterisk {
    text-indent: -0.9em;
    margin-left: 1em;
    display: inline-block;
}

.entry_btn{
    box-shadow: 0 10px 0 #042e6b;
    width: 90%;
    position: relative;
    transition: none;
}

.entry_btn:hover{
/*
    top: 10px;
    box-shadow: none;
    background: #0d6efd;
*/
}

.btn-primary:focus {
    box-shadow: 0 10px 0 #042e6b!important;
}

.winner_box{
    background: #f8f9fa;
    padding: 30px;
    width: 85%;
    margin: auto auto 30px auto;
    border: 1px solid #474b4f;
    font-size: 1rem;
}

.winner_box p{
    margin-bottom: 0;
}

.winner_box p:first-child{
    border-bottom: 1px solid #474b4f;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 155%;
}

.entry_asterisk_box{
    text-align: left;
    margin: auto auto 80px auto;
    width: 85%;
}

.entry_asterisk::before{
    content: '※';
    margin-right: 0.3em;
}

.entry_asterisk {
    text-indent: -0.9em;
    margin-left: 1em;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
}

.receipt_asterisk_box{
    text-align: left;
    margin: 30px auto auto auto;
    width: 100%;
    padding: 0 3rem;
}

.receipt_asterisk::before{
    content: '※';
    margin-right: 0.3em;
}

.receipt_asterisk {
    text-indent: -0.9em;
    margin-left: 1em;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
}

.receipt_att{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    padding: 30px;
    max-width: 750px;
    width: 100%;
    margin: 30px auto 50px auto;
    text-align: left;
}

.receipt_att ul{
    width: 75%;
    text-align: left;
    margin: 0;
}

.receipt_att p{
    width: 20%;
}

.receipt_att p img{
    width: 100%;
}

/*fixed_box*/
.fixed_box img {
    width: 100%;
}
.fixed_box {
    position: fixed;
    bottom: 100px;
    right: 10px;
    max-width: 200px;
    z-index: 9;
}


@media screen and (max-width:767px){
    .sp{
        display: inherit;
    }
    
    .pc{
        display: none;
    }
    
    
    /*kv*/
    .kv{
        padding-bottom: 30px;
        background: #fff;
    }
    
    /*prize*/
    .present_box_text{
        font-size: 30px;
        letter-spacing: 0.04em;
        display: block
    }

    .present_box_text::after{
        content: '';
        background: url(../asset/present_ob.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        width: 100px;
        height: 100px;
        position: absolute;
        top: -70px;
        right: -20px;
        transform: rotate(10deg);
    }

    /*target*/
    .target_box_text{
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0.04em;
    }

    .target_box_text span{
        font-size: 130%;
    }

    .target_box{
        display: block;
    }

    .target_box div{
        width: 100%;
        margin: auto auto 30px auto;
    }
    
    .limited_img {
        width: 65%;
        margin: auto auto -5% auto !important;
    }

    .target_box div p.name{
        font-size: 110%;
        margin-top: 50px;
    }

    .target_box div.target_04_caramel p.name{
        margin-top: 10px;
    }
    

/*entry*/
/*
.entry_big{
    color: red;
    font-size: 120%;
}

.red_bg{
    background: red;
    color: #fff;
    font-size: 96%;
    padding: 0.8em;
    display: block;
    margin-top: 10px;
}

.red_bg .asterisk::before{
    content: '※';
    margin-right: 0.3em;
}

.red_bg .asterisk {
    text-indent: -0.9em;
    margin-left: 1em;
    display: inline-block;
}

.entry_btn{
    box-shadow: 0 10px 0 #042e6b;
    width: 90%;
    position: relative;
    transition: none;
}

.entry_btn:hover{
    top: 10px;
    box-shadow: none;
    background: #0d6efd;
}
*/

    .winner_box{
        padding: 15px 20px;
        width: 100%;
        margin: -20px auto 30px auto;
        text-align: left;
    }

    .winner_box p:first-child{
        padding-bottom: 5px;
        margin-bottom: 10px;
        text-align: center;
    }

    .entry_asterisk_box{
        margin: auto auto 50px auto;
        width: 100%;
    }
    
    .receipt_asterisk_box{
        padding: 0;
    }

    .receipt_att{
        display: block;
        text-align: center;
        padding: 20px;
    }

    .receipt_att ul{
        width: 100%;
        text-align: left;
/*        margin-bottom: 20px;*/
        display: inline-block;
    }

    .receipt_att p{
        width: 100%;
        margin-top: 20px;
/*
        text-align: left;
        line-height: 1.5;
        display: inline-block;
*/
    }

    .receipt_att p img{
        width: 40%;
    }

    /*fixed_box*/
    .fixed_box {
        bottom: 50px;
        max-width: 150px;
    }

    #contact_to{
        margin-bottom: 200px;
    }
    
    
    
    
    
    
    
    
    
    

    
    
}













