a:hover {
    cursor: pointer;
}

.loader {
    display: none;
    position: fixed;
    left: 50%;
    top: 40%;
    z-index: 1;
    border: 6px solid #f3f3f3;
    /* Light grey */
    border-top: 6px solid #B49C73;
    /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.brown:hover {
    cursor: pointer;
}

.btn-disabled {
    background: #A5A3A6 !important;
    border: 1px solid #ffffff !important;
}
.follow-it-active {
    opacity: 1;
    background: #A5A3A6;
    color: #FFFFFF;
}
@media (hover: hover) {
    .follow-it-active {
        opacity: 1;
        background: #A5A3A6;
        color: #FFFFFF;
    }
}


.follow-it-active.plus-btn:before {
    background: url("../img/common/icon-plus-hover.png") no-repeat center;
}

.heart-it-active.heart-it::before {
    background: url("../img/common/heart-hover.png") no-repeat center;
}


.heart-it-active {
    opacity: 1;
    background: #A5A3A6;
    color: #FFFFFF;
}

label.error {
    position: relative;
}

.slider-for {
    position: relative;
    font-family: adobe-garamond-pro, serif;
}

.box-soldout {
    position: absolute !important;
    height: min-content;
    width: max-content !important;
    background: #e0dfd9;
    border-radius: 0 0 25px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 15px 7px 10px;
    top: 0;
    z-index: 999 !important;
    opacity: 1 !important;
    font-family: adobe-garamond-pro, serif;
}
.box-new {
    position: absolute !important;
    background: #f8f8f7;
    border: 1px solid #070707;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 5px 0px 5px;
    margin-top: 6px;
    margin-left: 6px;
    color: #3c3c3c;
    top: 0;
    z-index: 999 !important;
    font-family: Yu-Gothic-Bold;
}

.img-product {
    left: 0 !important;
    z-index: 998 !important;
    opacity: 1 !important;
}

.error.invalid-feedback,
.error-custom.invalid-feedback-custom {
    color: red;
    font-size: 14px;
}

.error-custom {
    display: none;
}

.invalid-feedback-custom {
    display: block;
}

.list-member__check .invalid-feedback {
    position: absolute;
    top: 20px;
    left: 0px;
}

.error-db {
    color: red;
    font-size: 90%;
}

#email_address-error {
    margin-top: -50px !important;
}

#password-error {
    margin-top: -38px !important;
}

#shop_profile-error {
    margin-top: 10px !important;
}

.list-member__ct #email_address-error {
    margin-top: 0 !important;
}

.list-member__ct #password-error {
    margin-top: 0 !important;
}

.list-reglisse__item #email_address-error {
    margin-top: 0 !important;
}

.list-member__select .select-items {
    overflow-y: auto !important;
}

.list-reglisse__item #password-error {
    margin-top: 0 !important;
}

.expiration_date_year-error {
    display: block;
}

.list-member__small {
    position: relative;
}

#expiration_date_year-error {
    position: absolute;
    bottom: -20px;
}

#expiration_date_month-error {
    position: absolute;
    bottom: -20px;
}

.back-page {
    flex: 0 0 15%;
    max-width: 15%;
    margin-left: 2.8%;
    margin-top: 1%;
}

.page-ID_02_03_index button.transaction-purchase {
    border: none;
}


/* .item-procm .img-fade img {
    min-height: 209px;
} */

.withdrawal_reason_detail {
    margin-bottom: 2%;
}

.mt-10 {
    margin-bottom: 10px;
}

.mt-5 {
    margin-bottom: 5px;
}

.wrap-hide {
    display: none;
}

.show-address {
    display: block;
}

.active-keyword {
    background: #A5A3A6;
    color: #ffffff;
    opacity: 1;
}

.withdrawal_reason_detail {
    margin-bottom: 2%;
}

.ID05-content .choose-box ul li a,
.des-procm .cat .list-cat .item-cat,
.it-desc p small {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-cat li:nth-child(1) {
    text-align: right;
}

.list-cat li:nth-child(2) {
    text-align: left;
}

.name-procm,
.it-desc p:first-child,
.item-mnproduct .txt-mnproduct,
.intro-list .list-wrap .list-item img+p {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.it-desc p small {
    width: 45%;
    text-align: right;
}

.des-procm__bt .list-cat .item-cat {
    width: 100%;
}
.des-procm__bt .cat {
    width: 45%;
}

#actual_quantity-error,
#unit_price-error,
#purchase_price-error,
#purchase_year-error {
    margin-top: -2%;
}

#arrangement-error,
#special_note-error,
#other_note-error,
#other_memo-error {
    margin-top: 1%;
    margin-left: -1%;
}

