@charset "utf-8";
@media only screen and (max-width: 768px) {
body.buyer-page.buyer .root-wrap > article {
    padding-left: 0rem;
    padding-right: 0rem;
}
/********************/}
/*================================================================================================

* 売り手 *

================================================================================================*/

/* INFO ================================================*/
body.buyer-page.buyer h1 {
    margin-bottom: 1rem;
}
body.buyer-page.buyer h1 + .info-wrap {
    width: 100%;
    margin-bottom: 2rem;
}

body.buyer-page.buyer h1 + .info-wrap .btn-wrap {
    width: calc(25% - 1rem);
}
body.buyer-page.buyer h1 + .info-wrap .btn-wrap > .toggle + .toggle {
    margin-left: 2rem;
}
    body.buyer-page.buyer h1 + .info-wrap ul.grid-list {
        width: calc(100% - 140px);
        margin-bottom: 0rem;
    }

body.buyer-page.buyer h1 + .info-wrap .data-wrap {
    width: calc(100% - 25% - 0rem);
    padding-left: 2rem;
}
body.buyer-page.buyer h1 + .info-wrap .data-wrap h2 {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    padding: 0 1rem;
    color: #fff;
    display: none;
}
body.buyer-page.buyer h1 + .info-wrap .data-wrap button {
    margin-left: 2rem;
}
body.buyer-page.buyer .swiper-container.thumbs {
    margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
body.buyer-page.buyer h1 {
    padding: 0 1rem;
    margin-bottom: 1rem;
}
body.buyer-page.buyer h1 + .info-wrap {
    margin-bottom: 3rem;
    padding: 0 1rem;
}
body.buyer-page.buyer h1 + .info-wrap .btn-wrap {
    width: calc(100% - 0rem);
}
    body.buyer-page.buyer h1 + .info-wrap ul.grid-list {
        width: calc(100% - 0px);
        margin-bottom: 0rem;
    }
    body.buyer-page.buyer h1 + .info-wrap .data-wrap .ghost-btn {
        box-shadow: none;
    }

    body.buyer-page.buyer h1 + .info-wrap .data-wrap h2 {
        display: block;
    }
/********************/}

/* GRID LIST ================================================*/
body.buyer-page.buyer h1 + .info-wrap ul.grid-list li {
    width: calc(33.333% - 2rem);
}
body.buyer-page.buyer h1 + .info-wrap ul.grid-list li > div:nth-child(1) {
    width: 100%;
    transform: translateY(0);
    line-height: 1;
}

body.buyer-page.buyer h1 + .info-wrap ul.grid-list li > div:nth-child(2) {
    width: 100%;
    text-align: left;
}

@media only screen and (max-width: 768px) {
body.buyer-page.buyer h1 + .info-wrap ul.grid-list li {
    width: calc(100% - 0rem);
    margin: 0;
    margin-bottom: 1rem;
}
body.buyer-page.buyer h1 + .info-wrap ul.grid-list + .ghost-btn {
    display: block;
    width: 100%;
    text-align: center;
}
/********************/}

/* TOGGLE ================================================*/
body.buyer-page.buyer h1 .toggle + .toggle {
    margin-left: 2rem;
}

/*================================================================================================

* グリッド分け *

================================================================================================*/
body.buyer-page.buyer .contents-container {
    width: 100%;
}
    body.buyer-page.buyer .contents-container .main-grid h2 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
        position: relative;
    }
        body.buyer-page.buyer .contents-container .main-grid div.status-tag > span {
            font-size: 1.1rem;
            display: inline-block;
            color: var(--price-low);
            border-left: 3px solid;
            margin-left: 1rem;
            padding: 0.2rem 1.25rem;
            transform: translateY(-3px);
            background: #ffefc3;
            opacity: 0;
        }
        body.buyer-page.buyer .contents-container .main-grid div.status-tag  > span.visible {
            opacity: 1;
        }
        body.buyer-page.buyer .contents-container .main-grid div.status-tag > span.right {
            color: var(--price-mid);
            border-left: 3px solid;
        }
        body.buyer-page.buyer .contents-container .main-grid div.status-tag > span.save_maker {
            color: #FB503B;
            border-left: 3px solid;
        }
        body.buyer-page.buyer .contents-container .main-grid div.status-tag > span.no_bidding_marker {
            color: #000000;
            border-left: 3px solid;
        }


        body.buyer-page.buyer .contents-container .main-grid div.status-tag > span:first-child {
            margin-left: 0;
        }

    body.buyer-page.buyer .contents-container .main-grid .wrap {
        padding: 1.5rem 0rem;
        background: #fff;
        box-shadow: 0 2px 5px -1px rgba(30,30,56,0.1);
        border-radius: 8px;
        position: relative;
    }

