@charset "UTF-8";

.kaitoriCP{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

a img:hover {
    opacity: 0.8;
}

.-hide {
    display: none !important;
}
.-textHide {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 0;
}

.smallCaution {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

@keyframes blink {
  75% { opacity: 0.0; }
}
@-webkit-keyframes blink {
  75% { opacity: 0.0; }
}
.-blink {
  animation: blink 1s step-end infinite;
  -webkit-animation: blink 1s step-end infinite;
}

#container {
    min-width:  1080px;
    max-width: 1400px;
}

.kaitoriCP_textHide,
.kaitoriCP_bg {
    background: center top/1400px auto no-repeat;
    margin: 0;
    width: 100%;
}

.kaitoriCP_textHide {
    text-indent: -9999px;
}

.kaitoriCP_bg {
    position: relative;
}

.kaitoriCP_textHide.-main01 {
    background-image: url('/pc/img/feature/kaitori-campaign/game/202507/main01.png');
    height: 1604px;
}

/* switch2買取価格リスト */

.kaitoriCP_textHide.-switchPriceLockList_title {
    background-image: url('/pc/img/feature/kaitori-campaign/game/202507/title_lock.png') ;
    width: 938px;
    height: 221px;
    margin: 80px auto;
    background-size: auto;
}

.kaitoriCP_textHide.-switch2List_title {
    background-image: url('/pc/img/feature/kaitori-campaign/game/202507/title_swicth2.png') ;
    width: 1083px;
    height: 223px;
    margin: 80px auto;
    background-size: auto;
}

#switch_pricelists ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 60px;
    width: 1080px;
}

#switch_pricelists ul.switch2List li {
    width: 50%;
}

#switch_pricelists ul.switchPriceLockList li {
    width: 33%;
}

#switch_pricelists ul li .body {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 460px;
    position: relative;
    text-align: center;
}

#switch_pricelists ul li .body .body_data {
    position: absolute;
    left: 0;
    right: 0;
    top: 240px;
    z-index: 2;
}

#switch_pricelists .switch_body-name {
    align-items: center;
    display: flex;
    font-size: 22px;
    font-weight: bold;
    height: 58px;
    margin: 0 auto 20px;
    justify-content: center;
    width: 100%;
}

#switch_pricelists .switch_body-colorLabel {
    border: solid 1px #000;
    font-size: 20px;
    margin: 0 auto 10px;
    width: 50px;
}

#switch_pricelists .switch_body-priceLabel{
    font-size: 20px;
    font-weight: bold;
}

#switch_pricelists .switch_body-priceNum {
    color: #E3009E;
    font-family: sans-serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 74px;
}

#switch_pricelists .switch_body-priceNum span {
    color: #E3009E;
    font-family: sans-serif;
    font-size: 33px;
    font-weight: bold;
}

#switch_pricelists .-about_purchase_price {
    margin-top: 60px;
}

#switch_pricelists .-about_purchase_price a {
    display: block;
    margin: auto;
    width: 317px;
}


.link_wrap {
    display: block;
    margin: 40px auto;
    text-align: center;
    width: fit-content;
}

/* 高く売れるコツ */

.kaitoriCP_textHide#switch_kotsu{
    background-image: url('/pc/img/feature/kaitori-campaign/game/202507/switch_kotsu.png');
    height: 500px;
    margin: 80px auto;
} 


/* ハード買取価格リスト */
.kaitoriCP_textHide.-switchHardList_title {
    background-image: url('/pc/img/feature/kaitori-campaign/game/202507/title_switchHardList.png');
    height: 262px;
}

.kaitoriCP_textHide.-retroHardList_title {
    background-image: url('/pc/img/feature/kaitori-campaign/game/202507/title_retroHardList.png');
    height: 262px;
}

#hardlists ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 60px;
    width: 1080px;
}

#hardlists ul li {
    width: 33%;
}

