@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td, p {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  font-style: inherit;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: 700;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Didact Gothic", "Noto Sans", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  color: white;
  background-color: #971a0a;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.wrap {
  max-width: 1920px;
  margin: auto;
}

.kv {
  background-image: url(../images/bg_kv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 43vw;
  max-height: 520px;
}
.kv .kv__main {
  max-width: 1200px;
  margin: auto;
  height: 100%;
  background-image: url(../images/img_kvMain.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

.main {
  background-image: url(../images/bg_main.jpg);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: top;
}

.jump {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2vw 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  padding: 2vw 8% 0;
  margin: 0 0 4vw;
}
.jump .jump__btn img {
  display: block;
  width: 100%;
}

.light {
  background-image: url(../images/img_line.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  height: 11vw;
  max-height: 134px;
}

#light-top {
  margin-top: -6vw;
}

.sale {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2vw 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  padding: 0 8%;
  margin: 3vw 0;
}
.sale .sale__title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}

.rule {
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 8%;
  padding: 1.5em;
  font-size: 12px;
}
.rule h4 {
  margin-bottom: 0.5em;
}
.rule li {
  margin-left: 1.5em;
}

.copyright {
  text-align: center;
  font-size: 12px;
  padding: 4vh 0 75px;
}

.backtop {
  position: fixed;
  right: 1em;
  bottom: 1em;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  background-color: #DB0C0C;
  color: white;
  text-decoration: none;
  font-size: 14px;
}