body.buyer-page.buyer section.time-table {
    width: calc(25% - 1rem);
}

body.buyer-page.buyer section.item-detail {
    width: calc(50% - 2rem);
}
    body.buyer-page.buyer section.item-detail > .wrap > .detail {
        padding: 0 1rem;
    }
    body.buyer-page.buyer section.item-detail > .wrap > .detail > .inner {
        max-width: 480px;
        margin: 0 auto;
    }

body.buyer-page.buyer section.item-next {
    width: calc(25% - 1rem);
}

    body.buyer-page.buyer h2 .modal-close-btn {
        display: none;
    }

@media only screen and (max-width: 768px) {
body.buyer-page.buyer .contents-container .main-grid h2 {
    font-size: 1.25rem;
    padding: 0 1rem;
}
body.buyer-page.buyer .contents-container .main-grid {
    margin-bottom: 2rem;
}
body.buyer-page.buyer .contents-container .main-grid .wrap {
    border-radius: 0px;
}
body.buyer-page.buyer section.time-table,
body.buyer-page.buyer section.item-detail,
body.buyer-page.buyer section.item-next {
    width: calc(100% - 0rem);
}
body.buyer-page.buyer section.time-table,
body.buyer-page.buyer .modal-price-info {
    bottom: 0px;
    position: fixed;
    margin-bottom: 0rem !important;
    z-index: 10010;
    opacity: 0;
    pointer-events: none;
    transform: translateY(105%);
    transition: 0.35s ease;
}
body.buyer-page.buyer .modal-price-info {
    width: 100% !important;
    padding: 0rem !important;
    left: 0;
}
body.buyer-page.buyer .modal-price-info > .inner {
    width: 100%;
    background: #fff;
    padding: 1.5rem 1rem;
}
    body.buyer-page.buyer section.time-table.on,
    body.buyer-page.buyer .modal-price-info.on {
        transform: translateY(0%);
        opacity: 1;
        pointer-events: auto;
        transition: 0.35s ease;
    }

    body.buyer-page.buyer h2 .modal-close-btn {
        width: 35px;
        height: 35px;
        content: "";
        display: block;
        margin: auto;position: absolute;top: 0;right: 0rem;bottom: 0;
    }
    body.buyer-page.buyer h2 > .modal-close-btn > span {
        width: 60%;
        height: 2px;
        background: #fff;
        content: "";
        margin: auto;position: absolute;top: 0;right: 0;bottom: 0;left: 0;
        transform: rotate(0deg);
        transition: 0.35s ease 0s;
    }
        body.buyer-page.buyer .on h2 .modal-close-btn > span {
            transform: rotate(45deg);
            transition: 0.35s ease 0.35s;
        }
        body.buyer-page.buyer .on h2 .modal-close-btn > span:nth-child(2) {
            transform: rotate(-45deg);
        }

body.buyer-page.buyer section.item-next {
    padding: 0 2rem;
}
/********************/}

/*================================================================================================

* 競売中の商品 *

================================================================================================*/
body.buyer-page.buyer .main-grid.item-detail .gallery-col {
    /*width: 40%;*/
    width: 100%;
}
body.buyer-page.buyer .ghost-btn.medium.success-bit-link {
    padding: 0.5rem 1.5rem;
}

/* 商品名 ================================================*/
body.buyer-page.buyer .main-grid.item-detail > .wrap >.inner {
    padding: 0 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--border-m);
}
body.buyer-page.buyer .main-grid.item-detail .title {
    padding: 0 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--border-m);
    position: relative;
}
body.buyer-page.buyer .main-grid.item-detail .title .sell-out{
    background: var(--main-d);
    color: #fff;
    padding:10px 20px;
    font-size: 18px;
    bottom: 1rem;
    right: 1rem;
    position:absolute;
    cursor:pointer;
}
body.buyer-page.buyer .main-grid.item-detail .title .sell-out.disabled{
    background:#BCBCBC ;
    color: #000;
    cursor: default;
}
body.buyer-page.buyer .main-grid.item-detail .title .main {
    font-size: 1.5rem;
    font-weight: 700;
}
body.buyer-page.buyer .main-grid.item-detail .title .sub {
    font-size: 0.9rem;
    color: var(--text-l);
    margin-bottom: 1rem;
}
textarea.note_buyer{
    background: #FFFFFF!important;
}