#unit_price-error,
#purchase_price-error {
    margin-left: 2%;
}

#purchase_year-error {
    margin-left: 5%;
}

.dropify-wrapper .dropify-preview .dropify-render img {
    max-width: 100% !important;
    max-height: 100% !important;
}

input[type=checkbox]:focus+span {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}

.bd-bottom-2 {
    border-bottom: 2px solid #A5A3A6;
    padding-bottom: 120px;
}

.text-center {
    text-align: center
}

.custom-notice {
    text-align: center;
    color: #ffffff;
    min-width: 18px;
    min-height: 18px;
    width: auto !important;
    height: auto !important;
    top: -10px !important;
    right: -8px !important;
    display: flex;
    align-items: center;
}

.custom-notice strong {
    width: 100%;
}

.not_read {
    background: #fbfbfb;
}
.table-custom {
    overflow-x: scroll;
}

.wrap-header-comment {
    display: flex;
}
.wrap-header-comment .col-md-6:first-child {
    margin-right: 10px;
}
.wrap-header-comment .col-md-6 {
    width: 49%;
}

.accusation-flag {
    position: absolute;
    background: #e0dfd9;
    font-family: adobe-garamond-pro, serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 15px 7px 10px;
    top: 32%;
    left: 29%;
}
.accusation-flag-detail{
    position: absolute;
    background: #e0dfd9;
    font-family: adobe-garamond-pro, serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 15px 7px 10px;
    top: 38%;
    left: 35%;
}

.image-destroy{
    width: 110%;
}

.set-bigger {
    width: 150px !important;
}

.table-custom td{
    word-break: break-word;
}
.font-size20{
    font-size: 20px;
}

.filtering_tag {
    word-wrap:break-word;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
}
.bb_white {
    border-bottom: 1px solid #fff;
}

.o-img_top_page{
    min-width: 280px !important;
    max-width: 280px !important;
    height: 210px !important;
}
.p-img_top_popular{
    min-width: 358px !important;
    height: 268.5px !important;
}

.o-img_list, .list-products__img{
    min-height: 94.5px;
    max-height: 94.5px;
}
.p-img_member_edit{
    min-width: 438px !important;
    min-height: 328.5px !important;
}
.list-procommon .img-procm {
    border: 1px solid #A5A3A6;
}
.reglisse-styling .intro-box .slider-nav img{
    max-width: 100% !important;
    max-height: 100% !important;
    width: min-content !important;
    height: min-content !important;
    border: none !important;
}
.list-products__img img, .dropify-wrapper .dropify-preview .dropify-render img, .reglisse-styling .intro-box .slider-for img, .list-procommon .img-procm img, .ID05-content .recently-box .box-item img, .reglisse-styling .intro-list .list-wrap .list-item img, .transaction-products__img img, .reglisse-styling .intro-list .list-wrap .list-item img,
.reglisse-styling .intro-box .slider-nav img, .list-exhibited__img img, .list-update__img .item img, .reglisse-styling .intro-box02 img, .ID04-02-content .intro-wrap .slide-bl img, .list-purchase__img img, .transaction-chat__img img, .list-earnings__img img, .box-comment__img img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.reglisse-styling .intro-list .list-wrap .list-item img {
    min-width: 280px;
    max-width: 280px;
    height: 210px;
}
.ID04-02-content .intro-wrap .slide-bl img{
    height: 450px;
    width: 600px;
    border: 1px solid #A5A3A6;
}

.dropify-wrapper{
    height: 330px !important;
}
.list-reglisse__boximg {
    height: 335px !important;
}

.list-update__img .item img, .list-update__img .item .thumbnail {
    max-width: 160px;
    min-width: 160px;
    min-height: 120px;
    max-height: 120px;
}
.list-update__img.s2 .item, .list-update__img .item:last-child {
    max-width: 160px;
    min-height: 120px;
    background: #CBCBCB;
}
.list-exhibited__img {
    width: 260px !important;
    height: 195px !important;
    background: #CBCBCB;
}
.reglisse-styling .intro-box .slider-for {
    height: 450px;
}
.transaction-products__img .thumbnail, .list-earnings__img .thumbnail, .list-earnings__img, .transaction-products__img {
    width: 126px;
    height: 94.5px;
    background: #CBCBCB;
}
.transaction-chat__img img, .box-comment__img .thumbnail{
    background: #CBCBCB;
}
.reglisse-styling .intro-list .list-wrap .list-item img{
    min-width: 280px;
    max-width: 280px;
    height: 210px;
}

