.timer-wrap {
    width: 100%;
    padding: 8px 0;
    background: #fbec03;
}

.timer-wrap .timer-appeal {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: center;/*stretch;*/
    align-items: center;
}
.timer-wrap .text {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    margin: 0 10px;
    color: #d00e31;
    /*width: 50%;*/
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 2px;
}
.timer-wrap .end {
    font-size: 25px;
    font-weight: bold;
    margin: 0 10px;
    color: #000;
    text-align: center;
}
.timer-wrap #timer .yycountdown-box {
    text-align: center;
    line-height: 1;
}
.timer-wrap #timer .yycountdown-box .yyc-day, .timer-wrap #timer .yycountdown-box .yyc-hou, .timer-wrap #timer .yycountdown-box .yyc-min, #header .timer-wrap .yycountdown-box .yyc-sec {
    background: #fff;
    border-radius: 3px;
    margin: 0 5px;
    padding: 2px 7px;
}
.timer-wrap #timer .yycountdown-box {
    text-align: center;
    line-height: 1;
    width: 100%;
}
.timer-wrap #timer .yycountdown-box span {
    font-family: "Arial";
    font-size: 2em;
    font-weight: bold;
    color: #d00e31;
}
.timer-wrap #timer .yycountdown-box .yyc-day, .timer-wrap #timer .yycountdown-box .yyc-hou, .timer-wrap #timer .yycountdown-box .yyc-min, .timer-wrap #timer .yycountdown-box .yyc-sec {
    background: #fff;
    border-radius: 3px;
    margin: 0 5px;
    padding: 2px 7px;
}
.timer-wrap #timer .yycountdown-box .yyc-day-text, .timer-wrap #timer .yycountdown-box .yyc-hou-text, .timer-wrap #timer .yycountdown-box .yyc-min-text, .timer-wrap #timer .yycountdown-box .yyc-sec-text {
    font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 1.5em;
    color: #000;
    letter-spacing: 0px;
    font-weight: bold;
    padding: 0 2px;
    background: none;
}
/*カウントダウンテキスト装飾*/
.cd_text span {
    color: #4d9bc1;
    border: 2px solid #4d9bc1;
    margin: 3px;
    display: inline-block;
    width: 1.3em;
    height: 1.2em;
    line-height: 1.3;
}


@media screen and (max-width:767px) {
    .timer-wrap .timer-appeal {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
        flex-wrap: wrap;
    justify-content: stretch;
    align-items: center;
}
.timer-wrap .text {
    position: relative;
    font-size: 19px;
    font-weight: bold;
    margin: 0 10px 10px;
    color: #d00e31;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: unset;
}
.timer-wrapper {
    width: 100%;
}
.timer-wrap #timer .yycountdown-box {
    text-align: center;
    line-height: 1;
}
    .timer-wrap #timer .yycountdown-box span {
    font-family: "Arial";
    font-size: 1.7em;
    font-weight: bold;
    color: #d00e31;
}

.timer-wrap #timer .yycountdown-box .yyc-day-text, .timer-wrap #timer .yycountdown-box .yyc-hou-text, .timer-wrap #timer .yycountdown-box .yyc-min-text, .timer-wrap #timer .yycountdown-box .yyc-sec-text {
    font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 1.3em;
    color: #000;
    letter-spacing: 0px;
    font-weight: bold;
    padding: 0 2px;
    background: none;
}
/*カウントダウンテキスト装飾*/
    /*.cd_text span {
        color: #4d9bc1;
        background-color: #fff;
        border: 2px solid #4d9bc1;
        margin: -1px;
        display: inline-block;
        width: 1.5em;
        height: 1.4em;
        line-height: 1.2;
        text-indent: -1px;
        font-size: 98%;
    }*/
    
    .cd_text span {
        color: #4d9bc1;
        background-color: #fff;
        border: 2px solid #4d9bc1;
        margin: 0px;
        padding-block: 1.5px 1px;
        display: inline-block;
        width: 1.5em;
        height: auto;
        line-height: 1.1;
        font-size: 95%;
    }
    /*.cd_text span:last-of-type {
        margin-inline: -4px 4px;
    } */
}