@media only screen and (max-width: 768px) {
body.buyer-page.buyer .main-grid.item-detail .title .main {
    font-size: 1.25rem;
}
/********************/}

/* 現在価格 ================================================*/
body.buyer-page.buyer .main-grid.item-detail .detail-col {
    /*width: calc(60% - 2rem);*/
    width: calc(100% - 0rem);
}

body.buyer-page.buyer .main-grid.item-detail .price-wrap {
    position: relative;
}
    body.buyer-page.buyer .main-grid.item-detail .price-wrap::after {
        width: 1px;
        height: 100%;
        background: var(--border-l);
        margin: auto;position: absolute;top: 0;right: 0;bottom: 0;left: 0;
        content: "";
    }

body.buyer-page.buyer .main-grid.item-detail .price {
    width: calc(50% - 1rem);
    text-align: center;
    padding: 1rem;
    color: var(--price-low);
    position: relative;
}
    body.buyer-page.buyer .main-grid.item-detail .price.ex {
        color: var(--price-mid);
    }

body.buyer-page.buyer .main-grid.item-detail .price .label {
    font-size: 0.9rem;
    font-weight: 700;
}
body.buyer-page.buyer .main-grid.item-detail .price .num {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
}

@media only screen and (max-width: 768px) {
body.buyer-page.buyer .main-grid.item-detail .price-wrap {
    margin-bottom: 1rem;
}
body.buyer-page.buyer .swiper-container.thumbs {
    margin-bottom: 1rem;
}
body.buyer-page.buyer .main-grid.item-detail .title .sell-out{
    padding:5px 15px;
}
/********************/}

/* ボタン ================================================*/
body.buyer-page.buyer .main-grid.item-detail .submit {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
body.buyer-page.buyer .main-grid.item-detail .submit .link-btn {
    max-width: 100%;
}

body.buyer-page.buyer .main-grid.item-detail .submit span {
    margin-right: 0.5rem;
}
body.buyer-page.buyer .main-grid.item-detail .submit br {
    display: none;
}

@media only screen and (max-width: 768px) {
body.buyer-page.buyer .main-grid.item-detail .submit span {
    margin-right: 0rem;
}
body.buyer-page.buyer .main-grid.item-detail .submit br {
    display: block;
}
body.buyer-page.buyer .main-grid.item-detail .submit {
    width: 110px;
    position: fixed;
    top: calc(50px + 1rem);
    right: 1rem;
    z-index: 8500;
    opacity: 0;
    pointer-events: none;
    margin-bottom: 0rem;
    margin-top: 0rem;
    transition: 0.35s ease;
}
    body.buyer-page.buyer .main-grid.item-detail .submit.on {
        opacity: 1;
        pointer-events: auto;
        transition: 0.35s ease;
    }
/********************/}
/* サブメニューボタン ================================================*/
body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap {
    width: 100%;
    margin-bottom: 2rem;
    display: none;
}
    body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn {
        width: calc(50% - 0.5rem);
    }
    body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn.time {
        display: none;
    }

    body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn .menu-icon {
        display: none;
        margin: auto;position: absolute;top: 0;right: 0;bottom: 0;left: 0;
        content: "";
        pointer-events: none;
    }
    body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn .menu-icon span::after {
        font-size: 20px;
        font-weight: normal;
        margin: auto;position: absolute;top: 5px;right: 0;left: 0;
        font-family: "Material Icons Outlined";
        content:'local_offer';
    }
        body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn.after .menu-icon span::after {
            content:'loop';
        }
        body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn.time .menu-icon span::after {
            content:'schedule';
        }
        body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn.price .menu-icon span::after {
            content:'monetization_on';
        }

@media only screen and (max-width: 768px) {
body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 0rem;
    padding: 0rem 0rem 0rem 0rem;
    z-index: 10005;
}
    body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn {
        width: calc(33.333% - 0rem);
        padding: 32px 0rem 0.5rem 0rem;
        font-size: 11px;
        border: none;
        border-radius: 0;
        border-top: 1px solid;
    }
        body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn.disable {
            background: var(--gray-out);
            /*pointer-events: none; */ /*テスト用に一旦コメントアウト。テストが終わったらコメントアウト解除してください*/
        }
        body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn.disable span {
            color: var(--text-l);
        }

    body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn .menu-icon + span {
        white-space: nowrap;
        transform: scale(0.9);
        display: inline-block;
    }
    body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn.sell {
        display: none;
    }
    body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn.after {
        display: none;
        border-left: 1px solid;
        border-right: 1px solid;
    }
    body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn.time,
    body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn.price {
        width: 50%;
        display: block;
    }
    body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn + .ghost-btn {
        border-left: 1px solid;
    }
    body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn .menu-icon {
        display: block;
    }
/********************/}

