﻿@-webkit-keyframes sizeScale {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }

    75% {
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
        opacity: 0
    }
}

@keyframes sizeScale {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }

    75% {
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
        opacity: 0
    }
}

.lineup_sec .mod_sec_box .select_box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0.4rem 0.7rem 0.4rem;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 460px) {
    .lineup_sec .mod_sec_box .select_box {
        padding: 0 0.3rem 0.4rem 0.3rem
    }
}

@media print,
screen and (min-width: 461px) {

    .lineup_sec .mod_sec_box .select_box .car_box,
    .lineup_sec .mod_sec_box .select_box .maker_box,
    .lineup_sec .mod_sec_box .select_box .order_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.lineup_sec .mod_sec_box .select_box .car_box .txt,
.lineup_sec .mod_sec_box .select_box .maker_box .txt,
.lineup_sec .mod_sec_box .select_box .order_box .txt {
    font-size: 0.16rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 0.2rem
}

@media print,
screen and (min-width: 461px) {

    .lineup_sec .mod_sec_box .select_box .car_box .txt,
    .lineup_sec .mod_sec_box .select_box .maker_box .txt,
    .lineup_sec .mod_sec_box .select_box .order_box .txt {
        width: 0.9rem
    }
}

@media screen and (max-width: 460px) {

    .lineup_sec .mod_sec_box .select_box .car_box .txt,
    .lineup_sec .mod_sec_box .select_box .maker_box .txt,
    .lineup_sec .mod_sec_box .select_box .order_box .txt {
        font-size: 0.14rem;
        padding-left: 0.175rem
    }
}

.lineup_sec .mod_sec_box .select_box .car_box .txt:before,
.lineup_sec .mod_sec_box .select_box .maker_box .txt:before,
.lineup_sec .mod_sec_box .select_box .order_box .txt:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.07rem;
    height: 0.015rem;
    background-color: #ad1c21
}

.lineup_sec .mod_sec_box .select_box .car_box .list_box,
.lineup_sec .mod_sec_box .select_box .maker_box .list_box,
.lineup_sec .mod_sec_box .select_box .order_box .list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.lineup_sec .mod_sec_box .select_box .car_box .list_box li,
.lineup_sec .mod_sec_box .select_box .maker_box .list_box li,
.lineup_sec .mod_sec_box .select_box .order_box .list_box li {
    font-size: 0.16rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    border: 1px solid #e0e0e0;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

@media screen and (max-width: 460px) {

    .lineup_sec .mod_sec_box .select_box .car_box .list_box li,
    .lineup_sec .mod_sec_box .select_box .maker_box .list_box li,
    .lineup_sec .mod_sec_box .select_box .order_box .list_box li {
        font-size: 0.12rem;
        margin-top: 0.1rem
    }
}

.lineup_sec .mod_sec_box .select_box .car_box .list_box li a,
.lineup_sec .mod_sec_box .select_box .maker_box .list_box li a,
.lineup_sec .mod_sec_box .select_box .order_box .list_box li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.16rem 0.22rem
}

@media screen and (max-width: 460px) {

    .lineup_sec .mod_sec_box .select_box .car_box .list_box li a,
    .lineup_sec .mod_sec_box .select_box .maker_box .list_box li a,
    .lineup_sec .mod_sec_box .select_box .order_box .list_box li a {
        padding: 0.14rem 0.105rem
    }
}

.ie .lineup_sec .mod_sec_box .select_box .car_box .list_box li a,
.ie .lineup_sec .mod_sec_box .select_box .maker_box .list_box li a,
.ie .lineup_sec .mod_sec_box .select_box .order_box .list_box li a {
    padding: 0.222rem 0.22rem 0.16rem 0.22rem
}

.lineup_sec .mod_sec_box .select_box .car_box .list_box li:not(:last-of-type),
.lineup_sec .mod_sec_box .select_box .maker_box .list_box li:not(:last-of-type),
.lineup_sec .mod_sec_box .select_box .order_box .list_box li:not(:last-of-type) {
    margin-right: 0.1rem
}

@media screen and (max-width: 460px) {

    .lineup_sec .mod_sec_box .select_box .car_box .list_box li:not(:last-of-type),
    .lineup_sec .mod_sec_box .select_box .maker_box .list_box li:not(:last-of-type),
    .lineup_sec .mod_sec_box .select_box .order_box .list_box li:not(:last-of-type) {
        margin-right: 0.05rem
    }
}

