body {
    background: #000 url(../img/common/jimon.jpg) top center repeat;
    background-attachment: fixed;
    color: #fff!important;
}
#header .header_logo_area {
    height: 56px;
    margin: 8px auto 16px;
}
.header_logo_area .header_logo {
    float: left;
}
.header_logo_area .header_right {
    width: 500px;
    min-height: 100px;
    float: right;
    background: url(../img/header/head_logo_omega.jpg)no-repeat;
    position: relative;
    margin-left: 6px;
    display: inline-block;
}
#contents {
    background: transparent!important;
}
#category .category-nav li a {
    color: #c71c5a;
    font-weight: bold;
    font-size: 110%;
}
#category .category-nav li a:hover {
    background-color: #eeeeee;
    color: #D71E70;
    text-shadow: 0 1px 1px #ffffff,0 -1px 1px #ffffff, 1px 0 1px #ffffff, -1px 0 1px #ffffff
}
#header .category-nav li ul {
    width: 230px;
}

.main_visual .item {
    text-align: center;
}
.main_visual .item img {
    margin: 0 auto;
}
.slick-dots li button:before {
    background-color: white!important;
}
.column_inner .message {
    color: #333;
}
#shopping_confirm .total_box {
    background: #444!important;
}
div.table ol li {
    background: #444;
}
#shopping_confirm .heading02 {
    background: #444;
}
.item_name {
    color: #ddd;
}
.cart_item .item_box .table .item_name a {
    color: #fff;
}
.item_price {
    color: #fff;
}
#news_area {
    background: transparent !important;
}

#footer {
    background: transparent!important;
    padding-top: 12px;
    padding-bottom: 24px;
    margin-top: 36px;
    color: #fff;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #ddd;
}

#item_detail_area .special-tag {
    font-size: 14px;
    font-weight: bold;
    border: 1px solid gray;
    background-color: yellow;
    padding: .4rem .8rem;
}
.search select {
    padding: 0.5em;
}
.btn-success-omega {
    background-color: #D71E70 !important;
    color: #fff;
}
.btn-success-omega:hover {
    color: #fff!important;
    opacity: .8;
}
.footer_logo_area .copyright {
    color: #ccc!important;
}
input, select, textarea {
    color: #000!important;
}
/* --------------------------------
	Privacy Policy Page
-------------------------------- */

#privacy_box__body_inner dt {
    font-weight: bold;
    margin: 15px 0 8px;
}
@media only screen and (max-width: 767px) {
    .header_logo_area .header_logo a img {
        max-width: calc(100% - 70px);
    }
    #news_area .heading01 {
        padding: 16px 8px !important;
    }
    #news_area .heading01 a {
        margin-top: -8px;
    }
}
@media only screen and (min-width: 768px) {
    #search select {
        width: auto;
        max-width: 290px;
    }
    #item_photo_area .slick-dots {
        margin: 0 -16px;
        position: relative;
        bottom: 0;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    #item_photo_area .slick-dots::after {
        content: "";
        display: table;
        clear: both;
    }

    #item_photo_area .slick-dots li {
        width: 33.33333333%; height: auto;
        padding: 16px;
        margin: 0;
        align-self: center;
    }
}
