/*
  ポイントアップ
*/
/* 共通css START */
.sale-page.sale-pointup .key-visual {
    background: url(/stcontents/img/sub-page/pointup/kv-background-pc.jpg?251208) center center no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .sale-page.sale-pointup .key-visual {
        background: url(/stcontents/img/sub-page/pointup/kv-background-sp.jpg?251208) center center no-repeat;
        background-size: cover;
    }
}
.sale-pointup .sns .sp-only {
    display: inline-block;
}
.sale-pointup .ro-box .no-date .sub-box-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 22px 16px 24px !important;
}
.sale-pointup .ro-box .no-date .sub-box-detail.disabled {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.sale-pointup .ro-box .no-date .sub-box-detail .btn-disabled {
    background: #f5f5f5;
    border: none;
    opacity: 1;
    color: #c6c6c6;
}
/* 共通css END */


/* 通常ver START */
.sale-page.sale-pointup .key-visual:has(.title):before {
    height: 320px;
}
@media screen and (max-width: 767px) {
    .sale-page.sale-pointup .key-visual:has(.title):before {
        height: 314px;
    }
}
/* 通常ver END */


/* キャンペーンver START */
.sale-page.sale-pointup .key-visual:has(.title-campaign) .inner {
    text-align: center;
}
.sale-page.sale-pointup .key-visual .inner .title-campaign h1 {
    line-height: 1;
}
.sale-pointup .key-visual .title-campaign h1 img {
    width: 100%;
    height: auto;
    max-width: 680px;
}
@media screen and (max-width: 767px) {
    .sale-page.sale-pointup .key-visual:has(.title-campaign) .inner {
        bottom: 126px;
    }
    .sale-pointup .key-visual .title-campaign h1 img {
        max-width: 550px;
    }
}
/* キャンペーンver END */