@charset "utf-8";
.flickity-prev-next-button {
    background: transparent;
    width: 70px;
    height: 70px;
}

.flickity-prev-next-button .arrow {
    fill: #ccc;
}

.flickity-prev-next-button:hover .arrow {
    fill: #333;
}

.flickity-prev-next-button:hover {
    background: transparent;
}

.brand .titlebar_dubline h2 {
    color: #ff7777;
}

.brand .titlebar_dubline h2:before,
.brand .titlebar_dubline h2:after {
    background: #ff7777;
}

.machine .titlebar_dubline h2 {
    color: #63bb86;
}

.machine .titlebar_dubline h2:before,
.machine .titlebar_dubline h2:after {
    background: #63bb86;
}

.new_product .titlebar_dubline h2 {
    color: #ffcd55;
}

.new_product .titlebar_dubline h2:before,
.new_product .titlebar_dubline h2:after {
    background: #ffcd55;
}

.brand_list li {
    margin-bottom: 30px;
}

.brandbox {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: -webkit-center;
}

.brandbox >a {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
}

.machine_imgbox {
    display: block;
    position: relative;
}

.img_info {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    color: #000;
    height: 0.5em;
    line-height: 1em;
    text-align: center;
}

.thumbnail.np_box {
    padding: 0;
    border-radius: 0;
}

.np_box {
    position: relative;
    overflow: hidden;
}

.sold {
    position: absolute;
    top: 0;
    right: 0;
    border-color: #aaa #aaa transparent transparent;
    border-style: solid;
}

.sold p {
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    margin: 0;
    color: #fff;
    z-index: 2;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.np_box h3 {
    font-size: 18px;
    margin: 0 0 10px;
    word-break: break-all;
    line-height: 140%;
}

.np_price p {
    color: #666;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}

.np_price del {
    font-size: 15px;
    color: #aaa;
    display: inline-block;
    margin-right: 10px;
}

.carousel-cell {
    width: 60%;
    height: auto;
    max-height: 550px;
    margin-right: 10px;
    background: transparent;
    border-radius: 0;
}
