.purchase-box {
    background: #ffffff;
}

.purchase-box-pc {
    width: 310px;
    float: right;
    padding: 0;
}

.purchase-box .title {
    padding: 8px;
    font-size: 1.5em;
    background: #f1f1f1;
    margin: 0;
    font-weight: normal;
}

.purchase-box-pc .title {
    color: #333333;
    background: #ffffff;
}

.purchase-box form {
    background: #ffffff;
}

.purchase-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 8px;
}

.purchase-box-pc .purchase-buttons {
    padding: 0;
}

#btn:is(.about-link button) {
    color: #333333;
}

#ppv #center_column .purchase-box h3 {
    text-align: left;
    font-weight: 600;
    line-height: 14px;
    font-size: 1.23em;
    padding: 16px 0;
    margin: 0;
    border: none;
}

.purchased-container {
    padding: 0 8px 16px;
    background: #ffffff;
}

.purchase-box-pc .purchased-container {
    padding: 0;
}

.about-link button,
.about-link a {
    display: flex;
    align-items: center;
    background: #ffffff;
    font-size: 0.92em;
    font-weight: 300;
    color: #333333;
    text-decoration: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.about-link {
    align-self: end;
}

.links {
    display: flex;
    gap: 16px;
    padding: 16px 8px;
    flex-direction: column;
    text-align: right;
    text-align: -webkit-right;
}

.purchase-box-pc .links {
    padding: 16px 0;
}

.purchase-box .alert {
    background: #ffeaea;
}

.purchase-box .purchased-alert {
    color: #fa0000;
    font-size: 1.07em;
    font-weight: 300;
    line-height: 14px;
    height: 30px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.purchased-alert p {
    margin: 0;
}

.first-purchased-alert {
    color: #333333;
    text-align: center;
    font-size: 1.07em;
    font-weight: 300;
    line-height: 18px;
    height: 48px;
    align-content: center;
    margin-top: 8px;
}

.first-purchased-alert span {
    color: #fa0000;
    font-weight: 600;
    line-height: 18px;
}

.purchased-message {
    color: #fa0000;
    font-size: 0.92em;
    font-weight: 300;
    line-height: 14px;
}

.sale-end-container {
    height: 31px;
    display: flex;
    padding-top: 12px;
    margin-bottom: 12px;
}

.purchase-box-pc .sale-end-container {
    padding: 0;
}

.sale-title {
    align-content: center;
    background: #fa0000;
    color: #ffffff;
    text-align: center;
    font-size: 1.23em;
    font-weight: 600;
    line-height: 16px;
    width: 50%;
    height: 100%;
    border: 1px solid #fa0000;
    border-radius: 4px 0 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale-countdown {
    align-content: center;
    color: #fa0000;
    text-align: center;
    font-size: 1.07em;
    font-weight: 600;
    line-height: 16px;
    width: 50%;
    height: 100%;
    border: 1px solid #fa0000;
    border-radius: 0 4px 4px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.purchase-box-pc .sale-countdown {
    font-size: 0.92em;
}

.purchase-box .coupon {
    height: 31px;
    color: #ff6201;
    font-size: 1.07em;
    font-weight: 600;
    line-height: 14px;
    border: 1px solid #ff6201;
    border-radius: 4px;
    margin: 12px 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.purchase-box-pc .coupon {
    margin: 0 0 12px;
}

.coupon p {
    margin: 0;
}

.purchase-box .sale-start-date {
    padding: 8px 0;
    margin: 16px 8px 0;
    background: #f4f4f4;
    color: #11a2f3;
    text-align: center;
    font-size: 1.07em;
    font-weight: 600;
    line-height: 16px;
}

.purchase-box-pc .sale-start-date {
    margin: 16px 0 0;
}

.purchase-box .sale-start-date p {
    margin-block: auto;
}

.purchase-box .ppv-banner img {
    height: 60px;
    object-fit: cover;
}

.other-sale {
    color: #333333;
    text-align: center;
    font-size: 1.23em;
    font-weight: 600;
    line-height: 14px;
    margin: 16px 0;
}

.banners {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    overflow: hidden;
    margin-top: 16px;
}

.about-link .arrow {
    position: relative;
    display: inline-block;
    width: 7.7px;
    height: 13.3px;
    margin-left: 8px;
}

.about-link .arrow::before,
.about-link .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 10px;
    height: 2px;
    border-radius: 9999px;
    background-color: #fa0000;
    transform-origin: calc(100% - 1px) 50%;
}

.about-link .arrow::before {
    transform: rotate(45deg);
}

.about-link .arrow::after {
    transform: rotate(-45deg);
}

.all-purchased {
    padding-bottom: 8px;
}

.only-dvd-button {
    padding: 0 8px;
}

.purchase-box-pc .only-dvd-button {
    padding: 8px 0 0;
}

@media (hover: hover) {
    .about-link button:hover,
    #btn .about-link a:hover,
    #ppv .about-link a:hover {
        color: #fa0000;
    }
}
