.product-body {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 45px 0 0;
}
.product-images {
    width: 500px;
}
.product-order {
    width: calc(100% - 525px);
}

.product-notice__block {
    background: #F7F7F7;
    padding: 10px 5px;
}
.product-notice__block:nth-child(even) {
    background: #fff;
}
.product-notice__block:not(:last-child) {
    margin: 0 0 15px;
}
.product-notice__block h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px;
}
.product-notice__block .cr-red {
    color: #CC0000;
    font-weight: 400;
}
.product-notice__block p {
    font-size: 14px;
    line-height: 1.8em;
}

.product-information__item {
    border-bottom: 1px dotted #ccc;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 10px 0;
}
.product-information__item dt {
    font-size: 14px;
    font-weight: 600;
    width: 150px;
}
.product-information__item dt.red {
    color: var(--accent-color);
}
.product-information__item dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    width: calc(100% - 165px);
}

.product-notice {
    background: #FFD7D7;
    margin: 10px 0 25px;
    padding: 10px;
}
.product-notice h3 {
    color: #CC0000;
    font-size: 14px;
    margin: 0 0 5px;
}
.product-notice p {
    font-size: 14px;
    line-height: 1.5em;
}

.product-quantity dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-quantity dl dt {
    font-size: 14px;
    font-weight: 600;
    width: 150px;
}
.product-quantity dl dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 165px);
}
.product-quantity dl dd input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    float: none;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    outline: none;
    padding: 2px 5px;
    margin-right: 10px;
    text-align: left;
    width: 50px;
}
.product-quantity dl dd label {
    background: rgb(199,199,199);
    background: linear-gradient(0deg, rgba(199,199,199,1) 0%, rgba(255,255,255,1) 100%);
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    font-weight: 400;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}
.product-quantity dl dd label.disabled {
    opacity: .5;
}

.product-action__btn {
    margin: 25px 0 15px;
}
.product-action__btn a {
    background: rgb(199,199,199);
    background: linear-gradient(0deg, rgba(199,199,199,1) 0%, rgba(255,255,255,1) 100%);
    border: 1px solid #ccc;
    border-radius: 2px;
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 3px;
    text-align: center;
    width: 250px;
}
.product-action__btn a:not(:last-child) {
    margin: 0 0 8px;
}
.product-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.product-social iframe {
    margin-right: 10px;
}
.product-code {
    margin: 25px 0 0;
}
.review-list-name {
    padding-bottom: 0;
}
.reviewRate {
    margin-right: 5px;
    min-width: 0;
}
.reviewRateStar::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f005";
    font-size: 14px;
    font-weight: 900;
}
.review-list-content {
    padding-right: 20px;
}
.review-list-date {
    padding-right: 0;
}

.product-images__wrapper {
    margin: 0 0 25px;
}
.image-main__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 435px;
    text-align: center;
}
.image-main__item a {
    display: block;
    height: 100%;
}
.image-main__item img {
    height: 100% !important;
}
.product-image__thumb {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin: 25px 0 0;
}
.image-thumb__item {
    border: 1px solid #ccc;
    border-right: 0;
    border-top: 0;
    padding: 5px;
}
.image-thumb__item:nth-child(-n+5) {
    border-top: 1px solid #ccc;
}
.image-thumb__item:nth-of-type(5n) {
    border-right: 1px solid #ccc;
}
.image-thumb__item:last-child {
    border-right: 1px solid #ccc;
}
.cart-add-btn .off {
    display: none;
}
.cart-add-btn .on {
    display: block;
}

.outstock-btn,
.cart-btn {
    background: #333;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.outstock {
    color: #fff;
}
.cart-btn {
    background: var(--accent-color);
}


.price-value .price {
    color: var(--accent-color);
    font-size: 26px;
    font-weight: 500;
    line-height: 1em;
}
.price-value .price span {
    color: var(--accent-color);
}
.price-value .yen,
.price-value .tax {
    font-size: 16px;
}
.price-value .yen {
    color: var(--accent-color);
}
.base-price .yen,
.base-price .price,
.base-price .price span,
.base-price .tax {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-decoration: line-through;
}
.in-tax .yen,
.in-tax .price,
.in-tax .price span,
.in-tax .tax {
    color: #000;
    font-size: 16px;
}
@media screen and (max-width: 968px) {
    .product-images {
        width: 210px;
    }
    .product-order {
        width: calc(100% - 235px);
    }
    .product-information__item dt {
        width: 110px;
    }
    .product-information__item dd {
        width: calc(100% - 125px);
    }    
    .product-quantity dl dt {
        width: 110px;
    }
    .product-quantity dl dd {
        width: calc(100% - 125px);
    }
    .image-main__item {
        height: 240px;
    }
}
@media screen and (max-width: 768px) {
    .product-images {
        margin: 0 0 25px;
        width: 100%;
    }
    .product-order {
        width: 100%;
    }
    .image-main__item {
        height: 470px;
    }
}
@media screen and (max-width: 468px) {
    .image-main__item {
        height: 85vw;
    }
}

#history {
    margin: 0 0 45px;
}

.sku-add-btn {
    display: none;
    margin: 25px 0 0;
}
table.sku {
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin: 0 0 25px;
    width: 100%;
}
table.sku td, table.sku th {
    border: 1px solid #ccc;
    height: 35px;
    margin: 0 0 25px;
    padding: 0 5px;
}
table.sku td:first-child, table.sku th {
    background: #f1f1f1;
}
table.sku .sku-price-wrap label {
    display: flex;
    justify-content: center;
    align-items: center;
}
table.sku .sku-price-wrap label p,
table.sku .sku-price-wrap label a {
    margin-left: 5px;
}
table.sku .sku-price-wrap label a {
    color: #1c5fa3;
    text-decoration: underline;
}


.cart-add-btn .product-quantity {
    margin: 0 0 25px;
}

.lightbox {
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    top: 0 !important;
    right: 0 !important;
    margin: auto;
    position: fixed;
}
.lb-outerContainer {
    margin: 0 auto;
}
.lb-dataContainer {
    display: none !important;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    display: block !important;
}