@charset "UTF-8";
#active-campaign {
    padding: 15px 0;
}
#active-campaign .pc-banner{
    display: none;
    margin: 0 auto;
    text-align: center;
}
#active-campaign .sp-banner{
    display: block;
    margin: 0 auto;
    text-align: center;
}
#active-campaign img{
    max-width: 100%;
}
@media (min-width: 768px) {
    #active-campaign .pc-banner{
        display: block;
    }
    #active-campaign .sp-banner{
        display: none;
    }
}
#ranking .ranking-swiper-wrap {
    position: relative;
    overflow: hidden;
}
#ranking .rankingSwiper {
    padding: 0 0 42px;
}
#ranking .ranking-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#ranking .ranking-slide {
    position: relative;
    height: auto;
}
#ranking .ranking-rank {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 8px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #d71920;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
}
#ranking .innerList {
    height: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
}
#ranking .innerList a {
    display: block;
    color: #333;
    text-decoration: none;
}
#ranking figure {
    width: 100%;
    min-height: 100px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
#ranking figure img {
    width: 100%;
    height: auto;
    display: block;
}
#ranking p.title {
    height: 40px;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.6;
    box-sizing: content-box;
}
#ranking p.title span {
    display: block;
}
#ranking .ticketTypePrice {
    width: 100%;
    margin: 0;
}
#ranking .ticketTypePrice .inner {
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
}
#ranking .ranking-swiper-prev,
#ranking .ranking-swiper-next {
    color: #d71920;
}
#ranking .ranking-swiper-prev:after,
#ranking .ranking-swiper-next:after {
    font-size: 26px;
    font-weight: 700;
}
#ranking .ranking-swiper-pagination .swiper-pagination-bullet-active {
    background: #d71920;
}
