*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}
#main_visual_other {
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #FE2500;
    min-height: 139px;
}
@media screen and (min-width: 320px) {
    #main_visual_other #mv_banner {
        min-height: 120px;
        width: 100%;
    }
}
@media screen and (min-width: 375px) {
    #main_visual_other #mv_banner {
        min-height: 136px;
    }
}
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 30px;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media (min-width: 321px) and (max-width: 768px) {
    .slick-slide {
        height: auto !important;
    }
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide img {
    visibility: visible !important;
    display: block;
    width: 100%;
}
@media screen and (max-width: 768px) {
    #main_visual_other #mv_banner .mv_slide_selector .slick-track .slick-slide a img {
        min-height: 95px;
    }
}
@media screen and (min-width: 360px) {
    #main_visual_other #mv_banner .mv_slide_selector .slick-track .slick-slide a img {
        min-height: 107px;
        transform: scale(1);
    }
}
@media screen and (min-width: 375px) {
    #main_visual_other #mv_banner .mv_slide_selector .slick-track .slick-slide a img {
        min-height: 112px;
    }
}
#main_visual_other #mv_banner .mv_slide_selector .slick-track .slick-slide a img {
    height: auto;
    transform: scale(1);
}
.text-inden-1 {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    height: 0;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
#main_visual_other #mv_banner .mv_slide_selector .slick-dots {
    min-height: 23px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -25px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.title-item_s1 {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    color: #2aa400;
    border-bottom: 1px solid #2aa400;
    border-left: 5px solid #2aa400;
    padding: 0 6px;
    margin: 0 0 12px;
}
.common-title_s1 {
    -webkit-background-size: 4px;
    background-size: 4px;
}
.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loader .loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 15px 25px;
    max-height: 600px;
}

.loader-text {
    color: #ffffff;
    display: inline-block;
    margin-left: 5px;
}

.loader-bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}

.loader-bounceball:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: loader-bounce 500ms alternate infinite ease;
    animation: loader-bounce 500ms alternate infinite ease;
}

@-webkit-keyframes loader-bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}

@keyframes loader-bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}

body{
    line-height:1;
}