.lineup_sec .mod_sec_box .select_box .car_box .list_box li.active,
.lineup_sec .mod_sec_box .select_box .maker_box .list_box li.active,
.lineup_sec .mod_sec_box .select_box .order_box .list_box li.active {
    background-color: #ad1c21;
    border: none
}

.lineup_sec .mod_sec_box .select_box .car_box .list_box li:hover,
.lineup_sec .mod_sec_box .select_box .maker_box .list_box li:hover,
.lineup_sec .mod_sec_box .select_box .order_box .list_box li:hover {
    background-color: #ad1c21
}

.lineup_sec .mod_sec_box .select_box .car_box,
.lineup_sec .mod_sec_box .select_box .order_box {
    margin-top: 0.2rem
}

@media screen and (max-width: 460px) {

    .lineup_sec .mod_sec_box .select_box .car_box,
    .lineup_sec .mod_sec_box .select_box .order_box {
        margin-top: 0.225rem
    }
}

.lineup_sec .lineup_wrap {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 0.5rem 0 1.05rem 0
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap {
        padding: 0.2rem 0 0.65rem 0
    }

    .lineup_sec .lineup_wrap:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0.5rem;
        width: 0.32rem;
        height: 0.375rem;
        background-image: url(../image/lineup_list_line_03_sp.png);
        background-size: cover
    }

    .lineup_sec .lineup_wrap:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 66px 42.5px;
        border-color: transparent transparent #ad1c21 transparent
    }
}

.lineup_sec .lineup_wrap .post_box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0.4rem;
    position: relative
}

@media print,
screen and (min-width: 461px) {
    .lineup_sec .lineup_wrap .post_box:before {
        content: '';
        position: absolute;
        top: 6.4rem;
        left: -2.15rem;
        width: 0.98rem;
        height: 1.5rem;
        background-image: url(../image/uservoice_list_line_01.png);
        background-size: cover
    }

    .lineup_sec .lineup_wrap .post_box:after {
        content: '';
        position: absolute;
        top: 3.95rem;
        right: -1.75rem;
        width: 1.68rem;
        height: 4.55rem;
        background-image: url(../image/uservoice_list_line_02.png);
        background-size: cover
    }
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .post_box {
        padding: 0 0.3rem
    }
}

.lineup_sec .lineup_wrap .post_box .sort_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.lineup_sec .lineup_wrap .post_box .sort_box .order_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.68rem;
    height: 0.3rem
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .post_box .sort_box .order_link {
        width: 0.525rem;
        height: 0.25rem
    }
}

.lineup_sec .lineup_wrap .post_box .sort_box .order_link span {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0;
    letter-spacing: 0.05em;
    padding-left: 0.15rem;
    position: relative
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .post_box .sort_box .order_link span {
        font-size: 0.14rem;
        padding-left: 0.11rem
    }
}

.lineup_sec .lineup_wrap .post_box .sort_box .order_link span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.1rem;
    height: 0.16rem;
    background-size: cover;
    background-image: url(../image/order_arrow_orange.png)
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .post_box .sort_box .order_link span:before {
        width: 0.085rem;
        height: 0.136rem
    }
}

.lineup_sec .lineup_wrap .post_box .sort_box .order_link.active {
    background-color: #ad1c21
}

.lineup_sec .lineup_wrap .post_box .sort_box .order_link.active span:before {
    background-image: url(../image/order_arrow_white.png)
}

.lineup_sec .lineup_wrap .post_box .sort_box .order_link.ascending span:before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.lineup_sec .lineup_wrap .post_box .sort_box .order_link.descending {
    margin-left: 0.12rem
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .post_box .sort_box .order_link.descending {
        margin-left: 0.06rem
    }
}

.lineup_sec .lineup_wrap .post_box .sort_box .order_link.descending span:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.lineup_sec .lineup_wrap .post_box .list_box {
    margin-top: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .post_box .list_box {
        margin-top: 0.08rem
    }
}

.lineup_sec .lineup_wrap .post_box .list_box li {
    padding: 0.225rem 0.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* background-image:url(../image/lineup_list_bg_deco.png); */
    background-size: cover;
    background-position: center;
    border: 2px solid;
}