.dropify-preview{
    width: 440px !important;
    padding: 0 !important;
}

.slick-initialized .slick-slide {
    display: flex;
}

.reglisse-styling .intro-box .slider-for img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border: none;
}

.list-procommon .img-procm img, .reglisse-styling .intro-box02.s2 img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.order-table table tr th, .order-table table tr td{
    border-right: 1px solid #c3bc9b;
}

.reglisse-styling .intro-box .slider-for .slick-list{
    border: 1px solid #A5A3A6;
}

.item-nav.slick-slide.slick-active {
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #A5A3A6;
    padding: 0 5px !important;
    margin: 0 5px;
    cursor: pointer;
}

.item-nav.slick-slide.slick-current.slick-active {
    border: 3px solid #3C3C3C;
}

.slider-nav .slick-list .slick-track {
    padding-left: 1.3% !important;
}

.jp {
    letter-spacing: -0.04em !important;
}

ul.box-comment__list {
    max-height: 800px !important;
}

.mv02-txt {
    font-family: YuGothic !important;
    font-size: 18px !important;
    color: #3C3C3C
}

.support-text{
    text-align: center;
    font-size: 22px;
    font-family: YuGothic;
    font-weight: bold;
    color: #3C3C3C;
}

.text-guide {
    font-size: 18px;
    text-align: center;
    padding-bottom: 5px;
}

.p-col-90{
    width: 90px !important;
}

.text-center{
    text-align: center !important;
}

.sec-mv-reglisse__img img{
    max-width: 1200px;
    min-width: 1200px;
    min-height: 330px;
    max-height: 330px;
    border: 1px solid;
}

@media screen and (max-width: 1245px) {
    .back-page {
        flex: 0 0 22%;
        max-width: 22%;
        margin-left: 1.3%;
    }
}

@media screen and (max-width: 834px) {
    .back-page {
        flex: 0 0 25%;
        max-width: 25%;
        margin-top: 3%;
    }
    #email_address-error {
        margin-top: -22px !important;
    }
    #password-error {
        margin-top: -22px !important;
        margin-bottom: 5%;
    }
    .p-img_top_popular {
        min-width: 200px !important;
    }
    .sec-mv-reglisse__img img {
        min-width: 100%;
        object-fit: fill !important;
    }
}

@media only screen and (min-device-width: 768px) {
    .img-256 {
        max-height: 358px !important;
        min-height: 256px !important;
    }
    .img-209 {
        max-height: 210px !important;
        min-height: 209px !important;
    }
    .reglisse-styling .intro-list .list-wrap .list-item img {
        min-width: 180px;
        max-width: 180px;
        height: 165px;
    }
}

@media screen and (max-width: 650px) {
    .back-page {
        flex: 0 0 35%;
        max-width: 35%;
        margin-top: 3%;
    }
    .tabs-box {
        margin-top:50px;
    }
}

@media screen and (max-width: 768px) {
    .box-review span:last-child {
        display: flex;
      }
}

@media only screen and (max-device-width: 500px) {
    .img-256 {
        max-height: 145px !important;
        min-height: 145px !important;
    }
    .img-209 {
        max-height: 140px !important;
        min-height: 140px !important;
    }
    .name-procm,
    .it-desc p:first-child,
    .item-mnproduct .txt-mnproduct,
    .intro-list .list-wrap .list-item img+p {
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .p-img_top_popular {
        min-width: 200px !important;
        height: 200px !important;
    }
    .o-img_top_page {
        min-width: auto !important;
        height: 160px !important;
    }
    .tabs-box {
        margin-top:50px;
    }
    .reglisse-styling .intro-list .list-wrap .list-item img {
        min-width: 180px;
        max-width: 180px;
        height: 180px;
    }
    .sec-mv-reglisse__img img {
        min-width: 300px;
        min-height: 120px;
        max-height: 120px;
        object-fit: fill !important;
    }
    .reglisse-styling .intro-box .slider-for {
        height: 300px;
    }
    .item-nav.slick-slide.slick-active {
        height:50px;
    }
    .mobile-maintain {
        font-size: 8px !important;
    }
}