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;
}

/* 定位 */
.item02-1 {
  top: 25%;
  left: 5.2%;
  width: 89.6%;
}
.item02-2 {
  top: 0%;
  left: 0%;
  width: 100%;
  transform: rotate(-5deg);
}
.item02-2 > div,
.item02-3 > div {
  width: 185%;
}
.item02-3 {
  top: 57%;
  left: 0%;
  width: 100%;
  transform: rotate(-5deg);
}
.item02-4 {
  top: 86%;
  left: 1.6%;
  width: 96.8%;
}
.item02-5 {
  top: 84%;
  left: 20%;
  width: 64%;
}
.item03-1 {
  top: 8%;
  left: 38%;
  width: 56.2%;
  -webkit-mask: url("../images/thing_04.png") no-repeat center center;
  mask: url("../images/thing_04.png") no-repeat center center;
  mask: url("../images/thing_04.avif") no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.item03-2 {
  top: 10%;
  left: 0%;
  width: 39.9%;
}
.item03-3 {
  top: -10%;
  left: 0%;
  width: 51.3%;
}
.item03-4 {
  top: 18.5%;
  left: 23%;
  width: 33.6%;
}
.item03-5 {
  top: 39.5%;
  left: 12%;
  width: 50.7%;
  -webkit-mask: url("../images/thing_08.png") no-repeat center center;
  mask: url("../images/thing_08.png") no-repeat center center;
  mask: url("../images/thing_08.avif") no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.item03-6 {
  top: 42.5%;
  right: 0%;
  width: 41.8%;
}
.item03-7 {
  top: 45.2%;
  left: 45%;
  width: 27.4%;
}
.item03-8 {
  top: 35.2%;
  right: 0%;
  width: 32.7%;
}
.item03-9 {
  top: 44%;
  right: 0%;
  width: 54.7%;
}
.item03-10 {
  top: 83.5%;
  left: 6%;
  width: 22.6%;
}
.item03-11 {
  top: 80%;
}
.item04-1 {
  top: 4%;
  left: 24%;
  width: 25.3%;
}
.item04-1A {
  top: 12%;
  left: 26.5%;
  width: 20.1%;
}
.item04-2 {
  top: 45%;
  left: 90%;
  width: 7.5%;
}
.item04-3,
.item04-3A,
.item04-3B,
.item04-3C {
  top: 5%;
  left: 87%;
  width: 9%;
  height: 90%;
  cursor: pointer;
}
.item04D-1 {
  top: 5%;
  left: 0%;
  width: 100%;
  -webkit-mask: url("../images/thing_19.png") no-repeat center center;
  mask: url("../images/thing_19.png") no-repeat center center;
  mask: url("../images/thing_19.avif") no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.item04D-2 {
  top: 34%;
  left: 11.2%;
  width: 13.5%;
}
.item04D-3 {
  top: 34%;
  left: 43.5%;
  width: 13.5%;
}
.item04D-4 {
  top: 34%;
  left: 76.2%;
  width: 13.5%;
}
.item04D-5 {
  top: 55%;
  left: 31%;
  width: 5.8%;
}
.item04D-6 {
  top: 55%;
  left: 63%;
  width: 5.8%;
}

/* 手風琴目標區域 (hidingArea) 動畫基礎設定 */
[id^="hidingArea_"],
[class*="hidingArea_"] {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
