.entry-header {
    display: none;
}

@media screen and (min-width: 763px) {
    .br-pc {
        display: block;
    }

    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 763px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }
}


/*---- background-----*/
#cover {
    background-color: #ED4A71;
}

#discount,
#terms {
    background-color: #F5D5DC;
}

#overview,
#notice {
    background-color: #F4E414;
}

.terms_inner {
    background-color: #ED4A71;
}

/*---- background end-----*/
.badge_box {
    text-align: center;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    padding: 18px 28px;
}

.badge__tag {
    background: #ffe14d;
    color: #c81e4e;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
    padding: 6px 8px;
}

.badge__date {
    color: #e8336b;
    font-weight: 700;
    white-space: nowrap;
}

.badge__date .num {
    font-size: 30px;
}

.badge__date .unit {
    font-size: 18px;
    margin: 0 2px 0 1px;
}

/*---- title-----*/
h1 {
    text-align: center;
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    color: #000;
    padding: 10px 0;
}

h2 {
    position: relative;
    z-index: 1;
    float: none;
    margin: 0 auto 20px;
    color: #000;
    text-align: center;
    padding: 26px 0;
    font-size: 2.2em;
    font-weight: 700;
}

h2:before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    border: solid 4px #000;
    width: 2.5em;
}

.baloon_tag {
    color: #FFF;
    font-weight: 700;
    text-align: center;
    background: #ED4A71;
    border-radius: 40px;
    padding: 10px 60px;
    width: 420px;
    margin: 20px auto;
    display: block;
}

#overview h2 {
    color: #ED4A71;
}

#terms h2 {
    color: #fff;
}

#overview h2:before {
    border: solid 4px #ED4A71;
}

#terms h2:before {
    border: solid 4px #fff;
}

h2+p {
    font-weight: 700;
}

.wt_text {
    color: #fff;
}

@media screen and (max-width: 736px) {
    h2 {
        margin: 0 auto 20px;
        padding: 22px 0;
        width: 300px;
        font-size: 18px;
    }
}

.text-sub {
    font-size: 0.8em;
}

/*---- title end-----*/


#overview p {
    text-align: center;
    font-weight: 700;
    color: #000;
}

.overview_sub {
    border-radius: 10px;
    border: 5px solid #ED4A71;
    background: #FFF;
    padding: 1em;
}

.discount_notes {
    padding: 10px;
    background: #EAC3CC;
    border-radius: 10px;
}

.postscript {
    text-align: center;
}

.postscript_inner {
    display: inline-block;
    text-align: left;
    font-weight: 700;
    font-size: 0.9em;
    color: #000;
}

.discount_caution {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #000;
}

.discount_notes img {
    width: 140px;
    height: auto;
}

.discount_notes p {
    font-size: 0.8em;
    padding-left: 20px;
}

.discount_notes p span {
    font-weight: 700;
    color: #db092a;
}

.terms_container {
    display: flex;
    justify-content: center;
}

.terms_box {
    padding: 30px;
    width: 280px;
}

.terms_box img {
    background: #F5D5DC;
    border-radius: 120px;
    padding: 15px 20px;
}

.terms_ti {
    font-weight: 700;
    font-size: 0.8em;
    text-align: center;
    color: #000;
    margin-top: 10px;
    line-height: 1.3em;
}

.terms_sub {
    font-weight: 400;
    font-size: 0.7em;
    text-align: center;
    line-height: 1.3em;
}

#terms .notes {
    text-align: center;
    font-size: 0.8rem;
    color: #000;
}

.link_btn {
    color: #fff;
    display: block;
    margin: auto;
    text-align: center;
    height: 70px;
    line-height: 70px;
    width: 420px;
    background-color: #48A3D7;
    border-radius: 5px;
}

.text_link {
    text-decoration: underline;
}

#notice {
    text-align: center;
}

#notice .notice_box {
    background: rgba(228, 245, 250, 0.5);
    border-radius: 10px;
    padding: 50px 5px;
}

#notice ul {
    font-size: 0.9em;
    display: inline-block;
    text-align: left;
    color: #000;
}

@media screen and (max-width: 736px) {
    .discount_caution {
        display: flex;
        flex-direction: column;
    }

    .discount_notes p {
        margin-top: 10px;
    }

    .discount_notes img {
        width: 180px;
        height: auto;
    }

    .terms_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .terms_box {
        padding: 16px 5px;
        width: calc(50%);
    }

    .baloon_tag {
        width: 290px;
    }

    .badge {
        padding: 10px 20px;
    }

    .badge__tag {
        font-size: 10px;
    }

    .badge__date .num {
        font-size: 20px;
    }

    .badge__date .unit {
        font-size: 12px;
    }
}