*{
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
}
.hide{
    display: none !important;
}
body{
    background-color: #ffcfff;
    padding-top: 46px;
}
.wrap01{
    padding-left: 17px;
    padding-right: 17px;
}
.wrap02{
    padding-left: 12px;
    padding-right: 12px;
}
#forceVertical{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
    background: rgba(0,0,0,0.5) url(../img/common/force_vertical.png) 50% 50% / cover no-repeat;
}
#forceVertical.show{
    display: block;
}
#resume{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
}
#btn_game_resume{
    display: block;
    padding: 0;
    border: none;
    background-color: transparent;
}
#resume img{
    width: 90vw;
    height: auto;
}
#resume.show{
    display: flex;
}
.horizontal #resume.show{
    display: none !important;
}
#gameStartAction{
    position: fixed;
    z-index: 10;
    background-color: #e02e86;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}
#gameStartAction.action{
    opacity: 0;
}
#gameStartAction.hide{
    display: none;
}
#kemuri_gif.action{
    opacity: 0;
    transition: opacity 0.5s ease-out 2.5s;
}
#kemuri{
    width: 102.4vw;
    margin-left: -20vw;
    transform: scale(0,0);
    transition: transform 0.5s ease-out,opacity 1s ease-out 0.5s;
}
#kemuri.action{
    transform: scale(1.25,1.25);
    /*opacity: 0;*/
}
#kemuri.action2{
    opacity: 0;
    transform: scale(1.5,1.5);
    transition: transform 1s ease-out,opacity 1s ease-out;

    /*opacity: 0;*/
}
#tabekko{
    position: fixed;
    top: 46px;
}
.horizontal #tabekko{
    display: none;
}

