@use "../foundation/import" as f; /* contents ----------------------------------- */ .l-contents { max-width: 100%; @include f.mq(pc) { a { img { transition: opacity 0.3s 0s; &:hover { opacity: 0.7; } } } } } @include f.mq(sp) { body { font-size: 14px; } }