.payment_list {
    margin: 10px 0;
    padding: 7px;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
}

.aside section.__block.__block--cart .__body .__total dl.__price dd:after {
    content: "(\7A0E\629C)";
    font-size: 0.7em;
    font-weight: normal;
}

.main.main--cart section.__shipping-wrap .__shipping .__shipping-cost-alert .__price::after {
    content: "(\7A0E\8FBC)";
    font-weight: normal;
    font-size: 0.7em;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.p-product-block ul.__product li.__item.__is-soldout .__photo .__soldout:before {
    background-image: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%));
}

.p-product-block ul.__product li.__item.__is-soldout .__photo .__soldout {
    display: block;
    font-weight: bold;
}

li.__item.__is-soldout.restock_available .__soldout {
    display: none !important;
}


/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
.__content-middle .box .box_imageright {
    bottom: 0;
    background: none;
}
}/* @media */