#hardlists .img_wrap{
    display: flex;
    height: 300px;
    justify-content: center;
    align-items: center;
}

#hardlists ul li .body {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#hardlists .body {
    text-align: center;
}

#hardlists .hard_body-name {
    align-items: self-start;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    height: 80px;
    margin-bottom: 20px;
    justify-content: center;
}

#hardlists .hard_body-priceLabel{
    background: #333333;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

#hardlists .hard_body-priceNum {
    color: #e50012;
    font-family: sans-serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 74px;
}

#hardlists .hard_body-priceNum span {
    color: #e50012;
    font-family: sans-serif;
    font-size: 33px;
    font-weight: bold;
}

.-about_purchase_price {
    margin-top: 60px;
}

.-about_purchase_price a {
    display: block;
    margin: auto;
    width: 317px;
}

/*ソフトの買取もやってます*/
#switch_soft{
    position: relative;
    margin: 120px auto;
}

.kaitoriCP_textHide.-softImage{
    background-image: url('/pc/img/feature/kaitori-campaign/game/202507/game_lists.png');
    height: 701px;
}

#switch_soft a {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    text-align: center;
    width: fit-content;
}


/*下部コンテンツ*/
.kaitoriCP_textHide.-omakase01 {
    background-image: url('/pc/img/feature/kaitori-campaign/game/202507/omakase.png');
    height: 1526px;
}

.kaitoriCP_textHide.-omakase02 {
    background-image: url('/pc/img/feature/kaitori-campaign/game/202507/target02.png');
    height: 323px;
    margin: 40px auto 120px;
}

.-kaitoriFlow ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.-kaitoriFlow ul li{
    margin: 5px auto;
}

.-kaitoriFlow{
    background-image: url('/pc/img/feature/kaitori-campaign/game/202507/bg_anchor.png');
    height: 289px;    
}

.kaitoriCP_textHide.-kaitori_stepflow {
    background-image: url('/pc/img/feature/kaitori-campaign/game/202507/kaitori_flow.png');
    height: 2516px;
    position: relative;
}

section#top_anchor1 {
    position: relative;
}

.kaitoriCP_flowStore-link {
    left: 50%;
    position: absolute;
    bottom: 66px;
    transform: translateX(-50%);
}

.kaitoriCP_textHide.-store02 {
    background-image: url('/pc/img/feature/kaitori-campaign/game/202507/store02.png');
    height: 832px;
}

.kaitoriCP_bg.-store03 {
    background-image: url('/pc/img/feature/kaitori-campaign/game/202507/store03.png');
    height: 515px;
    padding: 406px 0 0;
}

.btn_store {
    text-align: center;
}

.kaitoriCP_textHide.-send01 {
    background-image: url('/pc/img/feature/kaitori-campaign/game/202507/send01.png');
    height: 1834px;
    margin-top: 100px;
}

.kaitoriCP_textHide.-send02 {
    background-image: url('/pc/img/feature/kaitori-campaign/game/202507/send02.jpg');
    height: 1211px;
}
.kaitoriCP_bg.-send03 {
    height: calc(351*1400px/1920);
    padding: 10px 0 0;
    text-align: center;
}
.kaitoriCP_textHide.-reason {
    background-image: url('/pc/img/feature/kaitori-campaign/game/202409/reason.jpg');
    height: calc(1900*1400px/1920);
}
.kaitoriCP_textHide.-voice {
    background-image: url('/pc/img/feature/kaitori-campaign/game/202409/voice_1127.png');
    height: 1982px;
}


/*よくある質問*/
.kaitoriCP_faq {
    background: #FCDA08 url('/pc/img/feature/kaitori-campaign/game/202409/faq.png') no-repeat center top / 1920px auto;
    padding: 510px 0 100px;
}
.kaitoriCP_faq-head{
    text-align: center;
}
.kaitoriCP_faq-head img{
    margin-left: -325px;
    vertical-align: bottom;
}