a img,img{
    border:0;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

ul,li,ol,li{
    list-style:none;
}
@media screen and (min-width: 320px){
    .wrap-purchase-stock {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f9f8e9;
        padding: 15px 10px;
        flex-direction: column;
    }

    .col_purchase-stock select {
        border: 1px solid #e5e5e5;
        padding: 5px 8px;
        font-size: 14px;
        outline: none;
        appearance: none;
        -webkit-appearance: unset;
        width: 100%;
        outline: unset;
        border-radius: 4px;
        background-color: #fff;
    }

    .col_purchase-stock {
        display: flex;
        margin-bottom: 10px;
    }

    .col_purchase-stock p {
        margin-bottom: 8px;
    }

    .select_purchase-stock {
        position: relative;
        width: 100%;
    }

    .select_purchase-stock:after {
        content: '';
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 7px solid #ff1616;
        position: absolute;
        top: 50%;
        right: 7px;
        transform: translateY(-50%);
        pointer-events: none;
    }
    .row_input-stock {
        width: 100%;
    }

    .row_select-stock {
        width: 100%;
        display: block;
    }

    .btn-stock-red {
        display: block;
        background: #e61e02;
        color: #fff;
        width: 100%;
        margin: 10px 0 0;
        padding: 15px 0;
        text-align: center;
        border-radius: 5px;
        border: 0;
    }

    .page-search-stock-sp {
        padding: 0 5px;
    }

    .page-search-stock-sp .p-first {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .page-search-stock-sp .title-item_s1 {
        font-size: 14px;
    }

    .wrap-select-stock {
        margin-top: 10px;
    }

    .wrap-purchase-table {
        width: 100%;
        margin-top: 10px;
        background: #fff;
    }

    .row_input-stock .col_purchase-stock {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }

    .row_input-stock input {
        border: 1px solid #e5e5e5;
        padding: 7px;
        font-size: 14px;
        width: 30%;
        border-radius: 4px;
        color: #343434;
        outline: unset;
    }

    .row_input-stock p {
        margin-bottom: 10px;
    }

    .main-purchase-table {
        max-height: 300px;
        overflow-y: scroll;
    }

    .wrap-recommend-purchase ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    /* Track */
    .wrap-recommend-purchase ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .wrap-recommend-purchase ::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .wrap-recommend-purchase ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    /* Popup box BEGIN */
    .popup-search-stock {
        display: none;
        background: transparent;
        cursor: pointer;
        height: 100%;
        position: fixed;
        text-align: center;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 10000;
    }

}
body, div, dl, dt, dd, ul, li, ol, h1, h2, h3, h4, h5, form, p, table, th, td, address, input {
    margin: 0;
    padding: 0;
}
.purchase-table {
    display: flex;
    padding: 10px 0;
}
.wrap-purchase-table .purchase-head {
    background: #4a4a4a;
    color: white;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    position: sticky;
    top: 0;
    z-index: 999;
}
.purchase-table .col-stock {
    padding: 10px 5px;
    font-size: 11px;
    text-align: left;
}
.wrap-purchase-table .stock-1 {
    width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wrap-purchase-table .stock-2 {
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wrap-purchase-table .stock-3 {
    width: 40%;
}

.purchase-body {
    border-bottom: 1px dashed #c8c8c8;
    margin: 0 8px;
}
.wrap-purchase-table .stock-1 {
    width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.purchase-table a {
    color: #00a2ff;
    text-decoration: underline;
}
.wrap-purchase-table .stock-2 {
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wrap-purchase-table .col-btn-stock {
    background: #0097c8;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    border: 0;
}
.wrap-purchase-table .stock-3 {
    width: 40%;
}

.popup-search-stock .helper {
    position: relative;
    height: 100%;
}
.popup-search-stock .popup-table {
    background-color: #fff;
    box-shadow: 2px 6px 36px 1px #c7c7c7;
    height: auto;
    vertical-align: middle;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    width: auto;
    max-width: 92%;
}
.popupCloseButton {
    background: #000;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: -7px;
    font-size: 18px;
    width: 28px;
    height: 28px;
    text-align: center;
    z-index: 99999;
}
.popup-search-stock .table-sizes {
    max-width: max-content;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #727272;
    z-index: 9999;
}
.popup-search-stock .table-sizes {
    position: relative;
    max-height: 300px;
}
.popup-search-stock .table-sizes table {
    position: relative;
}
.popup-search-stock thead {
    width: 100%;
}
.popup-search-stock .table-sizes thead tr {
    display: inherit;
    position: sticky;
    top: 0;
}
.popup-table th, .popup-table td {
    border-collapse: collapse;
    text-align: left;
    font-size: 10px;
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    overflow-wrap: break-word;
}
.popup-table th {
    color: #fff;
    text-align: center;
    border-right: 1px solid #727272;
    padding: 8px;
}

.popup-search-stock .table-sizes thead th {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.popup-search-stock .table-sizes thead th {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.popup-search-stock thead tr th:first-child {
    min-width: 100px;
    max-width: 100px;
    white-space: unset;
    top: 0;
    left: 0;
    z-index: 9999;
}
.popup-search-stock .popup-table thead th:first-child {
    left: 0;
    z-index: 999999;
}
.popup-search-stock .table-sizes thead tr:first-child th {
    background: #4a4a4a;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 12px 6px;
    text-align: center;
    text-transform: uppercase;
    height: 44px;
    vertical-align: middle;
}
.popup-search-stock .table-sizes tbody tr {
    display: table;
}
.popup-search-stock tbody th {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    white-space: unset;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 99999;
    background: #fff;
}
.popup-search-stock .popup-table tbody tr th {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    color: #343434;
    border-bottom: 1px dashed #c8c8c8;
}
.popup-table td {
    border-right: 1px solid #727272;
    border-bottom: 1px dashed #c8c8c8;
    padding: 8px 5px;
    text-align: center;
}