#tabekko.is_end_page{
    display: none;
}
#tabekko.is_end_page:after{
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#end_page{
    padding-bottom: 12px;
    display:none;
    background: #e2c199 url(../img/end/bg.png) 0 -10px / 100% auto no-repeat;
}
#end_page.test{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#kamifubuki {
    position: absolute;
    width: 100%;
    height: 270px;
    z-index: 1;
    display: none;
}
.android #kamifubuki {
    background: url(../img/end/kamifubuki_android.png) 0 0 / 100% auto no-repeat;
}
#tabekko.is_end_page ~ #kamifubuki{
    display: block;
}
.end_complete_title{
    position: relative;
    z-index: 2;
    padding-top: 16px;
    padding-left: 18px;
    padding-right: 18px;
}
.end_complete_title img{
    max-width: 100%;
    width: 330px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.end_complete_char{
    position: relative;
    z-index: 2;
    margin-top:104px;
    padding-left: 18px;
    padding-right: 18px;
}

.end_complete_char img{
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 375px){
    .end_complete_char img{
        max-width: 82%;

    }
}
.end_rank{
    padding-left: 64px;
    padding-right: 64px;
    margin-top: 14px;
    min-height: 94px;
}
@media (max-width: 375px){
    .end_rank{
        margin-top: 10px !important;
    }
}
.end_rank img{
    max-width: 100%;
    height: auto;
    display: block;
}
.end_btn_zukan_wrap{
    padding: 17px;
}
.end_btn_zukan{
    display: block;
    background-color: transparent;
    padding: 0;
    border: none;
}
.end_btn_zukan img{
    max-width: 100%;
    height: auto;
    display: block;
}
.end_btn_replay{
    display: block;
    margin-top: 8px;
}
.end_btn_replay img{
    max-width: 100%;
    height: auto;
    display: block;
}
.end_btn_other{
    display: block;
    margin-top: 8px;
}
.end_btn_other img{
    max-width: 100%;
    height: auto;
    display: block;
}

.end_kazu{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.end_kazu .txt_kazu_get{
    width: auto;
    height: 81px;
    display: flex;
    align-items: flex-end;
}
.end_kazu .txt_kazu_get img{
    width: auto;
    height: 81px;
    display: block;
    margin-left: -2px;
    margin-right: -2px;
}
.end_kazu .txt_kazu_total{
    width: auto;
    height: 56px;
}
.end_kazu .txt_hiki{
    width: auto;
    height: 37px;
}
.end_kazu_title{
    margin-top: 14px;
    padding-left: 65px;
    padding-right: 65px;
}
.end_kazu_title img{
    display: block;
    max-width: 100%;
    height: auto;
}
.end_complete_text{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.end_complete_wrap img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.end_complete_wrap figcaption{
    text-align: center;
    margin-top: 10px;
}
.end_btn_replay{
}
.end_btn_replay a{
    display: block;
    max-width: 281px;
    margin-left:auto;
    margin-right: auto;
}
.end_btn_replay a img{
    max-width: 100%;
    height: auto;
}
.end_btn_twitter{
    padding-left: 17px;
    padding-right: 17px;
    margin-top: 16px;
}
.end_btn_twitter a{
    display: block;
    margin-left:auto;
    margin-right: auto;
    max-width: 341px;
}
.end_btn_twitter a img{
    max-width: 100%;
    height: auto;
}
.end_zukan_wrap .end_btn_zukan_wrap,
.end_zukan_wrap .end_tw_application,
.end_zukan_wrap .end_copyright,
.end_zukan_wrap .end_happyset{
    position: relative;
    z-index: 11;
}
.end_zukan_wrap .end_btn_zukan_wrap{
    padding: 0;
    margin-top: 19px;
}
.end_tw_application{
    margin: 19px 0;
    padding: 21px 14px 18px 14px;
    border-radius: 15px;
    border: solid 4px #000;
    background-color: #fff6eb;
}
.end_tw_application .mccard{
    margin-top: 20px;
}
.end_zukan_wrap .end_tw_application .mccard{
    margin-top: 0;
}
.end_tw_application img{
    max-width: 100%;
    height: auto;
    display: block;
}
.end_tw_application h2{
    text-align: center;
}
.end_tw_application p{
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 2;
}
.end_tw_application_btn{
    display: flex;
    justify-content: center;
}

.end_period_text{
    margin-top: 12px;
}
.end_btn_tweet{
    margin-top: 15px;
}
.end_tw_application_btn{
    margin-top: 10px;
    width: 69.6%;
    margin-left: auto;
    margin-right: auto;
}
.end_happyset{
    padding: 22px 16px 17px 16px;
    border-radius: 15px;
    border: solid 3px #000;
    background-color: #ff8400;
}
.end_happyset img{
    width: 100%;
    height: auto;
}
.end_happyset h2{
    text-align: center;
}
.end_happyset p{
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 2;
}
.end_happyset_btn{
    display: flex;
    justify-content: center;
}
.end_happyset_btn img{
    max-width: 100%;
    height: auto;
}
.end_copyright{
    display: flex;
    justify-content: center;
    margin-top: 18px;
}
.end_copyright img{
    width: auto;
    height: 30px;
    display: block;
}
.end_zukan_ct{
    position: relative;
    z-index: 20;
    background-color: #fff6d0;
    border-radius: 15px;
    padding: 10px 10px 15px;
    border: 3px solid #000;
}
.end_zukan_char{
    display: flex;
    justify-content: center;
    max-width: 100%;
    flex-shrink: 1;
    margin-top: 30px;
}
.end_zukan_char img{
    display: block;
}
.end_zukan_char.end_zukan_char_01{
    margin-top: 14px;
}
.end_zukan_char.end_zukan_char_02{
    margin-top: 23px;
}
.end_zukan_char.end_zukan_char_03{
    margin-top: 26px;
}
.end_zukan_char img:nth-child(1),
.end_zukan_char img:nth-child(3){
    width: 32.665%;
}
.end_zukan_char img:nth-child(2){
    width: 34.668%;
}
.end_zukan_char.end_zukan_char_02 img:nth-child(2){
    width: 32.203%;
}
.end_zukan_char.end_zukan_char_02 img:nth-child(3){
    width: 35.13%;
}

.end_zukan_char.end_zukan_char_17 img:nth-child(1),
.end_zukan_char.end_zukan_char_17 img:nth-child(2){
    width: 32.665%;
}
.end_zukan_count{
    display: flex;
    justify-content: center;
}
.end_zukan_wrap{
    display: none;
    position: absolute;
    top: 46px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 12px;
}
.end_zukan_wrap:after{
    content: "";
    position: fixed;
    z-index: 10;
    left: 0;
    top: 46px;
    width: 100%;
    height: 100%;
    background-color:#e02e86;
}
.end_zukan_wrap.active{
    display: block;
}
.end_zukan_title img{
    max-width: 100%;
    height: auto;
}
.end_zukan_wrap h2{
    position: relative;
    top: 0;
    z-index: 12;
    padding-top: 20px;
    padding-bottom: 16px;
    text-align: center;
}
.end_zukan_wrap h2 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.end_zukan_wrap .end_tw_application h2{
    padding-top: 0;
    padding-bottom: 20px;
}
.end_zukan_selected_text{
    padding-left: 14px;
}
.end_zukan_rank{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #fff;
}
.end_zukan_rank span{
    font-size: 27px;
    font-weight: bold;
    position: relative;
}
.end_zukan_rank span i{
    font-size: 27px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    font-style: normal;
}
.end_zukan_rank span:before {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 0.3em #000;
    left: 0;
    top: 0.15em;
    z-index: 1;
}
.end_zukan_rank b{
    position: relative;
    font-size: 38px;
}
.end_zukan_rank b span{
    position: relative;
    font-size: 38px;
    z-index: 2;
}
.end_zukan_rank b:before {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 0.26em #000;
    left: 0;
    top: 0.13em;
    z-index: 1;
}

.end_zukan_selected{
    display: flex;
    justify-content: center;
    align-items: center;
}

.end_zukan_wrap h3{
    display: flex;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 10px;
}
.end_zukan_charlist{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 16px;
    margin: 0;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
}
.end_zukan_charlist li{
    max-width: 50%;
    min-width: 50%;
    height: 174px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.end_zukan_charlist li img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    height: 130px;
    object-fit: none;
    object-position: top 0px left 0px;
}
.end_zukan_charlist li b{
    display: block;
    text-align: center;
}
.end_zukan_charlist li span{
    display: block;
    font-style:  normal;
    text-align: center;
}
#forceVertical{

}
#tabekko_navbar.game .closeZukan,
#tabekko_navbar.end .closeZukan
{
    display: none;
}

#tabekko_navbar.zukan .backGame,
#tabekko_navbar.title .backGame
{
    display: none;
}