/* base */
h1{
    position:absolute;
    z-index: -1;
}
.main-header {
    margin-bottom: 0;
}
.content{
    width: 100%;
    margin: 0;
}
.lp_content{
	width:100%;
}
.lp_content a{
	transition: all 0.3s;
}
.lp_content img{
	vertical-align: bottom;
}
.lp_breadcrumb{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 15px 0;
}
.lp_content a:hover{
	text-decoration: none;
}
.inner{
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1200px;
    font-size: 1.4rem;
    line-height: 1.5;
}
.mainv_back{
    /* background: no-repeat url(/html/user_data/assets/img/item/year-end/main_back_yearend-coupon-cp.webp); */
    background-size: cover;
    background-position: center;
}
.mainv_back .inner{
    padding: 0;
    background: none;
}
@media screen and (min-width: 768px) {
    .content{
        background: url(/html/user_data/assets/img/item/christmas-coupon_cp/haikei_cr001.webp);
    }
    .inner{
        line-height: 1.6;
        background: #fff;
        padding: 10px 50px;
    }
}

/* introduction */
.header_introduction{
    line-height: 1.8;
    font-size: 1.6rem;
    font-weight: bold;
}
.header_introduction br{
    display: none;
}
.header_introduction red{
    color:#c90000;
}
@media screen and (min-width: 768px){
    .header_introduction{
        font-size: 2rem;
        text-align: center;
    }
    .header_introduction br{
        display: block;
    }
    .header_introduction red,.header_introduction b{
        padding:0 5px;
        font-size:3rem;
    }
}

/* sale-period */
.sale-period__wrap{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background: #eeeeee;
    border-radius: 10px;
    font-size: 1.8rem;
    overflow: hidden;
}
.sale-period__wrap dt{
    text-align: center;
    font-weight: bold;
    padding: 10px;
    background: #016835;
    color: #ffffff;
}
.sale-period__wrap dd{
    font-weight: bold;
    padding: 10px;
    text-align: center;
    color: #c90000;
}
.sale-period__wrap dd span{
    font-weight: normal;
    font-size: 1.5rem;
    padding-left: 0.5em;
    color: #333;
}
@media screen and (min-width: 768px){
    .sale-period__wrap{
        font-size: 2rem;
    }
    .sale-period__wrap{
        width: 900px;
        max-width: 100%;
        flex-direction: row;
        font-size: 2.5rem;
    }
    .sale-period__wrap dt{
        width: 350px;
    }
    .sale-period__wrap dd{
        width: calc(100% - 350px);
    }
}

/* campaign_outline */
.campaign_outline{
    max-width: 1200px;
    margin: 40px auto;
    border-radius: 15px;
}
.campaign_outline img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
}
.block_requirements{
    margin: 0 auto;
    padding: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #d1bc43;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.block_requirements h2{
    display: block;
    width: 930px;
    max-width: 100%;
    margin: 0 auto 20px auto;
    padding: 10px;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    background: #c90000;
    border-radius: 7px;
}
.block_requirements dl{
    width: 930px;
    max-width: 100%;
    margin: auto;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.block_requirements dt{
    padding-bottom: 5px;
    color: #c90000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
    vertical-align: top;
}
.block_requirements dt:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #c90000;
    margin-right: 5px;
}
.block_requirements dd{
    font-size: 1.4rem;
    line-height: 1.8;
}
.block_requirements a{
    color: #337ab7;
    font-weight: bold;
    text-decoration: underline;
}
.block_requirements b{
    font-size:1.8rem;
}
.block_requirements .prize_list{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding-bottom: 10px;
}
.prize_list b{
    display: block;
    width: 100%;
    line-height: 1.2;
    font-size:2rem;
}
.prize_list .rank_sp{
    color: #c7a800;
}
.prize_list .rank_1{
    color: #84a1af;
}
.prize_list .rank_2{
    color: #c7664f;
}
.prize_list .rank_all{
    color: #5fa999;
}
.prize_list .prize_name{
    width: 28rem;
    padding-left: 1em;
    font-size: 1.6rem;
    font-weight: bold;
}
.prize_list .number{
    padding-left: 1em;
}
@media screen and (min-width: 768px){
    .block_requirements{
        border-width: 4px;
        padding:30px;
    }
    .block_requirements h2{
        font-size: 3rem;
    }
    .block_requirements dt{
        font-size: 2.6rem;
    }
    .block_requirements dd{
        font-size: 1.6rem;
    }
    .block_requirements b{
        font-size:2rem;
    }
    .prize_list b{
        display: inherit;
        width: 8rem;
        font-size:2.4rem;
    }
    .block_requirements .prize_list{
        gap:10px;
    }
    .prize_list .prize_name{
        width: 31rem;
        padding: 0;
        font-size: 2rem;
    }
    .prize_list  .number{
        padding: 0;
    }
}

.prize_list red {
    color: #c90000;
    padding: 0 5px;
    font-size: 2.8rem;
    font-weight: bold;
}