クリエイティブをシームレスに。
シンプルかつ躍動感ある体験を
提供します。
シンプルかつ躍動感ある体験を
提供します。
Creatives
About
$breakpoints: ('sp': '(max-width: 767px)',
'tb': '(max-width: 1100px)',
'pc': '(min-width: 1101px)'
)!default;
@mixin mq($breakpoint: pc) {
@media #{map-get($breakpoints, $breakpoint)} {
@content;
}
}