/* BASIC css start */
/* ÇÏ´Ü */
footer .dn {
    display:none;
}

footer{
    margin-top:185px;
    border-top:1px solid #d9d9d9;
}


footer .footer_wrap {
    color: #999999;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: -0.02em;
    font-weight: 500;
}


footer .footer_wrap .inner {
    width:1360px;
    margin:0 auto;
    display:flex;
}

footer .footer_wrap .inner > div {
    padding: 70px 20px 90px;
    border-right:1px solid #d9d9d9;
    box-sizing: border-box;
}

footer .footer_wrap .inner > div:last-child {
    border-right:none;
}

footer .footer_wrap .inner > div.left_box {
    position: relative;
    width:595px;
}

footer .footer_wrap .inner .left_box .shop_info span {
    position:relative;
}

footer .footer_wrap .inner .left_box .shop_info span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #999999;
    margin: 0px 6px -2px;   
}

footer .footer_wrap .inner .left_box .shop_info .txt::after {
    display:none;
}

footer .footer_wrap .inner .left_box > strong {
    position:absolute;
    top:26px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    letter-spacing:-0.05em;
}

footer .footer_wrap .inner .left_box .copy {
    margin-top:60px;
}


footer .footer_wrap .inner .left_box a {
    margin-left: 10px;
    font-weight: 700;
    cursor: pointer;
}

footer .footer_wrap .inner .cs_menu {
    width:220px;
}


footer .footer_wrap .inner .cs_menu ul li {
    margin-bottom: 5px;
}


footer .footer_wrap .inner .cs_menu ul li a {
    color:#7d7d7d;
}

footer .footer_wrap .inner .right_box > span {
    font-weight: 700;
    color: #7d7d7d;
}

footer .footer_wrap .inner .right_box .cs_tel {
    padding-top:5px;
}


footer .footer_wrap .inner .right_box .cs_tel strong {
    display:block;
    color: #484848;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

footer .footer_wrap .inner .right_box .cs_tel strong:first-child {
    margin-bottom:5px;
}

footer .footer_wrap .inner .right_box .cs_tel strong span {
    font-size: 16px;
    color: #7d7d7d;
    font-weight: 400;
}


footer .footer_wrap .inner .right_box .cs_txt strong {
    color: #7d7d7d;
    line-height: 24px;
    padding: 12px 0 10px;
    display: block;
    font-weight:600;
}


footer .footer_wrap .inner .right_box .cs_txt p {
    line-height:16px;
}


footer .footer_wrap .inner .right_box .sns_list {
    padding-top:30px;
}


footer .footer_wrap .inner .right_box .sns_list a {
    display: inline-block;
    margin-right: 10px;
}

footer .footer_wrap .inner .right_box .sns_list a:first-child {
    margin-right:9px;
}



/* BASIC css end */