@media only screen and (max-width: 320px) {
    body.buyer-page.buyer .main-grid.item-detail .submenu-btn-wrap .ghost-btn {
        font-size: 10px;
    }
/********************/}

/* テキストエリア ================================================*/
body.buyer-page.buyer .main-grid textarea {
    height: 120px;
    font-size: 0.9rem;
    background: var(--bg-d);
    pointer-events: none;
}
    body.buyer-page.buyer .main-grid .on + textarea {
        pointer-events: auto;
        background: #fff;
    }

body.buyer-page.buyer .main-grid .textarea .label {
    padding-bottom: 0.5rem;
    font-weight: normal;
}
body.buyer-page.buyer .main-grid .textarea {
    position: relative;
    margin-bottom: 2rem;
}
.textarea > .input .label + .icon {
    width: 22px;
    height: 22px;
    background: url(../../../img/icon/pen.svg)no-repeat center / 17px auto;
    content: "";
    margin: auto;position: absolute;top: 0;right: 0;
    cursor: pointer;
}

/* ボタン - 初期非表示詳細 ================================================*/
body.buyer-page.buyer .main-grid.item-detail .btn-wrap {
    width: 100%;
}
body.buyer-page.buyer .main-grid .btn-wrap .hidden-element {
    width: 100%;
    order: 1;
    display: none;
}
    body.buyer-page.buyer .main-grid .btn-wrap .ghost-btn.on + .hidden-element {
        display: block;
    }

body.buyer-page.buyer .main-grid .btn-wrap .ghost-btn {
    order: 2;
}
    body.buyer-page.buyer .main-grid .btn-wrap .ghost-btn span::after {
        content: "詳細情報を見る"
    }
    body.buyer-page.buyer .main-grid .btn-wrap .ghost-btn.on span::after {
        content: "閉じる"
    }

/*================================================================================================

* 次の商品 *

================================================================================================*/
/*body.buyer-page.buyer .main-grid.item-next > .wrap {
    transform: scale(0.8);
    transition: 0.25s ease;
}
    body.buyer-page.buyer .main-grid.item-next:hover > .wrap {
        transform: scale(1);
        transition: 0.25s ease;
    }*/

body.buyer-page.buyer .main-grid.item-next > .wrap > .detail {
    padding: 0 1rem;
}
    body.buyer-page.buyer .main-grid.item-next > .wrap > .detail > .inner {
        max-width: 280px;
        margin: 0 auto;
    }

/* 商品名見出し ================================================*/
body.buyer-page.buyer .main-grid.item-next .title {
    padding: 0 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--border-m);
    padding-bottom: 1rem;
}
body.buyer-page.buyer .main-grid.item-next > .wrap > .title {
    padding: 0 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--border-m);
    padding-bottom: 23px;
}
    body.buyer-page.buyer .main-grid.item-next .title .main {
        font-size: 1.25rem;
        font-weight: 700;
    }
    body.buyer-page.buyer .main-grid.item-next .title .sub {
        font-size: 0.8rem;
        color: var(--text-l);
    }

/* メイン画像 ================================================*/
.next-gallery-top .img-wrap {
    padding-top: 100%;
}

/*================================================================================================

* タイムテーブル *

================================================================================================*/
body.buyer-page.buyer .main-grid.time-table > .wrap > .radio-switch {
    padding: 0 1rem;
    margin-bottom: 1rem;
}
    body.buyer-page.buyer .main-grid.time-table .tab-content {
        padding: 0 0rem;
    }

