@charset "utf-8"; @import "foundation/_setting.scss"; //========================================================================== //404.scss //========================================================================== .not-found { background-color: #fff; &__inner { display: flex; flex-direction: column; justify-content: center; height: 520px; @include smMax { padding-bottom: sm_vw(90); height: sm_vw(930); } } &__ttl { font-size: 34px; letter-spacing: 0.2em; @include smMax { font-size: sm_vw(44); } } &__txt { margin-top: 25px; text-align: center; @include smMax { margin-top: sm_vw(50); font-size: sm_vw(26); line-height: 1.8; } } &__btnBack { margin: 50px auto 0; width: 440px; @include smMax { margin: sm_vw(80) auto 0; width: sm_vw(590); } } }