.list-review .row_select_lr {
    display: flex;
    align-items: center;
    background: #ffffea;
    padding: 20px;
    border: 1px solid #e9d2a6;
}

.list-review .text-center {
    text-align: center;
}

.list-review .rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.list-review .rating-stars ul > li.star {
    display: inline-block;
}

.list-review .rating-stars ul > li.star > i.fa {
    background: linear-gradient(#eee, #d0d0d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

.list-review .rating-stars ul .fa-star:before {
    font-size: 26px;
}

.list-review .rating-stars ul > li.star.hover > i.fa {
    background: linear-gradient(#ffd559 20%, #fec417 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.list-review .rating-stars ul > li.star.selected > i.fa {
    background: linear-gradient(#ffd559 20%, #fec417 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.list-review .box_lr_info {
    margin: 30px 0;
}

.list-review .two-columns_lr {
    display: flex;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    height: 100%;
}

.list-review .box_left_lr {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding-right: 20px;
}

.list-review .box_left_lr .images {
    height: 200px;
    position: relative;
}

.list-review .box_left_lr .images img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

.list-review .box_right_lr {
    width: 75%;
}

.list-review .btn_right_lr {
    background: #eee;
    border-radius: 15px;
    padding: 5px 15px;
    font-weight: 600;
    margin: 10px 0;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-review .lir_left_name .name_right_lr {
    color: #00a2ff;
    text-decoration: underline;
    width: max-content;
}

.list-review .name_right_lr:visited,
.list-review .name_right_lr:link {
    color: #00a2ff;
    text-decoration: underline;
    line-height: 22px;
}

.list-review .title_lr {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.list-review .info_lr {
    margin-top: 15px;
    line-height: 22px;
}

.list-review .col_select_lr {
    margin-right: 20px;
    width: 245px;
}

.list-review .col_select_lr select {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 5px 8px;
    font-size: 14px;
    outline: none;
    appearance: none;
    -webkit-appearance: unset;
    width: 100%;
    outline: none;
}

.list-review .select_box_lr {
    position: relative;
}

.list-review .select_box_lr:after {
    content: '';
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid #000;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    pointer-events: none;
}

.list-review .col_select_lr p {
    margin-bottom: 8px;
}

@media screen and (max-width: 1023px) {
    .list-review .list_review {
        margin: 0 8px;
    }

    .list-review .row_select_lr {
        padding: 12px;
        flex-direction: column;
    }

    .list-review .col_select_lr {
        width: 100%;
        margin: 0 0 10px;
    }

    .list-review .col_select_lr:last-child {
        margin-bottom: 0;
    }

    .list-review .col_select_lr select {
        width: 100%;
        background: #fff;
    }

    .list-review .col_lr_right {
        margin-right: 0;
    }

    .list-review .two-columns_lr {
        flex-direction: column;
        padding: 12px;
        margin-bottom: 10px;
    }

    .list-review .box_lr_info_sp {
        display: flex;
    }

    .list-review .top_wrap_info {
        display: flex;
        align-items: center;
    }

    .list-review .box_left_lr {
        width: 30%;
    }

    .list-review .box_right_lr {
        width: 70%;
    }

    .list-review .btn_right_lr {
        width: 25%;
        padding: 5px;
        font-size: 14px;
    }

    .list-review .name_lir .box_left_name {
        width: 75%;
        padding-left: 5px;
        text-align: left;
    }

    .list-review .name_lir .box_name_right {
        width: 25%;
    }

    .list-review .name_lir .btn_right_lr {
        width: 100%;
        padding: 5px 0;
    }

    .list-review .name_right_lr {
        width: 75%;
        /*padding-left: 5px;*/
    }

    .list-review .top_wrap_info .name_right_lr {
        padding-left: 5px;
    }

    .list-review .info_lr {
        margin-top: 5px;
        line-height: 20px;
        font-size: 14px;
    }

    .list-review .title_lr {
        padding-bottom: 8px;
        margin-bottom: 10px;
    }

    .list-review .rating-stars ul .fa-star:before {
        font-size: 22px;
    }

    .list-review .rating-stars ul > li.star > i.fa {
        font-size: unset;
    }

    .list-review ul.tabs_lr li {
        width: unset !important;
        font-size: 12px;
        padding: 8px 15px;
    }

    .list-review .box_lr_info {
        margin: 15px 0;
    }

    .list-review .title_lr {
        font-size: 18px;
    }
}
.list-review .box_product_lr {
    display: flex;
    flex-wrap: wrap;
}

.list-review .items_lr {
    width: calc((100% - 30px) / 3);
    margin-right: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 12px;
}

.list-review .items_lr:nth-child(3n) {
    margin-right: 0;
}

.list-review .item_lr {
    padding: 12px;
}

.list-review .img_lpr_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list-review .img_lpr {
    height: 140px;
    position: relative;
}

.list-review .img_lpr img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list-review .name_lpr {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

.list-review .name_lpr_pc {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: flex-end;
}

.list-review .name_lpr_pc .box_name_right {
    width: 20%;
}

.list-review .name_lpr_pc .box_left_name {
    width: auto;
}

.list-review .name_lpr .btn_right_lr {
    margin: 0;
    width: auto;
}

.list-review .name_title {
    margin: 15px auto;
    text-align: center;
    font-size: 14px;
}

.list-review .item_lr .name_title {
    line-height: 18px;
}

.list-review .box_name_right {
    width: 30%;
}

.list-review .box_left_name {
    width: 70%;
    padding-left: 8px;
}

@media screen and (max-width: 1023px) {
    .list-review .info_lr {
        margin-top: 5px;
        line-height: 20px;
        font-size: 14px;
    }

    .list-review .title_lr {
        padding-bottom: 8px;
        margin-bottom: 10px;
    }

    .list-review .rating-stars ul .fa-star:before {
        font-size: 22px;
    }

    .list-review .rating-stars ul > li.star > i.fa {
        font-size: unset;
    }

    .list-review .items_lr:nth-child(3n) {
        margin-right: 12px;
    }

    .list-review .items_lr:nth-child(2n) {
        margin-right: 0;
    }

    .list-review .items_lr {
        width: calc((100% - 16px) / 2);
    }

    .list-review .box_left_name {
        padding-left: 5px;
        font-size: 14px;
    }

    .list-review .name_lpr .btn_right_lr {
        font-size: 12px;
        padding: 5px 0;
    }

    .list-review .name_lpr {
        flex-direction: column;
        align-items: inherit;
    }

    .list-review .name_lpr .box_name_right {
        margin-bottom: 5px;
        width: 40%;
    }

    .list-review .name_lpr .box_left_name {
        width: 100%;
    }
}

.list-review .img_lir_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list-review .box_name_lir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
}

.list-review .lir_name_right {
    background: #eee;
    border-radius: 15px;
    padding: 5px 15px;
    font-weight: 600;
    margin-right: 10px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-review .name_title_lir,
.list-review .name_lir {
    width: 50%;
}

.list-review .name_title_lir {
    margin-right: 20px;
}

.list-review .name_lir {
    display: flex;
    justify-content: flex-end;
}

.list-review .title_lir {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 3px solid #000;
    padding-bottom: 20px;
}

.list-review .title_lir_info {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.list-review .lir_text_main {
    line-height: 28px;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 35px;
}

.list-review ul.tabs_lr {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 3px solid #2aa400;
}

.list-review ul.tabs_lr li {
    background: #e4e8e6;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 600;
    width: 195px;
    text-align: center;
}

.list-review ul.tabs_lr li.current {
    background: #2aa400;
    color: #fff;
}

.list-review .tab-content {
    display: none;
}

.list-review .tab-content.current {
    display: block;
}

.list-review .box_img_lir {
    height: 480px;
    position: relative;
}

.list-review .page_navi li a {
    color: #0095c6;
    border: unset;
    background: #fff;
    padding: 9px 11px;
}

.list-review .page_navi_wish ul li span {
    margin-right: -2px;
}

@media screen and (max-width: 1023px) {
    .list-review .box_name_lir {
        flex-direction: column;
        margin: 15px 0;
    }

    .list-review .box_img_lir {
        height: auto;
    }

    .list-review .img_lir_item {
        position: relative;
        height: auto;
        max-height: 100%;
    }

    .list-review .box_name_lir .name_title_lir,
    .list-review .box_name_lir .name_lir {
        width: auto;
        text-align: center;
        margin-right: 0;
    }

    .list-review .box_name_lir .name_title_lir {
        margin-bottom: 15px;
    }

    .list-review .box_name_lir .name_lir {
        width: 100%;
        border: 1px solid #dcdcdc;
        padding: 0;
        justify-content: flex-start;
        align-items: center;
    }

    .list-review .box_name_lir .lir_name_right {
        padding: 3px 15px;
        margin: 7px;
    }

    .list-review .title_lir {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .list-review .title_lir_info {
        font-size: 16px;
        margin: 12px 0;
    }

    .list-review .lir_text_main {
        line-height: 15px;
        margin-top: 15px;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .list-review .slick-slider {
        margin-bottom: 0;
    }

    .list-review #topicpath {
        padding: 0 8px !important;
        margin: 0 !important;
    }

    .list-review .img_lpr {
        height: 100px;
    }
}

.list-review .btn_right_lr {
    cursor: unset;
}

.list-review .box_lir-ct .img_lir_item {
    object-fit: scale-down;
}

.list-review .load_more {
    display: block;
    border-radius: 6px;
    background: #37cffc;
    border-top: solid #37cffc 2px;
    width: 100%;
    max-width: 170px;
    text-align: center;
    font-size: 15px;
    line-height: 39px;
    font-weight: bold;
    color: #fff !important;
}
.list-review .row_select_lr {
    display: flex;
    align-items: center;
    background: #ffffea;
    padding: 20px;
    border: 1px solid #e9d2a6;
}

.list-review .text-center {
    text-align: center;
}

.list-review .rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.list-review .rating-stars ul > li.star {
    display: inline-block;
}

.list-review .rating-stars ul > li.star > i.fa {
    background: linear-gradient(#eee, #d0d0d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

.list-review .rating-stars ul .fa-star:before {
    font-size: 26px;
}

.list-review .rating-stars ul > li.star.hover > i.fa {
    background: linear-gradient(#ffd559 20%, #fec417 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.list-review .rating-stars ul > li.star.selected > i.fa {
    background: linear-gradient(#ffd559 20%, #fec417 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.list-review .box_lr_info {
    margin: 30px 0;
}

.list-review .two-columns_lr {
    display: flex;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    height: 100%;
}

.list-review .box_left_lr {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding-right: 20px;
}

.list-review .box_left_lr .images {
    height: 200px;
    position: relative;
}

.list-review .box_left_lr .images img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

.list-review .box_right_lr {
    width: 75%;
}

.list-review .btn_right_lr {
    background: #eee;
    border-radius: 15px;
    padding: 5px 15px;
    font-weight: 600;
    margin: 10px 0;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-review .lir_left_name .name_right_lr {
    color: #00a2ff;
    text-decoration: underline;
    width: max-content;
}

.list-review .name_right_lr:visited,
.list-review .name_right_lr:link {
    color: #00a2ff;
    text-decoration: underline;
    line-height: 22px;
}

.list-review .title_lr {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.list-review .info_lr {
    margin-top: 15px;
    line-height: 22px;
}

.list-review .col_select_lr {
    margin-right: 20px;
    width: 245px;
}

.list-review .col_select_lr select {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 5px 8px;
    font-size: 14px;
    outline: none;
    appearance: none;
    -webkit-appearance: unset;
    width: 100%;
    outline: none;
}

.list-review .select_box_lr {
    position: relative;
}

.list-review .select_box_lr:after {
    content: '';
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid #000;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    pointer-events: none;
}

.list-review .col_select_lr p {
    margin-bottom: 8px;
}

@media screen and (max-width: 1023px) {
    .list-review .list_review {
        margin: 0 8px;
    }

    .list-review .row_select_lr {
        padding: 12px;
        flex-direction: column;
    }

    .list-review .col_select_lr {
        width: 100%;
        margin: 0 0 10px;
    }

    .list-review .col_select_lr:last-child {
        margin-bottom: 0;
    }

    .list-review .col_select_lr select {
        width: 100%;
        background: #fff;
    }

    .list-review .col_lr_right {
        margin-right: 0;
    }

    .list-review .two-columns_lr {
        flex-direction: column;
        padding: 12px;
        margin-bottom: 10px;
    }

    .list-review .box_lr_info_sp {
        display: flex;
    }

    .list-review .top_wrap_info {
        display: flex;
        align-items: center;
    }

    .list-review .box_left_lr {
        width: 30%;
    }

    .list-review .box_right_lr {
        width: 70%;
    }

    .list-review .btn_right_lr {
        width: 25%;
        padding: 5px;
        font-size: 14px;
    }

    .list-review .name_lir .box_left_name {
        width: 75%;
        padding-left: 5px;
        text-align: left;
    }

    .list-review .name_lir .box_name_right {
        width: 25%;
    }

    .list-review .name_lir .btn_right_lr {
        width: 100%;
        padding: 5px 0;
    }

    .list-review .name_right_lr {
        width: 75%;
        /*padding-left: 5px;*/
    }

    .list-review .top_wrap_info .name_right_lr {
        padding-left: 5px;
    }

    .list-review .info_lr {
        margin-top: 5px;
        line-height: 20px;
        font-size: 14px;
    }

    .list-review .title_lr {
        padding-bottom: 8px;
        margin-bottom: 10px;
    }

    .list-review .rating-stars ul .fa-star:before {
        font-size: 22px;
    }

    .list-review .rating-stars ul > li.star > i.fa {
        font-size: unset;
    }

    .list-review ul.tabs_lr li {
        width: unset !important;
        font-size: 12px;
        padding: 8px 15px;
    }

    .list-review .box_lr_info {
        margin: 15px 0;
    }

    .list-review .title_lr {
        font-size: 18px;
    }
}
.list-review .box_product_lr {
    display: flex;
    flex-wrap: wrap;
}

.list-review .items_lr {
    width: calc((100% - 30px) / 3);
    margin-right: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 12px;
}

.list-review .items_lr:nth-child(3n) {
    margin-right: 0;
}

.list-review .item_lr {
    padding: 12px;
}

.list-review .img_lpr_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list-review .img_lpr {
    height: 140px;
    position: relative;
}

.list-review .img_lpr img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list-review .name_lpr {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

.list-review .name_lpr_pc {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: flex-end;
}

.list-review .name_lpr_pc .box_name_right {
    width: 20%;
}

.list-review .name_lpr_pc .box_left_name {
    width: auto;
}

.list-review .name_lpr .btn_right_lr {
    margin: 0;
    width: auto;
}

.list-review .name_title {
    margin: 15px auto;
    text-align: center;
    font-size: 14px;
}

.list-review .item_lr .name_title {
    line-height: 18px;
}

.list-review .box_name_right {
    width: 30%;
}

.list-review .box_left_name {
    width: 70%;
    padding-left: 8px;
}

@media screen and (max-width: 1023px) {
    .list-review .info_lr {
        margin-top: 5px;
        line-height: 20px;
        font-size: 14px;
    }

    .list-review .title_lr {
        padding-bottom: 8px;
        margin-bottom: 10px;
    }

    .list-review .rating-stars ul .fa-star:before {
        font-size: 22px;
    }

    .list-review .rating-stars ul > li.star > i.fa {
        font-size: unset;
    }

    .list-review .items_lr:nth-child(3n) {
        margin-right: 12px;
    }

    .list-review .items_lr:nth-child(2n) {
        margin-right: 0;
    }

    .list-review .items_lr {
        width: calc((100% - 16px) / 2);
    }

    .list-review .box_left_name {
        padding-left: 5px;
        font-size: 14px;
    }

    .list-review .name_lpr .btn_right_lr {
        font-size: 12px;
        padding: 5px 0;
    }

    .list-review .name_lpr {
        flex-direction: column;
        align-items: inherit;
    }

    .list-review .name_lpr .box_name_right {
        margin-bottom: 5px;
        width: 40%;
    }

    .list-review .name_lpr .box_left_name {
        width: 100%;
    }
}

.list-review .img_lir_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list-review .box_name_lir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
}

.list-review .lir_name_right {
    background: #eee;
    border-radius: 15px;
    padding: 5px 15px;
    font-weight: 600;
    margin-right: 10px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-review .name_title_lir,
.list-review .name_lir {
    width: 50%;
}

.list-review .name_title_lir {
    margin-right: 20px;
}

.list-review .name_lir {
    display: flex;
    justify-content: flex-end;
}

.list-review .title_lir {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 3px solid #000;
    padding-bottom: 20px;
}

.list-review .title_lir_info {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.list-review .lir_text_main {
    line-height: 28px;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 35px;
}

.list-review ul.tabs_lr {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 3px solid #2aa400;
}

.list-review ul.tabs_lr li {
    background: #e4e8e6;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 600;
    width: 195px;
    text-align: center;
}

.list-review ul.tabs_lr li.current {
    background: #2aa400;
    color: #fff;
}

.list-review .tab-content {
    display: none;
}

.list-review .tab-content.current {
    display: block;
}

.list-review .box_img_lir {
    height: 480px;
    position: relative;
}

.list-review .page_navi li a {
    color: #0095c6;
    border: unset;
    background: #fff;
    padding: 9px 11px;
}

.list-review .page_navi_wish ul li span {
    margin-right: -2px;
}

@media screen and (max-width: 1023px) {
    .list-review .box_name_lir {
        flex-direction: column;
        margin: 15px 0;
    }

    .list-review .box_img_lir {
        height: auto;
    }

    .list-review .img_lir_item {
        position: relative;
        height: auto;
        max-height: 100%;
    }

    .list-review .box_name_lir .name_title_lir,
    .list-review .box_name_lir .name_lir {
        width: auto;
        text-align: center;
        margin-right: 0;
    }

    .list-review .box_name_lir .name_title_lir {
        margin-bottom: 15px;
    }

    .list-review .box_name_lir .name_lir {
        width: 100%;
        border: 1px solid #dcdcdc;
        padding: 0;
        justify-content: flex-start;
        align-items: center;
    }

    .list-review .box_name_lir .lir_name_right {
        padding: 3px 15px;
        margin: 7px;
    }

    .list-review .title_lir {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .list-review .title_lir_info {
        font-size: 16px;
        margin: 12px 0;
    }

    .list-review .lir_text_main {
        line-height: 15px;
        margin-top: 15px;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .list-review .slick-slider {
        margin-bottom: 0;
    }

    .list-review #topicpath {
        padding: 0 8px !important;
        margin: 0 !important;
    }

    .list-review .img_lpr {
        height: 100px;
    }
}

.list-review .btn_right_lr {
    cursor: unset;
}

.list-review .box_lir-ct .img_lir_item {
    object-fit: scale-down;
}

.list-review .load_more {
    display: block;
    border-radius: 6px;
    background: #37cffc;
    border-top: solid #37cffc 2px;
    width: 100%;
    max-width: 170px;
    text-align: center;
    font-size: 15px;
    line-height: 39px;
    font-weight: bold;
    color: #fff !important;
}

.logo {
    position: absolute;
    height: 57px;
    overflow: hidden;
    text-indent: -9999px;
    margin-right: 5px;
    background: url(/common/smart/design/img/images-top/logo_up-t_kana-sp.png) no-repeat;
    background-size: contain;
    width: 80px;
    left: 60px;
    top: 0;
    background-position: center;
}
.logo-2 {
    position: absolute;
    top: 0;
    left: 60px;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: url(/common/design/user/img/images-top/logo-market.png) no-repeat;
    background-size: 100% 100%;
    text-indent: -9999px;
    margin-right: 5px;
}
.logo a , .logo-2 a {
    display: block;
    height: 100%;
    position: relative
}