@media print,
screen and (min-width: 461px) {
    .lineup_sec .lineup_wrap .post_box .list_box li {
        width: calc(25% - 0.15rem)
    }

    .lineup_sec .lineup_wrap .post_box .list_box li+li {
        margin-left: 0.2rem
    }

    .lineup_sec .lineup_wrap .post_box .list_box li:nth-of-type(4n+1) {
        margin-left: 0
    }

    .lineup_sec .lineup_wrap .post_box .list_box li:nth-of-type(n+5) {
        margin-top: 0.4rem
    }
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .post_box .list_box li {
        padding: 0.2rem;
        background-image: url(../image/lineup_list_bg_deco_sp.png)
    }

    .lineup_sec .lineup_wrap .post_box .list_box li+li {
        margin-top: 0.1rem
    }
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .post_box .list_box li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.lineup_sec .lineup_wrap .post_box .list_box li a .post_title {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #ad1c21
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .post_box .list_box li a .post_title {
        font-size: 0.15rem;
        width: 100%
    }
}

.lineup_sec .lineup_wrap .post_box .list_box li a .post_txt {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 1.5625;
    margin-top: 0.04rem;
    color: #000;
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .post_box .list_box li a .post_txt {
        font-size: 0.14rem;
        line-height: 1.64286;
        width: 100%;
        margin-top: 0.1rem
    }
}

.lineup_sec .lineup_wrap .post_box .list_box li a .post_img {
    position: relative;
    width: 100%;
    padding-top: 65.4545%;
    margin-top: 0.18rem
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .post_box .list_box li a .post_img {
        width: 50.84%;
        padding-top: 36.605%;
        margin-top: 0.12rem
    }
}

.lineup_sec .lineup_wrap .post_box .list_box li a .post_img .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;"
}

.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.2rem
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box {
        width: calc(49.84% - 0.15rem);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0.08rem
    }
}

.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .price_box {
    width: 0.9rem
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .price_box {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width: 460px) {

    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .price_box .body,
    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .price_box .pay {
        width: calc(50% - 0.025rem)
    }
}

.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .price_box .body .txt,
.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .price_box .pay .txt {
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 1.78571;
    color: #a2a2a2
}

@media screen and (max-width: 460px) {

    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .price_box .body .txt,
    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .price_box .pay .txt {
        font-size: 0.12rem;
        line-height: 1.83333
    }
}

.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .price_box .body .num,
.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .price_box .pay .num {
    font-size: 0.16rem;
    font-weight: bold;
    letter-spacing: 0.05em
}

@media screen and (max-width: 460px) {

    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .price_box .body .num,
    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .price_box .pay .num {
        letter-spacing: 0;
        font-size: 0.13rem
    }
}

@media print,
screen and (min-width: 461px) {
    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .price_box .pay {
        margin-top: 0.12rem
    }
}

.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box {
    width: calc(100% - 0.9rem)
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box {
        width: 100%
    }
}

.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .inspection,
.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .mileage,
.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .year {
    border-top: 1px solid #25272d;
    padding: 0.095rem 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 460px) {

    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .inspection,
    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .mileage,
    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .year {
        padding: 0.04rem 0.1rem
    }
}

.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .inspection .txt,
.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .mileage .txt,
.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .year .txt {
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 1;
    color: #a2a2a2
}

@media screen and (max-width: 460px) {

    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .inspection .txt,
    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .mileage .txt,
    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .year .txt {
        font-size: 0.12rem
    }
}

.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .inspection .num,
.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .mileage .num,
.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .year .num {
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 1
}

@media screen and (max-width: 460px) {

    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .inspection .num,
    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .mileage .num,
    .lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .year .num {
        font-size: 0.12rem
    }
}

.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .year .num {
    text-align: right
}

.lineup_sec .lineup_wrap .post_box .list_box li a .price_info_box .info_box .inspection {
    border-bottom: 1px solid #25272d
}

.lineup_sec .lineup_wrap .paging_box {
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    position: relative
}

/*@media print,
screen and (min-width: 461px) {
    .lineup_sec .lineup_wrap .paging_box:before {
        content: '';
        position: absolute;
        top: -0.35rem;
        left: -1.4rem;
        width: 0.98rem;
        height: 2.06rem;
        background-image: url(../image/lineup_list_line_03.png);
        background-size: cover
    }

    .lineup_sec .lineup_wrap .paging_box:after {
        content: '';
        position: absolute;
        top: -0.85rem;
        right: -1.4rem;
        width: 1.84rem;
        height: 1.8rem;
        background-image: url(../image/lineup_list_line_04.png);
        background-size: cover
    }
}*/

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .paging_box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 0.5rem;
        padding: 0 0.3rem
    }
}

.lineup_sec .lineup_wrap .paging_box .back_link .arrow_icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.lineup_sec .lineup_wrap .paging_box .arrow_icon {
    width: 0.12rem
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .paging_box .arrow_icon {
        width: 0.09rem
    }
}

