@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'CookieRun';
    src: url('../font/CookieRun-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CookieRun';
    src: url('../font/CookieRun-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

body {
    padding-top: 0 !important;
}
nav.navbar {
    display: none;
}

.swiper-slide {
    font-family: "CookieRun", "Noto Sans" , sans-serif;
}

.swiper-slide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 164px;
    background: url("../imgs/gb.png") repeat-x;
    z-index: 1;
}

.swiper-slide .title-area {
    position: absolute;
    bottom: 0;
    width: 78%;
    z-index: 5;
    font-size: 5.20833333vw;
    padding: 2.60vw 2.60vw 1.70vw 2.60vw;
}

.swiper-slide .title-area h1, .swiper-slide .title-area h2 {
    font-weight: 900;
    color: white;
    width: 100%;
    margin:0;
}

.title-area h1 {
    font-size: 1.05em;
    padding-bottom: 0.18em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.title-area h2.swiper-sub-title {
    font-weight: normal;
    word-break: break-all;
    font-size: 0.41em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.05em;
    line-height: 1.4em;
}

.title-area.hg-shadow h2.swiper-sub-title {
    -webkit-text-stroke: 0.25em black;
    text-shadow: none;
}

.swiper-slide .title-area.hg-shadow {
    -webkit-text-stroke: 0.1375em black;
    text-shadow: 0 0.125em black;
    z-index: 4;
}

.swiper-slide .sudo-btn {
    font-weight: normal;
    width: 17.96875vw;
    height: 7vw;
    position: absolute;
    bottom: 1.70vw;
    right: 2.20vw;
    z-index: 11;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color:#fff;
    font-size: 2.8vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-slide .sudo-btn.hg-shadow {
    background-color: rgb(192, 192, 192, 80%);
    z-index: 10;
    -webkit-border-radius: 3.5vw;
    -moz-border-radius: 3.5vw;
    border-radius: 3.5vw;
    -webkit-text-stroke: 0.2em #919191;
    text-shadow: 0 0.03em #919191;
    box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.2);
}


.img-slide-wrapper.container-lg {
    padding: 0;
}

.list-group .list-group-item {
    padding-top: 4px;
    padding-bottom: 4px;
}

.swiper .slide-counter {
    font-family: 'CookieRun', sans-serif;
    font-weight: normal;
    width: 10.807291666666667vw;
    height: 4.166666666666666vw;
    text-align: center;
    position: absolute;
    top: 1.302083333333333vw;
    right: 2.473958333333333vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    border-radius: 2vw;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 2.3vw;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.swiper-slide.hg-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14.919354838709677vw;
    height: 4.939516129032258vw;
    z-index: 10;
}

.hg-badge.event::before{
    background: url(../imgs/event.png) no-repeat;
    background-size:cover;
}

.hg-badge.new::before{
    background: url(../imgs/new.png) no-repeat;
    background-size:cover;
}

.hg-badge.pass::before{
    background: url(../imgs/pass.png) no-repeat;
    width: 18.850806451612903vw;
    background-size:cover;
}

.hg-badge.sale::before{
    background: url(../imgs/sale.png) no-repeat;
    background-size:cover;
}

.hg-badge.update::before{
    background: url(../imgs/update.png) no-repeat;
    width: 15.725806451612903vw;
    background-size:cover;
}


@media (min-width: 992px) {
    .swiper-slide .title-area .swiper-title {
        font-size: 54px;
    }
    .swiper-slide .title-area.hg-shadow .swiper-title {
        -webkit-text-stroke: 7px black;
        text-shadow: 0 6px black;
    }

    .swiper-slide .title-area .swiper-sub-title {
        font-size: 21px;
    }

    .swiper .slide-counter {
        width: 107px;
        height: 41px;
        font-size: 23px;
    }

    .swiper-slide .sudo-btn {
        width: 180px;
        height: 70px;
        font-size: 28px;
    }
}
