.point-display-inner {
    padding: 16px;
    border: 6px solid #d7f1ff;
}

.price-option:has(input[type=radio]) {
    background: #f4f4f4;
}

.price-option:has(input[type=radio]:checked) {
    background: #ffffff;
    border-bottom: none;
}

.price-option:has(input[type=radio]:checked) + .point-display-area {
    height: auto;
}

.price-option:has(input[type=radio]:not(:checked)) + .point-display-area {
    height: 0;
}

.price-option input[type=radio] {
    margin: 0;
    width: 16px;
    height: 16px;
    appearance: none;
    position: relative;
    border: 1px solid #707070;
    border-radius: 50%;
    background-color: #f4f4f4;
}

.price-option input[type=radio]:checked::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #707070;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.price-option input[type=radio]:disabled {
    border: 2px solid #dcdcdc;
}

.price-option input[type=radio]:disabled::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cdcdcd;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.price-list label:first-child {
    border-top: 1px solid #c7c7c7;
}

.price-option-inner {
    display: flex;
    padding: 0;
    align-items: center;
    gap: 8px;
}

.now-price {
    font-size: 1.38em;
    font-weight: 600;
    color: #fa0000;
}

.pre-sale-price {
    color: #898880;
    font-size: 1.07em;
    font-weight: 600;
    line-height: 14px;
    text-decoration-line: line-through;
    margin-right: 8px;
}

.price-sale-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.price-sale-info .pre-sale-price {
    margin-right: 0;
    font-size: 0.92em;
}

.price-discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 22px;
    padding: 4px;
    border: 1px solid #fa0000;
    border-radius: 4px;
    color: #fa0000;
    font-size: 0.92em;
    font-weight: 600;
    line-height: 14px;
    white-space: nowrap;
}

.purchase-box:not(.purchase-box-pc) .price-option-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.purchase-box:not(.purchase-box-pc) .price-option-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.purchase-box:not(.purchase-box-pc) .price-option-info .price-option-title {
    margin-bottom: 0;
}

.purchase-box:not(.purchase-box-pc) .price-option-info .price-option-expire {
    margin-top: 0;
    padding: 4px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.price-option-title {
    display: flex;
    font-size: 0.92em;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
    line-height: 14px;
    gap: 8px;
    align-items: center;
}

.device-only-card {
    display: flex;
    height: 18px;
    padding: 0 4px;
    flex-direction: column;
    justify-content: center;
    border-radius: 4px;
    background: #01a3ff;
    color: #ffffff;
}

.price-option-expire {
    color: #333333;
    font-size: 0.92em;
    font-weight: 300;
    line-height: 14px;
    margin-top: 4px;
}

.price-option[disabled] {
    pointer-events: none;
}

.point-label-card {
    display: flex;
    height: 18px;
    padding: 0 4px;
    flex-direction: column;
    justify-content: center;
    border-radius: 4px;
    background: #dcf3ff;
    color: #11a2f3;
    font-size: 0.76em;
    font-weight: 600;
    line-height: 14px;
}

.initial-purchase-point-label-card {
    background: #e65a5a;
    color: #ffffff;
}

.early-purchase-point-label-card {
    background: #945ae6;
    color: #ffffff;
}

.triangle {
    height: calc(12px / 2);
    width: 12px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: #d7f1ff;
}

.price-list .price-option {
    display: block;
    margin-bottom: 0;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    padding: 12px 8px;
}

.price-option-content {
    line-height: 14px;
    text-align: start;
}

.point-value-highlight {
    font-size: 1.38em;
}

.point-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    text-align: center;
}

.point-row-highlight {
    color: #01a3ff;
    font-weight: 600;
    border-top: 1px solid #01a3ff;
    padding-top: 12px;
    height: 30px;
    box-sizing: border-box;
}

.point-row:last-child {
    margin-bottom: 0;
}

.point-value {
    color: #646464;
    font-size: 1.07em;
    font-weight: 300;
    line-height: 14px;
}

.point-label {
    font-size: 1.07em;
    margin-left: 4px;
}

.point-unit {
    color: #646464;
    font-size: 0.86em;
    font-weight: 300;
    line-height: 14px;
    margin-left: 2px;
}

.point-unit-highlight {
    color: #01a3ff;
    font-size: 0.66em;
    font-weight: 600;
    line-height: 14px;
    margin-left: 2px;
}

.price-suffix {
    font-size: 0.66em;
    font-weight: 300;
}

.point-display-area {
    overflow: hidden;
    padding: 0;
    margin: 0;
    transition: height 0.3s ease-out, padding 0.3s ease-out;
    text-align: center;
    text-align: -webkit-center;
}

.expire-value {
    font-weight: 600;
    line-height: 14px;
}

.sp-only-label {
    color: #ffffff;
    border-radius: 4px;
    background: #01a3ff;
    padding: 4px;
}

.point-title-highlight {
    display: inline-flex;
    vertical-align: middle;
    height: 18px;
    line-height: 20px;
}