.lineup_sec .lineup_wrap .paging_box .paging_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media print,
screen and (min-width: 461px) {
    .lineup_sec .lineup_wrap .paging_box .paging_list {
        margin: 0 0.5rem
    }
}

.lineup_sec .lineup_wrap .paging_box .paging_list li {
    width: 0.49rem;
    height: 0.49rem;
    border: 1px solid #ad1c21
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .paging_box .paging_list li {
        width: 0.39rem;
        height: 0.39rem
    }
}

.lineup_sec .lineup_wrap .paging_box .paging_list li.current {
    background-color: #ad1c21
}

.lineup_sec .lineup_wrap .paging_box .paging_list li+li {
    margin-left: 0.1rem
}

.lineup_sec .lineup_wrap .paging_box .paging_list li a {
    font-size: 0.16rem;
    letter-spacing: 0.05em;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .paging_box .paging_list li a {
        font-size: 0.14rem
    }
}

.lineup_sec .lineup_wrap .paging_box {
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    position: relative
}

/*@media print,
screen and (min-width: 461px) {
    .lineup_sec .lineup_wrap .paging_box:before {
        content: '';
        position: absolute;
        top: -0.35rem;
        left: -1.4rem;
        width: 0.98rem;
        height: 2.06rem;
        background-image: url(../image/lineup_list_line_03.png);
        background-size: cover
    }

    .lineup_sec .lineup_wrap .paging_box:after {
        content: '';
        position: absolute;
        top: -0.85rem;
        right: -1.4rem;
        width: 1.84rem;
        height: 1.8rem;
        background-image: url(../image/lineup_list_line_04.png);
        background-size: cover
    }
}*/

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .paging_box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 0.5rem;
        padding: 0 0.3rem
    }
}

.lineup_sec .lineup_wrap .paging_box .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media print,
screen and (min-width: 461px) {
    .lineup_sec .lineup_wrap .paging_box .wp-pagenavi {
        position: relative;
        margin: 0 0.5rem
    }
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .paging_box .wp-pagenavi {
        margin: 0 auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: calc(0.39rem * 5 + 0.5rem)
    }
}

@media screen and (max-width: 375px) {
    .lineup_sec .lineup_wrap .paging_box .wp-pagenavi {
        max-width: calc(0.39rem * 5 + 0.5rem + 1px)
    }
}

@media screen and (max-width: 320px) {
    .lineup_sec .lineup_wrap .paging_box .wp-pagenavi {
        max-width: calc(0.39rem * 5 + 0.5rem + 2px)
    }
}

.lineup_sec .lineup_wrap .paging_box .wp-pagenavi>* {
    width: 0.49rem;
    height: 0.49rem;
    border: 1px solid #ad1c21;
    font-size: 0.16rem;
    letter-spacing: 0.05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .paging_box .wp-pagenavi>* {
        font-size: 0.14rem;
        width: 0.39rem;
        height: 0.39rem
    }
}

.lineup_sec .lineup_wrap .paging_box .wp-pagenavi>.current,
.lineup_sec .lineup_wrap .paging_box .wp-pagenavi>a.page-num-current {
    background-color: #ad1c21;
    color: #fff;
}

.lineup_sec .lineup_wrap .paging_box .wp-pagenavi .page {
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.lineup_sec .lineup_wrap .paging_box .wp-pagenavi .page:hover {
    background-color: #ad1c21
}

.lineup_sec .lineup_wrap .paging_box .wp-pagenavi .nextpostslink,
.lineup_sec .lineup_wrap .paging_box .wp-pagenavi .previouspostslink {
    font-size: 0.32rem;
    color: #ad1c21;
    font-weight: bold;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(0.4);
    -ms-transform: translateY(-50%) scaleX(0.4);
    transform: translateY(-50%) scaleX(0.4);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: auto;
    height: auto;
    border: none;
    letter-spacing: 0;
    display: inline
}

.lineup_sec .lineup_wrap .paging_box .wp-pagenavi .nextpostslink:hover,
.lineup_sec .lineup_wrap .paging_box .wp-pagenavi .previouspostslink:hover {
    opacity: .5
}

.lineup_sec .lineup_wrap .paging_box .wp-pagenavi .nextpostslink {
    right: -0.5rem
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .paging_box .wp-pagenavi .nextpostslink {
        right: 0.3rem
    }
}

.lineup_sec .lineup_wrap .paging_box .wp-pagenavi .previouspostslink {
    left: -0.5rem
}

@media screen and (max-width: 460px) {
    .lineup_sec .lineup_wrap .paging_box .wp-pagenavi .previouspostslink {
        left: 0.3rem
    }
}