.c-product-list {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-inline: -5vw;
    padding-inline: 5vw;
}
.c-product-list__inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-top: 43px;
}
.c-product-list__inner::after {
    top: 0;
    left: 100%;
    flex-shrink: 0;
    width: 5vw;
    height: 1px;
    content: '';
}
.c-product-list__item {
    border-bottom: none !important;
    width: 150px;
    padding-block: 0 !important;
    flex-shrink: 0;
    padding-left: 8px;
    padding-right: 8px;
}

.c-product-list__item:not(:first-child) {
    border-left: 1px solid #c5c5c5;
}
.c-product-list__link {
    display: block;
}
.c-product-item {
}
.c-product-item__title {
    margin-top: 15px;
    font-family: "MidMidSunSun", YuGothic;
    font-size: 14px;
    line-height: 20px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-weight: 600;
}
.c-product-item__price {
    margin-top: 8px;
    text-align: right;
}
.c-price-text {
    font-family: 'Markazi Text', serif !important;
    font-weight: 400 !important;
    line-height: 0.6 !important;
    letter-spacing: 0;
    color: #000;
    text-align: right;
}
.c-price-text__unit {
    font-size: 14px;
}
.c-price-text__number {
    font-size: 20px;
}
.c-price-text__number--main {
    font-size: 24px;
}
#view_product .section_other_product {
    margin-top: 50px;
}
#view_product .section_other_product ul li + li {
    margin-left: 0;
}
#view_product .section_other_product ul li a img {
    width: 100%;
}

#view_product .section_other_product ul li a {
    color: black;
}
#view_product .section_other_product ul li a:hover {
    color: #666666;
    filter: brightness(1.15);
}
@media screen and (min-width: 768px) {
    #view_product .section_other_product {
        max-width: 890px
    }
    #view_product .section_other_product ul li:nth-child(-n + 2),
    #view_product .section_other_product ul li:nth-child(even),
    #view_product .section_other_product ul li:nth-child(odd) {
        border: none;
        padding: 0;
    }
    #view_product .section_other_product ul li + li {
        margin-left: 18px;
    }
    #view_product .section_other_product ul li a img {
        width: 100%;
    }
    #view_product .section_other_product ul li a {
        color: black;
    }
    #view_product .section_other_product ul li a:hover {
        color: #666666;
        filter: brightness(1.15);
    }
    #view_product .section_other_product ul li + li {
        margin-left: 3%;
    }
    .c-product-list {
        overflow-x: visible;
        margin-inline: 0;
        padding-inline: 0;
    }
    .c-product-list__inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
        margin-top: 43px;
        justify-content: space-between;
        flex-wrap: nowrap;
        font-size: 0;
    }
    .c-product-list__inner::after {
        display: none;
    }
    .c-product-list__item {
        width: auto;
        flex-shrink: 1;
        margin-left: 0 !important;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }
    .c-product-list__item:not(:first-child) {
        padding-left: 0 !important;
        border-left: none;
    }
    .c-product-list__item:last-child {
    }
    .c-product-list__link {
    }
    .c-product-item {
    }
    .c-price-text {
    }
    .c-price-text__unit {
        font-size: 20px;
    }
    .c-price-text__number {
        font-size: 30px;
    }
    .c-price-text__number--main {
        font-size: 30px;
    }
}