.kaitoriCP_faq-list {
    margin:  0 auto;
    width: 1007px;
}

.kaitoriCP_faq-list li {
    margin-bottom: 40px;
}

.kaitoriCP_faq-Q {
    background: #003a58 url('/pc/img/feature/kaitori-campaign/game/202409/icon_Q.png') left center/104px auto no-repeat;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    line-height: 90px;
    padding: 0 0 0 130px;
    position: relative;
}
.kaitoriCP_faq-Q::after {
    content: '＋';
    color: #fff;
    font-size: 50px;
    position: absolute;
    right: 20px;
}

.kaitoriCP_faq-Q.-open::after {
    content: '－';
}

.kaitoriCP_faq-A {
    background: #fff url('/pc/img/feature/kaitori-campaign/game/202409/icon_A.png') left 10px/106px auto no-repeat;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 80px 30px 150px
}

.kaitoriCP_faq-A .red{
    color: #2ca96c;
    font-weight: bold;
}

.kaitoriCP_banner {
    margin-top: 50px;
    text-align: center;
}

.kaitoriCP_banner a {
    display: block;
    margin: 0 auto 50px;
    width: 700px;
}

.kaitoriCP_banner img {
    width: 700px;
    display: block;
}

.kaitoriCP_faq .qa_btn {
    display: flex;
    gap: 14px;
}

.kaitoriCP_faq .qa_btn a {
    color: #FFF;
    text-decoration: none;
    background: #2ca96c;
    display: block;
    width: fit-content;
    border-radius: 6px;
    position: relative;
    padding: 3px 30px 2px 10px;
}

.kaitoriCP_faq .qa_btn a span {
    color: #FFF;
    text-align: right;
    display: inline-block;
    font-size: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#pagetopBtn{
    z-index: 10;
}

.noCpTargetItem {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

/************************************************************************************
*  2023/06/17 追加分
************************************************************************************/
/* cp0821_bnrWrap
-----------------------------------------------------------*/
.cp0821_bnrWrap {
    text-align: center;
    margin: -310px 0 75px;
    position: relative;
}

.cp0821_bnrWrap .cp0821_btnWrap {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
}

.cp0821_bnrWrap .cp0821_btnWrap a {
    display: inline-block;
}

/* body_kaitoriupCP
-----------------------------------------------------------*/
.body_kaitoriupCP {
    position: relative;
    height: fit-content;
    margin-top: 70px;
    padding-bottom: 90px;
}

.body_kaitoriupCP .cpImg_main {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.body_kaitoriupCP .cpExp_titleWrap {
    text-align: center;
    width: 100%;
    padding-top: 1343px;
}

.body_kaitoriupCP .cpExp_title {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    width: auto;
    margin: 0 auto 10px;
    padding-bottom: 0;
    border-bottom: 3px solid black;
    display: inline-block;
    margin-top: -20px;
    padding-top: 20px;
}

.body_kaitoriupCP .cpExp_date {
    color: #e3009e;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 18px 0 0 0;
}

.body_kaitoriupCP .bodyKaitoriupCP_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: 20px auto 0;
    padding: 10px 0 0;
    position: relative;
    gap: 10px 0;
}

#body_kaitoriupCP_item {
    margin-top: -60px;
    padding-top: 60px;
}


.bodyKaitoriupCP_list li {
    text-align: center;
    position: relative;
}

.bodyPs5 .bodyKaitoriupCP_list li {
    width: 400px;
}

.bodySwitch .bodyKaitoriupCP_list li {
    width: 33%;
}

#body_kaitoriupCP .bodyPs5 .bodyKaitoriupCP_list li:nth-of-type(1),
#body_kaitoriupCP .bodyPs5 .bodyKaitoriupCP_list li:nth-of-type(2) {
    padding-top: 305px;
}