body.buyer-page.buyer .main-grid.time-table .tab-content .row {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border-bottom: 1px solid var(--border-l);
}
    body.buyer-page.buyer .main-grid.time-table .tab-content .row > div:nth-child(1) {
        width: 30%;
    }
    body.buyer-page.buyer .main-grid.time-table .tab-content .row > div:nth-child(2) {
        width: 70%;
    }
    body.buyer-page.buyer .main-grid.time-table .tab-content .row > div:nth-child(2) span {
        display: block;
    }
    body.buyer-page.buyer .main-grid.time-table .tab-content .row > div:nth-child(2) p {
        font-size: 11px;
        font-weight: 700;
        background: var(--price-high);
        color: #fff;
        padding: 0.25rem 0.5rem;
        display: inline-block;
        border-radius: 3px;
    }

body.buyer-page.buyer .main-grid.time-table .tab-content .row.title {
    font-weight: 700;
    color: var(--text-l);
    font-size: 0.8rem;
    border-bottom: 1px solid var(--border-m);
}

body.buyer-page.buyer .main-grid.time-table .ghost-btn {
    max-width: calc(100% - 2rem);
    margin: 0 auto;
    margin-top: 1rem;
}

body.buyer-page.buyer .my-product {
    color: var(--price-mid);
}

