/* Reset */
.icw img.img-queen {
    width: 100%;
    max-width: 467px;
    margin: 0 auto;
}

.icw img.img-txt {
    width: 100%;
    max-width: 462px;
    margin: 0 auto;
}

.splash-page .btn-img {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.splash-page .btn-img img {
    display: block;
    width: 164px;
    cursor: pointer;
}

/* Splash */
#page.splash-page {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    text-align: center;
    /* background: url(../img/queen-birthday2022/bg.jpg) #b08ec1; */
    background-image: url(../img/queen-birthday2022/frame.png),  url(../img/queen-birthday2022/bg.jpg);
    background-repeat: no-repeat;
    background-position: center,center bottom;
    background-size: 96% 95%, cover;
}

.splash-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
}

.splash-wrap .splash-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 10px 0 30px;
}

.splash-page .splash-heading {
    line-height: 1;
}

.splash-page .splash-heading .br {
    display: block;
}

.splash-page .action-bottom {
    margin-top: 20px;
}

.splash-image img {
    display: block;
    margin: 0 auto;
}

.btn-row {
    position: relative;
    margin: -5px -15px;
    font-size: 0;
}

.btn-row .btn-col {
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
    max-width: 50%;
}

.btn-row .btn-col .btn {
    margin: 0;
}

.btn-click {
    width: 191px;
    height: 47px;
    -webkit-transition: color ease-in-out .2s;
    -o-transition: color ease-in-out .2s;
    transition: color ease-in-out .2s;
}

.btn-click.th {
    background: url('../img/queen-birthday2022/bt-th.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn-click.th:hover {
    background: url('../img/queen-birthday2022/bt-th-hover.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn-click.en {
    background: url('../img/queen-birthday2022/bt-en.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn-click.en:hover {
    background: url('../img/queen-birthday2022/bt-en-hover.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn-click.th2 {
    background: url('../img/queen-birthday2022/bt-th-hover.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn-click.th2:hover {
    background: url('../img/queen-birthday2022/bt-th.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn-click.en2 {
    background: url('../img/queen-birthday2022/bt-en-hover.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn-click.en2:hover {
    background: url('../img/queen-birthday2022/bt-en.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width:1024px) {
    #page.splash-page {
        background: url(../img/queen-birthday2022/frame-m.png), url(../img/queen-birthday2022/bg-m.jpg) #b08ec1;
        background-repeat: no-repeat;
        background-position: center, center bottom;
        background-size: 90% 96%, cover;
    }

    .splash-body .tb,
    .splash-body .tbcell {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .splash-page .btn {
        min-width: 150px;
    }

    .btn-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .btn-row .btn-col {
        padding-left: 5px;
        padding-right: 5px;
    }

    .splash-wrap .splash-inner {
        padding: 20px 0 40px;
    }

    .splash-body .tb,
    .splash-body .tbcell {
        display: block;
    }

    .icw img.img-txt {
        margin: 0 auto;
    }

    .icw img.img-queen {
        max-width: 248px;
    }

    .icw img.img-txt {
        max-width: 256px;
    }

    .btn-row .btn-col {
        display: block;
        max-width: none;
    }

    .btn-click {
        width: 189px;
    }

    .splash-page .action-bottom {
        margin-top: 10px;
    }

}
