* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

html {
  scroll-behavior: smooth;
}

.hk-autumn-sale {
  position: relative;
  overflow: hidden;
}

.hk-autumn-sale img {
  width: 100%;
}

.hk-autumn-sale figure {
  margin: 0;
  padding: 0;
}

.hk-autumn-sale .kv {
  width: 100%;
  position: relative;
  background: #eee;
}

.hk-autumn-sale .kv__bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=main.css.map */