@media only screen and (max-width: 768px) {
body.buyer-page.buyer .main-grid.time-table h2 {
    color: #fff;
}
body.buyer-page.buyer .main-grid.time-table .tab-content {
    height: 45vh;
    overflow-y: scroll;
    position: relative;
    padding-bottom: 8rem;
}
body.buyer-page.buyer .main-grid.time-table .wrap::after {
    margin: auto;position: absolute;right: 0;bottom: 80px;left: 0;
    width: 100%;
    height: 60px;
    pointer-events: none;
    content: "";
    background: rgb(255,255,255);
    background: linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
/********************/}


/*================================================================================================

* MODAL 事前入札フォームスタイル

================================================================================================*/
body.buyer-page .modal-container .modal-window .tender-wrap {
    max-width: 40%; /* FB666 */
    margin-top: 0.5rem;
}

body.buyer-page .modal-container .modal-window .tender-wrap.modal-in {
    margin-top: 0px;
}

body.buyer-page .modal-container .modal-window .tender-wrap.modal-in .flex {
    flex-wrap: nowrap;
}

body.buyer-page .modal-container .modal-window .tender-wrap.modal-in .unit {
    font-weight: normal;
    font-size: 1rem;
    margin-right: 5px;
}

body.buyer-page .modal-container .modal-window .tender-wrap .input {

    width: 100%;
}
    body.buyer-page .modal-container .modal-window .tender-wrap input {
        padding: 0.5rem;
        text-align: right;
    }

body.buyer-page .modal-container .modal-window .tender-wrap .elm {
    position: relative;
}
body.buyer-page .modal-container .modal-window .tender-wrap .last-zero {
    font-weight: normal;
    font-size: 1rem;
    width: 20%;
    overflow: hidden;
}

body.buyer-page .modal-container .modal-window .tender-wrap .group-label {
    display: flex;
    flex-shrink: 0;
    height: 100%;
}

body.buyer-page .modal-container .modal-window .tender-wrap label {
    width: 70px;
    /* max-width: 35%; */
    height: 40px;
    color: #fff;
    background: var(--price-mid);
    font-size: 0.8rem;
    padding: 0.5rem;
    padding-top: 11px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
}

.modal-container.item-detail-modal .modal-wrap .modal-window > .title > .name {
    width: 30%;
}
.modal-container.item-detail-modal .modal-wrap .modal-window > .title > .btn {
    width: 70%;
}

/*================================================================================================

* MODAL 事前入札フォームスタイル - BIDDING SYSTEM

================================================================================================*/
.product-detail-modal-footer-bidding .footer-conetnt-wrap {
    width: 100%;
}
.product-detail-modal-footer-bidding .footer-conetnt-wrap > div {
    width: calc(100% / 3);
    padding: 0 0.3rem;
    border-radius: 4px;
}
.product-detail-modal-footer-bidding .footer-conetnt-wrap > div > button {
    width: 100%;
    padding: .3rem;
    color: #888;
}

.product-detail-modal-footer-bidding .footer-conetnt-wrap > div > button.ghost-btn:disabled {
    opacity: .4;
}

body.buyer-page .modal-container .modal-window .tender-wrap .last-zero-bidding {
    font-weight: normal;
    font-size: 1rem;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    body.buyer-page .modal-container .bidding-system .tender-wrap {
        max-width: 100%;
        margin-top: 0.5rem;
    }
    .modal-container.item-detail-modal .modal-wrap .bidding-system > .title > .name {
        width: 45%;
    }
    .modal-container.item-detail-modal .modal-wrap .bidding-system > .title > .btn {
        width: 55%;
    }
    body.buyer-page .modal-container .modal-window .tender-wrap .last-zero-bidding {
        width: 30px;
    }
    body.buyer-page .modal-container .modal-window .tender-wrap label {
        width: calc(90% - 20px);
        margin-top: 5px;
        /* max-width: 35%; */
    }
    body.buyer-page .modal-container .modal-window .tender-wrap label.mb-ja {
        width: 100%;
        margin-top: 5px;
        /* max-width: 35%; */
    }
    .product-detail-modal-footer-bidding {
        width: 100%; /* FB666 */
        padding-top: 5px;
    }
    .product-detail-modal-footer-bidding.bidding-pc {
        display: None;
    }
    .bookmark-wrap.bidding-pc {
        display: None;
    }
    .modal-container.item-detail-modal .modal-wrap .modal-window > .title > .btn .bookmark-wrap{
        width: calc(90% - 20px);
    }
    .bookmark-wrap.bidding-mobile {
        float: right;
    }
    body.buyer-page .modal-container .modal-window .tender-wrap.modal-in .unit {
        width: 10px;
        margin-left: 5px;
    }
    body.buyer-page .modal-container .modal-window .tender-wrap .input {
        width: calc(90% - 50px);
    }
    body.buyer-page .modal-container .modal-window .tender-wrap .input.non-ja-bidding {
        width: calc(90% - 20px);
    }
    body.buyer-page .modal-container .modal-window .tender-wrap .input.non-ja {
        width: calc(90% - 50px);
    }
    body.buyer-page .modal-container .modal-window .tender-wrap.modal-in .flex {
        flex-wrap: wrap;
        margin-bottom: 5px !important;
    }
    body.buyer-page .modal-container .modal-window .tender-wrap .group-label {
        width: calc(90% - 20px);
    }

}

@media only screen and (min-width: 768px) {
    .product-detail-modal-footer-bidding {
        width: 50%;
    }
    body.buyer-page .modal-container .modal-window .tender-wrap label {
        width: 55px;
        /* max-width: 35%; */
    }
    .product-detail-modal-footer-bidding.bidding-mobile {
        display: None;
    }
    .bookmark-wrap.bidding-mobile {
        display: None;
    }
    body.buyer-page .modal-container .modal-window .tender-wrap .last-zero-bidding {
        width: 30px;
    }
    body.buyer-page .modal-container .modal-window .tender-wrap .input {
        width: calc(100% - 90px);
    }
    body.buyer-page .modal-container .modal-window .tender-wrap .input.non-ja-bidding {
        width: calc(100% - 55px);
    }
    body.buyer-page .modal-container .modal-window .tender-wrap .input.non-ja {
        width: calc(100% - 30px);
    }
}


.swal2-container.swal2-center.swal2-shown {
    z-index: 100000 !important;
}
/*================================================================================================

* 下見詳細モーダルのフッタースタイル *

================================================================================================*/
.product-detail-modal-footer {
    width: 50%;
}
.product-detail-modal-footer .footer-conetnt-wrap {
    width: 100%;
}
.product-detail-modal-footer .footer-conetnt-wrap > div {
    width: calc(100% / 3);
    padding: 0 0.3rem;
    border-radius: 4px;
}
.product-detail-modal-footer .footer-conetnt-wrap > div > button {
    width: 100%;
    padding: .3rem;
    color: #888;
}

.product-detail-modal-footer .footer-conetnt-wrap > div > button.ghost-btn:disabled {
    opacity: .4;
}
/*================================================================================================

* MODALテスト用 - 最終的に削除 *

================================================================================================*/
body.buyer-page.buyer .modal-test-wrap {
    padding-top: 8rem;
}


/*================================================================================================

* メディアクエリ *

================================================================================================*/
@media only screen and (max-width: 1024px) {
/********************/}
@media only screen and (max-width: 768px) {
/********************/}
@media only screen and (max-width: 480px) {
/********************/}

/* FB654 - hide button when market end*/
.modal-window.bidding-system .btn.end-time{
    display: none;
}

.modal-window.bidding-system .product-detail-modal-footer-bidding.end-time{
    display: none;
}