body {
  padding: 0;
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", Roboto, "Helvetica Neue", Arial, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  /* vertical-align: middle; */
  display: block;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}
.blendmode_screen {
  mix-blend-mode: screen;
  pointer-events: none;
}
/* 【以上內容勿動!!!  有關基本樣式設定】 */
/* 開版設定 */
.wrap {
  max-width: 1000px;
  margin: 0 auto;
  /* 【超過】 開版範圍 就不呈現 */
  overflow: hidden;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
  position: relative;
}

/* 定位 */
.item01-1 {
  top: 19.5%;
  left: 29%;
  width: 60.7%;
}
.item01-2 {
  top: 83%;
  left: 2.15%;
  width: 95.7%;
}
.item01-3 {
  top: 60%;
  right: 0%;
  width: 57.6%;
}
.item03-1 {
  top: 36%;
  left: 52%;
  width: 36.5%;
}
.item03-2 {
  top: 66%;
  left: 16%;
  width: 35.6%;
}
.item03-3 {
  top: 88%;
  left: 17%;
  width: 66.3%;
}
.item04-1 {
  top: 43%;
  left: 25.25%;
  width: 49.5%;
}
.item05-1 {
  top: 26%;
  left: 0%;
  width: 100%;
}
.item05-2 {
  top: 46%;
  left: 10%;
  width: 79.9%;
}
.item05-3 {
  top: 61%;
  left: 10%;
  width: 79.9%;
}
.item05-4 {
    top: 87%;
}
.item06-1 {
  top: 48.5%;
  left: 6%;
  width: 27.6%;
}
.item06-2 {
  top: 55.5%;
  left: 37%;
  width: 27.6%;
}
.item06-3 {
  top: 48.5%;
  left: 68%;
  width: 27.6%;
}
.item07-1 {
  top: 29%;
  left: 0%;
  width: 61.5%;
}
.item08-1 {
  top: 34%;
  right: 0%;
  width: 78%;
}
.item08-2 {
  top: 53%;
  right: 0%;
  width: 85.9%;
}
.item08-3 {
  top: 72%;
  right: 0%;
  width: 93.1%;
}
.item09-1 {
  top: 73.3%;
  left: 5%;
  width: 48.3%;
  -webkit-mask: url("../images/thing_18.png") no-repeat center center;
  mask: url("../images/thing_18.png") no-repeat center center;
  mask: url("../images/thing_18.avif") no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