#body_kaitoriupCP .bodySwitch .bodyKaitoriupCP_list li:nth-of-type(1),
#body_kaitoriupCP .bodySwitch .bodyKaitoriupCP_list li:nth-of-type(2),
#body_kaitoriupCP .bodySwitch .bodyKaitoriupCP_list li:nth-of-type(3) {
    padding-top: 210px;
    width: 33%;
}

.bodyKaitoriupCP_list li img {
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.bodyKaitoriupCP_list li img.newprice {
    margin: 0 auto;
    position: relative;
}

.bodyKaitoriupCP_list .cpItem_name {
    display: block;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 5px 0;
}

.bodyKaitoriupCP_list .cpItem_color {
    border: 1px solid;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 0 5px;
}

.bodyKaitoriupCP_list .cpItem_text {
    margin: 20px 0 0;
    font-weight: bold;
    font-size: 16px;
}

.bodyKaitoriupCP_list .cpItem_priceTitle {
    font-size: 15px;
    font-weight: 900;
    margin: 5px 0 0;
}

.bodyKaitoriupCP_list .cpItem_price {
    position: relative;
    color: #1A1A1A;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin: 24px 0 10px 16px;
}

.bodyPs5.noup-price .bodyKaitoriupCP_list .cpItem_price,
.bodySwitch .bodyKaitoriupCP_list .cpItem_price {
    position: relative;
    color: #E3009E;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.bodyKaitoriupCP_list .cpItem_price::after {
    background: url('/pc/img/feature/kaitori-campaign/game/202409/kaitoriup_label_1111.png');
    background-repeat: no-repeat;
    content: '';
    display: block;
    left: -15px;
    position: absolute;
    width: 318px;
    height: 65px;
    bottom: -6px;
}

.bodyKaitoriupCP_list .cpItem_price.-up2000::after {
    background: url('/pc/img/feature/kaitori-campaign/game/202409/kaitoriup_label_1209.png');
    background-repeat: no-repeat;
    content: '';
    display: block;
    left: -15px;
    position: absolute;
    width: 318px;
    height: 65px;
    bottom: -6px;
}

.bodyPs5.noup-price .bodyKaitoriupCP_list .cpItem_price.-up2000::after,
.bodySwitch .bodyKaitoriupCP_list .cpItem_price.-up2000::after {
    background: url('/pc/img/feature/kaitori-campaign/game/202409/kaitoriup_label_0114.png');
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -64px;
    width: 370px;
    height: 128px;
}

.bodyPs5.noup-price .bodyKaitoriupCP_list .cpItem_price.-up3000::after,
.bodySwitch .bodyKaitoriupCP_list .cpItem_price.-up3000::after {
    background: url('/pc/img/feature/kaitori-campaign/game/202409/kaitoriup_label_0217.png');
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -64px;
    width: 370px;
    height: 128px;
}

.bodyKaitoriupCP_list .cpItem_price span {
    font-size: 18px;
    font-weight: bold;
}

.body_title {
    text-align: center;
}

.body_title img {
    position: relative;
    z-index: 20;
    margin: 60px auto 10px;
}

.bodyPs5 {
    background: #fff5bf;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    margin: 50px auto 0;
    padding: 0 0 50px;
    width: 910px;
}

.bodyPs5.noup-price {
    background: none;
    margin: 0;
    padding: 0 0 50px;
    width: unset;
}

.bodySwitch {
    padding: 0 0 30px;
}

.kaitoriCP .cpNote {
    width: 910px;
    margin: 75px auto 0;
    padding: 20px 80px;
    border-radius: 10px;
    border: solid 3px #F6B2E2;
}

.kaitoriCP .cpNote p {
    font-size: 18px;
    font-weight: bold;
}

.kaitoriCP .cpNote p + p {
    margin-top: 3px;
}

/* stickyWrap
-----------------------------------------------------------*/
.stickyWrap {
    display: none;
    position: fixed;
    right: calc(50% - 960px);
    bottom: 22px;
    width: 383px;
    height: 163px;
    margin: 0;
    padding: 15px 10px 0 0;
    z-index: 500;
}

.stickyWrap img{
    width: 100%;
}

@media screen and (max-width: 1920px) {
    .stickyWrap {
        right: 10px;
    }
}

.stickyWrap .stickyInner {
    position: relative;
}

.stickyInner a {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.stickyInner .sticky_closeBtn {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    background-color: #0e2f43;
    color: #FFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: none;
    font-size: 27px;
    text-align: center;
}

/************************************************************************************
*  2024/02/13 追加分
************************************************************************************/
.cp_sliders_top_wrapper{
    margin-top: -190px;
    margin-bottom: 100px;
    position: relative;
}

.cp_sliders_top_pc{
    position: relative;
}

.cp_sliders_top_pc .btn_item{
    position: absolute;
    left: 286px;
    margin: 0 auto;
    top: 884px;
}

.cp_sliders_top_pc .btn_item.update20250217{
    top: 507px;
    left: 342px;
}

.cp_sliders_top_item {
    /* margin: 0px 27.5px; */
    margin: 0 auto;
    width: 880px;
    position: relative;
}

.cp_sliders_top_item > img{
    width: 100%;
    vertical-align: top;
}

.cp_sliders_top_item2_btn {
    width: 161px;
    bottom: 20px;
    right: 15px;
}

.cp_sliders_top_item3_btn {
    width: 161px;
    bottom: 22px;
    right: 25px;
}

.cp_sliders_top_pc .slick-slide {
    height: auto;
}

.cp_sliders_top_pc .slick-dots{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.cp_sliders_top_pc .slick-dots li{
    line-height: 1;
}

.cp_sliders_top_pc .slick-dots li:not(:last-child){
    margin-right: 55px;
}

.cp_sliders_top_pc .slick-dots li button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-size: 0;
}

.cp_sliders_top_pc_arrow {
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    margin: auto;
    height: 45px;
    width: 950px;
    pointer-events: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.cp_sliders_top_pc_arrow .arrow_prev,
.cp_sliders_top_pc_arrow .arrow_next {
    width: 30px;
    height: 45px;
    background-image: url(/pc/img/feature/kaitori-campaign/game/202409/slider_prev.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: auto;
}

.cp_sliders_top_pc_arrow .arrow_next {
    background-image: url(/pc/img/feature/kaitori-campaign/game/202409/slider_next.png);
    right: 0;
}

.cp_sliders_top_pc .slick-dots li button{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #9B9B9B;
}

.cp_sliders_top_pc .slick-dots li.slick-active button{
    background-color: #FF4872;
}

.cp_sliders_top_item{
    position: relative;
}

.cp_sliders_top_item > img{
    vertical-align: top;
}

.cp_sliders_top_item_btn{
    display: block;
    position: absolute;
}

.cp_sliders_top_item_btn > img{
    width: 100%;
    vertical-align: top;
}

.cp_sliders_top_item1_btn{
    width: 180px;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
}

.cp_sliders_top_item2_btn{
    width: 161px;
    bottom: 20px;
    right: 15px;
}

.cp_sliders_top_item3_btn{
    width: 161px;
    bottom: 22px;
    right: 25px;
}

/* switch2CP_wrap */
.switch2CP_wrap {
    background: center top/100% auto no-repeat;
    background-image: url('/pc/img/feature/kaitori-campaign/game/202507/switch2CP.jpg');
    height: 750px;
    margin: 0;
    width: 100%;
}

.switch2CP_wrap .flexslider.content {
    margin: 570px auto 0;
    width: 386px;
}

.switch2CP_wrap .flexslider.content li:first-child {
    margin-bottom: 5px;
}

.cp_anchors_top_pc{
    background-color: #003A58;
}

.cp_anchors_top_pc > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1020px;
    margin: 0 auto;
    padding: 60px 0;
    /* gap: 5px 0; */
    background-image: 
        url(/pc/img/feature/kaitori-campaign/game/202409/bg_top_anchor_left.png), 
        url(/pc/img/feature/kaitori-campaign/game/202409/bg_top_anchor_right.png);
    background-repeat: no-repeat;
    background-position: left 220px, right 145px;
}

.cp_anchors_top_pc > ul > li{
    width: 700px;
}

.cp_anchors_top_pc > ul > li:not(:last-child){
    margin-bottom: 5px;
}

.cp_anchors_top_pc > ul > li img{
    width: 100%;
    vertical-align: top;

}

.body_kaitoriupCP.ps5NorikaeCP .bodyKaitoriupCP_list::after,
.body_kaitoriupCP.switchNorikaeCP .bodyKaitoriupCP_list::after{
    background: none;
    content: none;
}

.ps5NorikaeCP .bodyKaitoriupCP_list li:nth-of-type(1), 
.ps5NorikaeCP .bodyKaitoriupCP_list li:nth-of-type(2),
.switchNorikaeCP .bodyKaitoriupCP_list li:nth-of-type(1), 
.switchNorikaeCP .bodyKaitoriupCP_list li:nth-of-type(2)
{
    padding-top: 160px;
}

.body_kaitoriupCP.ps5NorikaeCP .cpExp_titleWrap,
.body_kaitoriupCP.switchNorikaeCP .cpExp_titleWrap{
    margin-top: 75px;
}

.body_kaitoriupCP.ps5NorikaeCP .cpExp_title,
.body_kaitoriupCP.switchNorikaeCP .cpExp_title{
    color: #24418E;
    border-bottom: 3px solid #24418E;
    position: relative;
}

.body_kaitoriupCP.ps5NorikaeCP .cpExp_title:after,
.body_kaitoriupCP.switchNorikaeCP .cpExp_title:after {
    content: "";
    display: inline-block;
    background-image: url(/pc/img/feature/kaitori-campaign/game/202409/ps5_norikae_title_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 34px;
    height: 11px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13px;
    margin: auto;
}

.body_kaitoriupCP.ps5NorikaeCP .cpExp_date,
.body_kaitoriupCP.switchNorikaeCP .cpExp_date,
.ps5NorikaeCP .bodyKaitoriupCP_list .cpItem_price,
.switchNorikaeCP .bodyKaitoriupCP_list .cpItem_price{
    color: #F56511;
}

.cpItem_priceWrapper{
    display: flex;
    justify-content: center;
    gap: 0 13px;
    margin-top: 15px;
}

.ps5NorikaeCP .bodyKaitoriupCP_list .cpItem_price::after,
.switchNorikaeCP .bodyKaitoriupCP_list .cpItem_price::after {
    background-image: url(/pc/img/feature/kaitori-campaign/game/202409/kaitoriup_label_coupon_3000.png);
    background-repeat: no-repeat;
    content: '';
    display: block;
    left: 45%;
    position: absolute;
    transform: translateX(-50%);
    width: 273px;
    height: 138px;
    bottom: -22px;
}

.body_kaitoriupCP.ps5NorikaeCP .bodyKaitoriupCP_list_wrapper {
    background-image: url(/pc/img/feature/kaitori-campaign/game/202409/cp0213_ps5_norikae_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.body_kaitoriupCP.switchNorikaeCP .bodyKaitoriupCP_list_wrapper {
    background-image: url(/pc/img/feature/kaitori-campaign/game/202409/cp0213_switch_norikae_bg.png);
    background-repeat: no-repeat;
    background-position-y: 60px;
    background-size: 100%;
}

.switchNorikaeCP_bnr{
    width: 700px;
    margin: 35px auto 0;
    padding-top: 110px;
    background-image: url(/pc/img/feature/kaitori-campaign/game/202409/cp0213_switch_norikae_plus.png);
    background-repeat: no-repeat;
    background-position: top;
}