.dw-cat {
    background: #4D669F;
    padding: 10px 10px 10px 15px;
}
.row {
    width: 100%;
    height: 470px;
    overflow-y: auto !important;
    -webkit-overflow-scrolling:touch;
    position: relative;
}

.fixedd {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto !important;
}
.img-wrap,
.img-wrap img {
    width: 100%;
}

#gift_cat img {
    width: 100%;
}

#gift_cat a {
    display: block;
}

#gift_cat a:hover {
    opacity: 0.8;
}

#gift_cat .mb20 {
    margin-bottom: 20px;
}


/* ------- */


.gift_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gift_list ul li {
    width: 30%;
}

#gift_cat .item_link {
    position: relative;
}

#gift_cat .item_link a {
    position: absolute;
    display: block;
    width: 292px;
    bottom: 35px;
    left: 220px;
}

.two_col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.two_col li {
    width: 50%;
}

#serect_variety ul {
    padding: 40px;
    background-color: #f3eee4;
}

#serect_variety ul li {
    width: 24%;
    margin-bottom: 20px;
}

#gift_cat #serect_nomikurabe ul li {
    width: 33%;
}

#gift_cat table {
    border-collapse: collapse;
    border: solid 1px #802E28;
    margin: 20px auto;
    font-family: serif;
    width: 690px;
}

#gift_cat table a {
    font-family: serif;
    color: #000;
}

#gift_cat table tr {
    height: 30px;
    padding: 7px;
}

#gift_cat table th {
    color: white;
    font-weight: normal;
    font-size: 12px;
    background-color: #802E28;
    width: 112px;
    border-bottom: solid 1px white;
    font-family: serif;
    text-align: center;
}

#gift_cat table td {
    padding: 7px;
    font-size: 11px;
    border-bottom: solid 1px #802E28;
    font-family: serif;
}