@charset "utf-8";
/* reset style */
#contents {
    width: 100%;
}
#main {
    width: 100%;
}
#sidecol {
    display: none;
}

/* common style */
.pc { display: block; }
.sp { display: none; }
#contents {
    background: url("https://www.kanemitsu-group.co.jp/html/user_data/assets/itsumo_file/img/hahanohi_reviewCP/bg.jpg") repeat top center !important;
    background-size: 100% 100% !important;
    padding-top: 0;
    margin-top: 40px;
}
.event_conts {
    width: 100%;
    overflow: hidden;
    color: #58383f;
}
.event_conts * {
    font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-weight: 400;
    line-height: 1.8;
}
.event_conts .conts_inner {
    max-width: 1000px;
    margin: 0 auto;
}
.event_conts .fnt-s-120 { font-size: 120%; }
.event_conts .fnt-s-110 { font-size: 110%; }
.event_conts .fnt-s-95 { font-size: 95%; }
.event_conts .fnt-s-90 { font-size: 90%; }
.event_conts .fnt-s-85 { font-size: 85%; }
.event_conts .fnt-s-80 { font-size: 80%; }
.event_conts .fnt-s-70 { font-size: 70%; }
.event_conts .fnt-s-50 { font-size: 50%; }
.event_conts h2.ttl {
    font-size: 68px;
    text-align: center;
    color: #e45f7e;
    font-weight:500;
    letter-spacing: 1px;
    text-shadow:
        0 0 20px #fff,
        0 0 20px #fff,
        0 0 16px #fff,
        0 0 13px #fff,
        0 0 10px #fff,
        0 0 4px #fff;
}
.conts_inner > section {
    margin-top: 160px;
}

/* custom style */
.mv {
    width: 100%;
}
.mv .mv_img {
    width: 100%;
}
.mv .campaign_date {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 37px;
    min-height: 100px;
    text-align: center;
    background-color: #fff;
    letter-spacing: 3px;
}
.cmp {
    
}
.cmp .cmp_txt {
    margin-top: 90px;
    font-size: 36px;
    text-align: center;
}
.cmp .cmp_txt + .cmp_txt {
    margin-top: 1.5em;
}
.step {
    
}
.step .step_list {
    
}
.step .step_list li {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    padding: 0 3%;
}
.step .step_list img {
    max-width: 100%;
}
/* step2_box */
.step .step2_text {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 80px;
}
.step .step2_text .step2_ttl {
    font-size: 36px;
    text-decoration: underline;
    color: #e45f7e;
}
.step .step2_text .step2_txt {
    font-size: 28px;
}
.step .step2_text .step2_hashbox {
    background-color: #faf7f7;
    max-width: 800px;
    width: 90%;
    margin: 50px auto 0;
    padding: 30px 10px;
}
.step .step2_text .step2_hashbox_txt {
    font-size: 31px;    
}
.step .step2_text .step2_hashbox_txt .fnt-c {
    color: #e45f7e;
    font-weight: 600;
}
.step .step2_text .step2_hashbox_txt .caution {
    font-size: 26px;
}

.lottery {
    
}
.lottery .lottery_point {
    margin-top: 100px;
    padding: 0 3%;
}
.lottery .lottery_point li {
    position: relative;
    max-width: 939px;
    margin: 0 auto;
}
.lottery .lottery_point li + li {
    margin-top: 30px;
}
.lottery .lottery_point .lottery_mark-l ,
.lottery .lottery_point .lottery_mark-r {   
    position: absolute;
    width: 8.8%;
}
.lottery .lottery_point .lottery_mark-l {
    bottom: 66%;
    left: 0.5%;
}
.lottery .lottery_point .lottery_mark-r {
    bottom: 5%;
    right: -2%;
}
.entry {
    padding-bottom: 100px;
}
.entry .entry_list {
    font-size: 30px;
    margin-top: 80px;
    padding-left: .5em;
}
.entry .entry_list dt {
    
}
.entry .entry_list dd {
    padding-left: 1em;
}
.entry .entry_list .dotted_list {
    padding-left: 0.1em;
}
.entry .entry_list .dotted_list li {
    position: relative;
}
.entry .entry_list .dotted_list li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: -1em;
}
@media screen and (max-width: 768px) {
    .pc { display: none; }
    .sp { display: block; }

    #contents {
        background: url("https://www.kanemitsu-group.co.jp/html/user_data/assets/itsumo_file/img/hahanohi_reviewCP/bg-sp.jpg") repeat top center !important;
        background-size: 100% auto !important;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        margin-top: 20px;
    }
    .conts_inner > section {
        margin-top: 50px;
    }
    .event_conts h2.ttl {
        font-size: 26px;
        font-size: clamp( 26px, 6.4vw, 36px );
    }

    .mv .campaign_date {
        min-height: 40px;
        min-height: clamp( 40px, 11vw, 70px );
        font-size: 14px;
        font-size: clamp( 14px, 3.8vw, 26px );
        letter-spacing: 1px;
    }
    .cmp .cmp_txt {
        font-size: 15px;
        font-size: clamp( 15px, 4vw, 22px );
        margin-top: 35px;
    }
    .step .step_list li {
        margin-top: 20px;
        margin-top: 5vw;
    }
    /* step2_box */
    .step .step2_text {
        padding-top: 2vw;
        padding-bottom: 7.7vw;
    }
    .step .step2_text .step2_ttl {
        font-size: 4.2vw;
    }
    .step .step2_text .step2_txt {
        font-size: 3.6vw;
    }
    .step .step2_text .step2_hashbox {
        width: 90%;
        margin: 5vw auto 0;
        padding: 3vw 1vw;
    }
    .step .step2_text .step2_hashbox_txt {
        font-size: 4vw;    
    }
    .step .step2_text .step2_hashbox_txt .caution {
        font-size: 3.2vw;
    }

    .lottery .lottery_point {
        margin-top: 35px;
    }
    .lottery .lottery_point li + li {
        margin-top: 15px;
    }
    .entry {
        padding-bottom: 30px;
    }
    .entry .entry_list {
        margin-top: 30px;
        font-size: 13px;
        font-size: clamp( 13px, 3vw, 16px );
        padding: 0 0.5em 0 1.5em;
    }

}
