@use "../foundation/import" as f; /* footer --------------------------------------------- */ .l-foot { border-top: 1px solid #fcc800; &__wrap { padding: 0 40px; background: #f5f5f5; } &__inner { margin: 0 auto; max-width: 1200px; } &__nav { display: flex; padding: 24.4px 0 25.8px; } &__logo { margin-right: 46.5px; padding-top: 33.31px; display: block; width: 261px; height: 0; text-indent: 100%; overflow: hidden; white-space: nowrap; background: url('#{f.$imgPath}logo_company.png') no-repeat 0 0; background-size: 100% auto; &:hover { opacity: 0.6; } } &__list { display: flex; align-items: center; padding-top: 2px; li { display: block; font-weight: normal; &:not(:last-child) { border-right: 1px solid #ddd; line-height: 1; margin-right: 20px; padding-right: 20px; } a { text-decoration: underline; &:hover { text-decoration: none; } } } } @include f.mq(sp) { &__wrap { padding: 0 15px; } &__nav { padding: 24.8px 0 34px; flex-direction: column; } &__logo { margin: 0 auto 20px; padding-top: 33.9px; width: 265.5px; } &__list { flex-wrap: wrap; justify-content: center; li { margin: 7px !important; padding: 0 !important; display: inline-block !important; width: auto !important; border: none !important; a { text-decoration: underline; } } } } }