@charset "utf-8";

.c1939 {
    min-height: 1.5rem !important;
}

.c2477 {
    color: black;
}

.hdr_contact {
    margin: 0 0 0 10px;
}

.sns_link {
    display: block;
    text-align: right;
}

.ec-layoutRole__header .side_btns.row.side_btns_none{
    display: none;
}

.side_btns.row {
    flex-direction: column;
    margin: 0 0 0 0;
    display: flex;
    align-items: center;
}

.sns_box {
    margin: 0 0 8px 0;
}

.sns_icon {
    max-width: 20px;
    min-height: auto !important;
    width: 32px;
}

.sns_icon.YouTube_icon {
    max-width: 45px;
    width: 100%;
}

/* 最上部ヘッダー */

.hEcBtn:nth-of-type(n + 2) {
    margin: 0 0 0 1.5em;
}

.hEcBtn a {
    color: #181818;
    display: flex;
    align-items: center;
    transition: .3s;
}

.hEcBtn a span {
    color: #181818;
    transition: .3s;
}

.hEcBtn a:hover span {
    color: #181818;
    transition: .3s;
}

.hEcBtn a i {
    font-size: 18px;
    line-height: 1em;
    color: #181818;
}

.hEcBtn a span {
    margin: 3px 0 0 0.5em;
    font-size: 12px;
    line-height: 1em;
}

.hEcWr {
    position: fixed;
    width: 100%;
    background: #62d8e2;
    z-index: 999;
    top: 0;
}

.hEcAr {
    margin: 0 auto;
    padding: 10px 15px;
    width: 100%;
}

.hEcBtn a:hover span {
    text-decoration: underline;
}

.hEcBtn-cart a .fa-shopping-cart:before {
    color: #181818;
}

.hEcBtnBx {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}