:root {
    --color-blue: #001e62;
    --color-red: rgb(209, 43, 99);
    --color-yellow: #c63527;
    --color-gray: #222;
    --font-text-1: 'Noto Sans JP', sans-serif;
    --font-title: 'Bebas Neue', cursive;
    --font-marin: 'Marines_name';
    --background-rgba: linear-gradient(90.07deg, #F68121 -0.48%, #F86E54 100.22%);
}

section {
    margin: 0 auto;
    padding: 0px 15px;
}

.title-profile {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: #000 !important;
}

.title-profile-right {
    background-color: white;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    gap: 30px;
    border-radius: 20px;
    align-items: center;
}

.title-profile-right p {
    color: black;
    font-size: 14px;
    margin: unset !important;
}

.info-price {
    display: flex;
}

.info-price b {
    color: #D12B63;
    font-size: 22px;
    font-weight: bold;
}

.info-price span {
    color: black;
    font-size: 20px;
}

.title-stie-menber {
    color: #080504;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-text-1);
    margin-top: 40px;
}

.content-site-member {
    font-weight: 500;
    font-size: 14px;
    color: #080504;
    font-family: var(--font-text-1);
}

.wrapper-info-products {
    background: white;
    box-shadow: 0px 2px 4px 0px #40404033;
    transition: ease 0.5s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.wrapper-info-products:hover {
    box-shadow: none;
    cursor: pointer;
    transform: scale(1.02);
}
.wrapper-info-products::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
}
.wrapper-info-products:hover::after {
    opacity: 1;
}

.item-products {
    margin-bottom: 32px;
    padding-right: 0px !important;
}

.item-products img {
    /* height: 240px;
    width: 100%;
    object-fit: contain; */
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}
img.coupon-icon_fix {
    aspect-ratio: 2 / 1;
}
.wrapper-img-products {
    display: flex;
    margin-bottom: 15px;
    background: #999;
}

.info-products {
    padding: 0px 10px 16px 10px;
    flex: 1;
}

.info-products p {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #080504;
    line-height: 26px;
}

.wrapper-price-products {
    display: flex;
    background: #080504;
    align-items: center;
    padding: 10px 8px;
    justify-content: space-between;
}
.wrapper-price-products .ポイント{
    display: flex;
}
.wrapper-price-products p {
    margin: unset !important;
    font-family: var(--font-text-1);
}

.ポイント {
    color: white;
    font-weight: 500;
    font-size: 12px;
    font-family: var(--font-text-1);
}

.price-products {
    color: white;
    font-weight: 700;
    font-size: 18px;
    font-family: var(--font-text-1);
}

.price-products span {
    font-size: 14px;
    font-family: var(--font-text-1);
}

.content-site-member {
    margin-bottom: 40px;
}

.site-member {
    padding: 0;
}

.pagination-products {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    /* margin-bottom: 40px; */
}

.button-pagin {
    color: #979797;
    font-size: 14px;
    border: 2px solid #979797;
    width: 100px;
    height: 40px;
    border-radius: 6px;
    position: relative;
    font-weight: 500;
}

.item-pagin {
    display: flex;
    align-items: center;
    gap: 8px;
}

.text-pagin {
    border: 2px solid #080504;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 6px;
    color: #080504;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-text-1);
    cursor: pointer;
    transition: ease 0.3s;
}

.text-pagin:hover {
    transform: scale(1.05);
}

.products {
    margin-bottom: 24px;
    margin-right: 0px;
}

.wrapper-restart-left {
    font-family: var(--font-text-1);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 16px 10px;
    border: 2px solid #080504;
    border-radius: 8px;
    color: #080504;
    margin-left: auto;
    width: 100%;
    opacity: 0.5;
}

.wrapper-restart-right {
    font-family: var(--font-text-1);
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 17px  16px;
    border-radius: 8px;
    color: #CCCCCC;
    background: #979797;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.53px;
    user-select: none;
    width: 100%;
    border: none;
}

.wrapper-popup {
    background: white;
}

.modal-content {
    padding: 32px 20px;
}
.modal-content_error {
    border: 4px solid #B81649;
    width: 384px;
    margin: auto;
    border-radius: 8px;
}
.modal-dialog {
    margin-top: 100px;
    max-width: 850px !important;
}

.img-popup {
    /* height: 344px; */
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    background: #999;
    aspect-ratio: 1/1;
}

.item-img-popup {
    margin: unset !important;
    flex-wrap: nowrap;
    justify-content: space-between;
    display: none;
}

.item-img-popup img {
    width: 100%;
    height: 80px;
    padding: unset !important;
    border-radius: 8px;
    object-fit: contain;
    background: #999;
}

.wrapper-title-content-products-popup {
    font-family: var(--font-text-1);
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #080504;
    margin-bottom: 25px;
}

.wrapper-title-content-products-popup p {
    margin-bottom: unset !important;
}

.price-popup-products {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 16px 10px;
    align-items: center;
    border-top: 1px solid #CCCCCC;
}
.modal-content_error {
    justify-content: center;
    align-items: center;
    height: 300px;
    border: 4px solid #B81649;
    margin: auto;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    padding: 5%;
}
.必要ポイント {
    font-family: var(--font-text-1);
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #080504;
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-popup-products div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.price-popup-products div p {
    margin-bottom: unset !important;
    font-weight: 500;
}
p.必要ポイント_count {
    font-weight: bold !important;
}
.quantity-popup_products {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    padding-bottom: 2%;
}
.quantity-control {
    display: flex;
    gap: 8px;
    align-items: center;
}
.交換個数 {
    font-family: var(--font-text-1);
    font-size: 14px;
    font-weight: 500;
    padding: 0px 5px 0px 2px;
}

.select-quantity-popup {
    box-shadow: 1px 1px 4px 0px #00000026 inset;
    padding: 3px 10px;
    width: 64px;
    border-radius: 4px;
    font-size: 16px;
    color: #080504;
}

.desc-content-products {
    font-family: var(--font-text-1);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #080504;
    max-height: 229px;
    overflow-y: scroll;
    padding-right: 30px;
}

.desc-content-products::-webkit-scrollbar-track {
    background-color: #CCCCCC;
}

.desc-content-products::-webkit-scrollbar {
    width: 5px;
    position: relative;
}

.desc-content-products::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #080504;
    border: 1px solid #000;
}

.submit-popup-products {
    background: linear-gradient(0deg, #FFEEF3, #FFEEF3);
    border: 2px solid #B81649;
    font-family: var(--font-text-1);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0em;
    text-align: left;
    background: #B81649;
    color: white;
    padding: 15px 0px;
    width: 400px;
    text-align: center;
    border-radius: 8px;
    transition: ease 0.3s;
    height: 48px;
    margin: auto;
}

.info-product-popup {
    margin-bottom: 32px;
}

.submit-popup-products:not(.submit-popup-products-dis):hover {
    font-weight: 600 !important;
    border-color: var(--color-red) !important;
    background: var(--color-red) !important;
    color: #fff !important;
    transform: scale(1.05);
}

.submit-popup-products:not(.submit-popup-products-dis) {
    cursor: pointer;
}
.submit-popup-products_acctive:disabled:hover {
    background-color: #ccc !important;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
    color: #080504 !important;
}
.submit-popup-products_acctive {
    border: unset;
    background: #CCCCCC;
    color: #080504;
    font-weight: 600;
}
.wrapper-img-popup {
    display: none;
    margin-bottom: 16px;
}

.トップページにもどる {
    display: flex;
    justify-content: center;
    margin-top: 10%;
}

.button-トップページにもどる {
    background: #EFEFEF;
    width: 424px;
    height: 48px;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.トップページにもどる-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 23.5px;
}

.トップページにもどる-text {
    font-family: var(--font-text-1);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #080504;
}

.icon-PREV {
    position: absolute;
    left: 8.25px;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.icon-NEXT {
    position: absolute;
    right: 8.25px;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.text-pagin-1 {
    background: #080504;
    color: white;
}

.active-pagin {
    border: 2px solid #080504;
    color: #080504;
    cursor: pointer;
    transition: ease 0.3s;
}

.active-pagin:hover {
    color: var(--color-red) !important;
    transform: scale(1.05);
    border: 2px solid var(--color-red);
}

.active-pagin:hover .icon-pagin-next.active {
    color: var(--color-red) !important;
}

.active-pagin:hover .icon-pagin-back.active {
    color: var(--color-red) !important;
}

.icon-pagin-back.active,
.icon-pagin-next.active {
    color: #080504 !important;
}

.title-profile-mobile {
    display: none;
}

.submit-popup-products-dis {
    border: 2px solid #979797;
    background: linear-gradient(0deg, #EFEFEF, #EFEFEF);
    color: #080504;
    font-weight: 600;
}

swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 80%;
    width: 100%;
}

.mySwiper2 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper2 swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper2 .swiper-slide-thumb-active {
    opacity: 1;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 377px;
    object-fit: cover;
    background: #999;
    border-radius: 16px;
    aspect-ratio: 1/1;
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

.swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

.img-chil {
    border-radius: 8px;
    width: 87px;
    height: 87px;
    cursor: pointer;
}

img.img-chil:hover {
    transform: scale(1.01);
}

.swiper-button-next svg,
.swiper-button-prev svg {
    display: none !important;
}

.swiper-button-disabled {
    display: none !important;
}

.modal-open .modal {
    padding: 0 10px !important;
}

.coating {
    position: relative;
    pointer-events: none;
}

div#blur {
    position: absolute;
    background: #49505794;
    width: 100%;
    height: 100%;
}

div.wrapper-price-products.swell {
    position: relative;
    background: #b81649 !important;
    display: flex;
    align-items: center !important;
    justify-content: center;
}

div.wrapper-price-products.swell>p {
    font-size: 18px;
    color: white;
}

.submit-popup-not-allowed {
    background: #efefef;
    border: 2px solid #979797;
    font-family: var(--font-text-1);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #bababa;
    padding: 15px 0px;
    width: 100%;
    text-align: center;
    border-radius: 8px;
}

button.wrapper-restart-left.active {
    border: 2px solid #B81649 !important;
    color: #B81649 !important;
    cursor: pointer;
    background: #FFFFFF;
    opacity: unset;
}

button.wrapper-restart-left.active:hover {
    border-color: var(--color-red) !important;
    background-color: var(--color-red) !important;
    color: #fff !important;
    transform: scale(1.05);
}

.wrapper-restart-right.active {
    color: white;
    cursor: pointer;
    background: black
}

.wrapper-restart-right.active:hover {
    border: 2px solid black !important;
    background: black !important;
    color: white !important;
    transform: scale(1.05) !important;
}

.wrapper-restart-right.active:hover .icon-refresh.active {
    color: #fff !important;
    transform: scale(1.05) !important;
}

.icon-refresh.active {
    color: #CCCCCC !important;
}

.button-トップページにもどる:hover {
    transform: scale(1.05);
    color: white !important;
    background: var(--color-red) !important;
}

.button-トップページにもどる:hover a {
    transform: scale(1.05);
    color: white !important;
}

a:hover {
    color: white;
}

.button-トップページにもどる a {
    color: black;
}

:root {
    --color-blue: #001e62;
    --color-red: rgb(209, 43, 99);
    --color-yellow: #c63527;
    --color-gray: #222;
    --font-text: 'Inter', 'Noto Sans JP', sans-serif;
    --font-title: 'Bebas Neue', cursive;
    --font-marin: 'Marines_name';
    --background-rgba: linear-gradient(90.07deg, #F68121 -0.48%, #F86E54 100.22%);
}

.circle-ct {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: red;
    color: white;
    text-align: center;
    line-height: 22px;
    position: absolute;
    top: 0;
    right: -10px;
    transform: translateY(-50%);
}

.circle-product-ct {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #d12b63;
    color: white;
    text-align: center;
    line-height: 22px;
    position: absolute;
    top: 25px;
    right: 10px;
    transform: translateY(-50%);
}

.circle-product-default {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #777777;
    color: white;
    text-align: center;
    line-height: 22px;
    position: absolute;
    top: 25px;
    right: 10px;
    transform: translateY(-50%);
}

#post-confirm {
    position: relative;
}

.modal-content-ct {
    border-radius: 1rem;
}

.close-modal-ct {
    align-items: center;
    text-align: center;
    margin-top: 9px;
    color: white;
}
.icon-close-ct {
    border: 1px solid white;
    width: 21px;
    border-radius: 55px;
    font-size: 20px;
}

.content-bt {
    font-size: 11px;
}
.text-price-mobile {
    display: flex;
}
.text-price-mobile .quantity-popup {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    flex-direction: column;
    font-weight: bold;
}
p.text-no-simultaneous {
    display: inline-block;
    width: 60%;
    height: 33px;
    background-color: #CCCCCC;
    color: #000;
    text-align: center;
    line-height: 33px;
    position: absolute;
    top: 17px;
    left: 0;
    transform: translateY(-50%);
}
.modal-category-message {
    font-weight: 700;
    text-align: left;
    line-height: 162%;
    color: #B81649;
}
.btn-confirm-category-change {
    padding: 13px 57px;
    border-radius: 8px;
    background: #080504;
    color: #FFFFFF;
    transition: ease 0.3s;
}
.btn-confirm-category-change:hover {
    background: #080504;
    color: #FFFFFF;
    transform: scale(1.05);
}
button.btn-cancel-category-change {
    padding: 13px 89px;
    border-radius: 8px;
    margin-top: 4%;
    background: #FFFFFF;
    border: 2px solid #000;
    color: #000;
    transition: ease 0.3s;
}
button.btn-cancel-category-change:hover {
    transform: scale(1.05);
}
.modal-category-message br {
    display: none;
}
.wrapper-restart_mb{
    display: none;
}
.container-exchange {
    display: flex;
    gap: 20px;
    align-items: stretch;
}
.left-exchange {
    width: 70%;
}
.right-exchange {
    width: 30%;
    position: sticky;
    top: 100px;
    align-self: flex-start;
}
.divider {
    width: 1px;
    background: #CCCCCC;
    height: auto;
}
.css_button {
    display: grid;
    align-content: space-between;
    align-items: center;
    padding: 4%;
    gap: 16px;
    margin-top: 4%;
}
.title-profile-bottom {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    background: #EFEFEF;
    border-radius: 8px;
    padding: 2% 4%;
}
.wrapper-restart_mb {
    display: none;
}
.wrapper-total-point_pc {
    display: none !important;
}
.right-exchange .wrapper-restart {
    background: #EFEFEF;
    border-radius: 8px;
}
.right-exchange .wrapper-total-point {
    padding: 4%;
}
.wrapper-restart_line {
    width: 90%;
    height: 1px;
    background: black;
    margin: 0 auto;
}
.wrapper-restart h2{
    margin-top: 10%;
    padding: 4% 0% 2% 4%;
    font-weight: bold;
}
.site-tab ul .active a {
    color: #FFFFFF;
}
.wrapper-total-point {
    font-weight: bold;
    margin-bottom: 5%;
    margin-top: 5%;
}

.total-points {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}
.total-points .value, .unit {
    color:  #B81649;
}
.label-point {
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 5px;
}
.total-points .g01,
.total-points .u16,
.total-points .e01 {
    display: inline-block;
}
.wrapper-total-point .label {
    font-weight: bold;
    margin-bottom: 5px;
}

.wrapper-total-point .value {
    color:  #080504;
    font-size: 20px;
}
.wrapper-total-point .unit {
    color:  #080504;
}
.insufficient-points__text .value {
    color:  #B81649;
    font-size: 16px;
}
.insufficient-points__text .unit {
    color:  #B81649;
}
.insufficient-points {
    margin-bottom: 20px;
    margin-top: 16px;
    padding: 2%;
}
.insufficient-points__text {
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.insufficient-points__header {
    color: #B81649;
    line-height: 140%;
}

.insufficient-points .label {
    color: #080504;
}

.rank-detail-menu {
    background: black;
}
.site-top-text_instruct {
    line-height: 162%;
    padding-top: 2%;
    font-size: 14px;
    font-weight: 500;
}
h1.site-top-text_header {
    font-size: 18px;
    font-weight: 600;
    padding: 3% 1px 2%;
    line-height: 162%;
    color: #000000;
}
.site-top-text_center {
    line-height: 162%;
    padding-bottom: 4%;
    font-size: 14px;
    font-weight: 500;
}
button.btn-plus, 
.btn-minus {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 22px;
    border: 1px solid;
    width: 22px;
    height: 22px;
    color: #000;
}
span.quantity-value {
    padding: 4px 7px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}
.insufficient-points_error {
    margin-top: 6%;
    font-weight: bold;
    padding: 3%;
    border: 2px solid #B81649;
    background: #B8164933;
}
.message {
    color: #B81649;
    line-height: 140%;
    font-weight: 700;
}
.insufficient-points-description {
    display: none;
    margin: 20px 0;
    line-height: 1.5;
    color: red;
}

.insufficient-points-description p {
    line-height: 1;
}
.insufficient-points_error .value {
    font-size: 18px;
}
.必要ポイント_text {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
}
span.必要ポイント_count_number {
    font-size: 16px;
}
button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.right-exchange .label-point .label {
    font-size: 12px;
}
.wrapper-total-point_show_active {
    display: none;
}
p.text-保有Mポイント {
    font-size: 12px;
    margin: auto;
    margin-left: 0;
}
p.row-product_fix_text {
    padding-left: 2%;
}
div#dynamic-coupon-content {
    margin-bottom: 40px;
}
.insufficient-title {
    font-weight: 600;
    font-size: 14px;
    color: #212529;
    margin-bottom: 6px;
}
@media screen and (max-width: 766px) {
    .row-product{
        display: grid;
        gap: 15px 10px;
        grid-template-columns: repeat(auto-fill,calc((100% - 10px)/2));
    }
}
@media screen and (max-width: 576px) {
    /* .fade {

      opacity: 0 !important;
  } */
    h1.site-top-text_header {
        font-size: 14px;
        padding: 9% 1% 2%;
    }
    .site-top-text_instruct {
        font-size: 12px;
    }
    p.row-product_fix_text {
        width: 100vw;
    }
    .site-top-text_center div {
        font-size: 12px;
    }
    .submit-popup-products {
        width: 280px;
    }
    .site-top-text_center{
        padding-bottom: 8%;
    }
    .container-exchange{
        gap: 0
    }
    .left-exchange {
        width: 100%;
    }
    .right-exchange{
        display: none;
    }
    .button-トップページにもどる {
        display: none;
    }
    .site-member {
        padding: 4%;
    }
    .text-price-mobile .quantity-popup {
        flex-direction: row;
    }
    .wrapper-total-point_pc {
        display: unset !important;
    }
    .wrapper-total-point_show_active h2{
        margin-top: 10%;
        padding: 4% 0 2% 0;
        font-weight: bold;
    }
    .wrapper-restart_line {
        width: 100%;
    }
    .modal-category-message br {
        display: unset;
    }
    .modal-category-message {
        text-align: left;
    }
    .btn-confirm-category-change {
        background: #080504;
        color: #FFFFFF;
    }
    .mb_custom {
        padding-top: unset;
        padding-bottom: unset;
    }
    .container-mb {
        padding-left: unset !important;
        padding-right: unset !important;
    }
    .modal-open .modal {
        padding: unset !important;
    }
    .swiper-container-pc {
        display: none;
    }
    .site-top-pc {
        display: none;
    }
    .title-profile {
        display: none;
    }
    .title-profile-mobile {
        display: block;
    }
    .site-top-text {
        background: #f8f9fa;
    }
    .title-profile-top-mobile {
        text-align: center;
        font-family: var(--font-text);
        font-size: 16px;
        font-weight: 700;
        text-align: left;
        background: #080504;
        text-align: center;
        color: white;
        padding: 28px 0px;
    }
    .title-profile-bottom-mobile {
        padding: 21px 0px;
        background: #FFFFFF;
        transition: top 2.2s ease, position 2.2s ease;
    }
    .fixed-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: #fff;
        transition: transform 2.2s ease;
    }
    .text-保有Mポイント {
        font-family: var(--font-text);
        font-size: 12px;
        font-weight: 700;
        text-align: left;
        color: #000000;
        margin-bottom: unset !important;
        padding: 1% 4%;
    }
    .text-price-mobile {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 4%;
    }
    .text-price-mobile p {
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: right;
        color: #080504;
        margin-bottom: unset !important;
        display: flex;
        align-items: center;
        gap: 2.41px;
        justify-content: flex-end;
    }
    .text-price-mobile p span {
        font-size: 14px;
        font-weight: 700;
        color: #000000;
    }
    .title-stie-menber {
        font-size: 14px;
        margin-bottom: 8px;
        margin-top: 15px;
    }
    .content-site-member {
        font-size: 12px;
    }
    .item-products img {
        height: 100%;
    }
    .info-products {
        padding: 0px 10px 0px 10px;
    }
    .info-products p {
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        color: #080504;
        line-height: 26px;
    }
    .wrapper-img-products {
        margin-bottom: 8px;
    }
    .price-products {
        font-size: 16px;
    }
    .price-products span {
        font-size: 12px;
    }
    .wrapper-restart {
        display: flex;
        padding: 4%;
        background: #EFEFEF;
    }
    .wrapper-restart-left {
        padding: 12px 16px;
        font-size: 14px;
        font-family: var(--font-text-1);
        font-weight: 500;
        text-align: center;
        border: 2px solid #080504;
        border-radius: 8px;
        color: #080504;
        margin-left: auto;
        width: 65%;
        opacity: 0.5;
        }
    .button-トップページにもどる {
        width: 100%;
    }
    .pagination-products {
        gap: 8px;
        margin-top: 3rem;
        /* margin-bottom: 10%; */
    }
    .wrapper-restart-right {
        font-size: 14px;
        width: auto;
    }
    .トップページにもどる-text {
        font-size: 14px;
    }
    .products {
        margin-bottom: 16px;
    }
    .info-product-popup {
        flex-direction: column;
    }
    .info-product-popup-left {
        display: flex;
        margin-bottom: 8px;
    }
    .item-img-popup {
        flex-direction: column;
        display: flex;
        justify-content: flex-start;
        gap: 6px;
        padding-left: 6px;
    }
    .modal-content {
        border-radius: 8px;
    }
    .item-img-popup img {
        width: 64px;
        height: 64px;
    }
    .wrapper-img-popup {
        display: block;
        flex: 1;
        margin-bottom: unset;
    }
    /* .img-popup {
        height: 274px;
    } */
    .info-product-popup-right {
        flex-direction: column;
    }
    .wrapper-title-content-products-popup {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .交換個数 {
        font-size: 12px;
        font-weight: 600;
        color: #000000;
        padding: 0;
    }
    .select-quantity-popup {
        height: 32px;
    }
    .price-popup-products {
        padding: 10px 0px 10px 10px;
    }
    .quantity-popup {
        margin-bottom: 16px;
    }
    .desc-content-products {
        max-height: 184px;
        padding-right: unset;
    }
    .info-product-popup {
        margin-bottom: 16px;
    }
    .wrapper-submit-popup-products {
        padding: 0;
    }
    .modal-dialog {
        margin-top: 20px;
    }
    .desc-content-products {
        font-size: 14px;
    }
    .item-products {
        padding: 0px;
        margin:0;
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
        gap: 0;
    }
    .products {
        margin: 0;
    }
    .トップページにもどる {
        padding: 0 30px;
    }
    .info-product-popup-left {
        display: flex;
    }
    .wrapper-price-products {
        padding: 7px;
    }
    .row-product{
        display: grid;
        gap: 15px 10px;
        grid-template-columns: repeat(auto-fill,calc((100% - 10px)/2));
    }
    .wrapper-info-products {
        background: white;
        box-shadow: 0px 2px 4px 0px #40404033;
        transition: ease 0.5s;
        overflow: hidden;
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
        gap: 0;
    }
    p.text-no-simultaneous {
        width: 60%;
    }
}

@media screen and (max-width: 400px) {
    div.wrapper-price-products.swell>p {
        font-size: 16px;
        color: white;
    }
}
@media screen and (max-width: 321px) {
    .wrapper-restart-left {
        font-size: 10px;
    }
    .wrapper-restart-right {
        font-size: 10px;
    }
}
/* .wrapper-total-point {
    text-align: right;
} */
