
@font-face {
    font-family: 'Inter-Bold';
    src: url('./fonts/Inter/Inter-Bold.ttf');
    font-weight: 400;
}

#footer {
    margin-top: 60px;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-center {
    background-color: #f7f7f7;
    padding-block: 30px;
}
.footer-info {
    width: 450px;
    flex-shrink: 0;
    flex-grow: 0;
}

.footer-middle {
    width: 392px;
    flex-shrink: 0;
    flex-grow: 0;
}
.footer-right {
    width: 315px;
}
.footer-content {
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    text-align: center;
}
.footer-text {
    font-size: 14px;
    line-height: 1.6;
}
.footer-content p {
    font-size: 16px;
    color: #757575;
}
.footer-text p:not(:first-child) {
    margin-top: 8px;
}
.footer-text p > span {
    color: #d90001;
}
.footer-menu {
    display: flex;
    gap: 25px 60px;
    flex-wrap: wrap;
    margin-top: 16px;
}
.footer-menu {
    display: flex;
    column-gap: 60px;
}

.half-ft-menu {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.footer-menu a {
    padding-left: 25px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}
.footer-menu a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #acacac;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.ico-headphone {
    background: url(../images/pc/ico-headphone.png) 0 3px no-repeat;
    padding-left: 30px;
}
.ico-email {
    background: url(../images/pc/ico-mail.png) 0 4px no-repeat;
    padding-left: 25px;
}
.footer-more {
    width: 485px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 25px;
}
.footer-contact {
    display: flex;
    column-gap: 5px;
    margin-block: 15px;
}
.footer-contact a {
    display: block;
    background-color: #d90001;
    color: #fff;
    padding: 8px 20px 5px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
}
.footer-connect {
    display: flex;
    align-items: flex-end;
    column-gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.footer-cms a {
    color: #7a7a7a;
    display: block;
    padding: 20px 0;
}

.mobile-button {
    display: none;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: #ed1b24;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 12px;
    z-index: 9999;
}


.mobile-button>svg {
    vertical-align: -7px;
}

b, strong {
    font-weight: 700;
    font-family: 'Inter-Bold', sans-serif;
}

.header-social {
    column-gap: 10px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}

.header-social span{
    text-transform: uppercase;
    font-size: 12px;
}
.header-social a {
    background: url(../images/pc/social-page.png) 0 0 no-repeat;
    width: 23px;
    height: 23px;
    border-radius: 50%;
}
.header-social .h-youtube {
    background-position: -31px 0;
}
.header-social .h-tiktok {
    background-position: -61px 0;
}
.ico-split {
    width: 1px;
    height: 21px;
    background-color: #e1e1e1;
    display: block;
}