@media (max-width: 768px) {
  .text {
    font-size: 3vw !important;
    width: 80% !important;
  }
  .text span {
    font-size: 4.5vw !important;
  }

  .content {
    position: static;
    width: 100% !important;
  }

  .container3b {
    flex-direction: column;
  }

  .box {
    width: 60vw !important;
    height: auto !important;
  }

  .titleBox01 {
    top: 40% !important;
  }
  .bg {
    top: 40% !important;

    width: 100vw !important;
    height: 53vw !important;
  }
}

@media (max-width: 430px) {
  .text {
    font-size: 4.5vw !important;
    width: 85% !important;
  }
  .text span {
    text-align: center;
    font-size: 10vw !important;
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .blockm1 {
    height: 220vw !important;
  }

  .blockm2 {
    height: 150vw !important;
  }

  .blockm3 {
    height: 300vw !important;
  }

  .blockm4 {
    height: 205vw !important;
  }

  .blockm5 {
    height: 570vw !important;
  }

  .ontop {
    width: 50% !important;
    top: 73%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .bg {
    top: 40% !important;
  }
}

* {
  box-sizing: border-box;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  overflow: hidden;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background-color: #39a0ca;
  border-radius: 10px;
}

body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.7);
}

nav .city {
  color: #fdd108 !important;
}

.subMenu .itemBox a:nth-child(10) .item {
  color: #fdd108 !important;
  font-size: 28px !important;
}
@media (max-width: 767px) {
  .subMenu .itemBox a:nth-child(10) .item {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
.pc img {
  width: 100dvw;
}

.mobile {
  display: none;
}
@media (max-width: 768px) {
  .mobile {
    display: block;
  }
}
.mobile img {
  width: 100dvw;
} /*# sourceMappingURL=cityContent10.css.map */

/**/

.section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kv {
  background: url(../img/city/content10/kv.png);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: -1;
}
@media (max-width: 768px) {
  .kv {
    background-position: 71% center;
  }
}

.kv .bg {
  position: absolute;
  top: 50%;
  left: 0vw;
  transform: translateY(-50%);
  width: 100vw;
  height: 32vw;
  background-color: rgba(35, 24, 21, 0.8);
  mix-blend-mode: multiply;
}
@media (max-width: 1024px) {
  .kv .bg {
    height: 55vw;
  }
}
@keyframes bgMove_1 {
  from {
    left: -100vw;
  }
  to {
    left: 21vw;
  }
}
.kv .pc {
  display: block;
}
@media (max-width: 768px) {
  .kv .pc {
    display: none;
  }
}
.kv .mobile {
  display: none;
}
@media (max-width: 768px) {
  .kv .mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  .s2 {
    display: none;
  }
}

/**/

.titleBox01 {
  position: absolute;
  top: 50%;
  left: 23vw;
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 3;

  max-width: 100%;
}

.titleBox01 .title {
  text-align: center;
  font-size: 6vw;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
}
@media (max-width: 768px) {
  .titleBox01 .title {
    font-size: 9vw;
    text-align: center;
    width: 54vw;
  }
}
.titleBox01 .title span {
  font-weight: 900;
  line-height: 1;
}
.titleBox01 .border {
  height: 1px;
  width: 100%;
  background-color: #fdd108;
  margin: 1.5vw 0;
}
@media (max-width: 768px) {
  .kv .titleBox01 .border {
    margin: 4vw 0;
  }
}
.titleBox01 .subTitle {
  color: #fff;
  font-size: 2.9vw;
  font-weight: 900;
  width: 49vw;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .titleBox01 .subTitle {
    font-size: 4.61vw;
    text-align: center;
    width: 54vw;
  }
}
@keyframes fontW_1 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    opacity: 1;
    width: 49vw;
  }
}
.bg {
  position: absolute;
  top: 50%;
  left: 0vw;
  transform: translateY(-50%);
  width: 100%;
  height: 32vw;
  background-color: rgba(35, 24, 21, 0.8);
  mix-blend-mode: multiply;
}

.ontop {
  width: 20%;
  margin-left: 3%;
  margin-top: 15%;
  position: absolute;
  z-index: 5;
}

/**/

.text {
  margin: 5% auto;
  width: 60vw;
  font-size: 1.56vw;
  color: #000000;
}

.text span {
  font-weight: 900;
}

.text p {
  text-align: justify;
}

img {
  width: 100vw;
}

.block {
  position: relative;
  width: 100vw;
  height: 60vw;

  margin-top: -23%;
  margin-bottom: 5%;
}

.block03 {
  position: relative;
  width: 100vw;
  height: 80vw;

  margin-top: 35%;
  margin-bottom: 5%;
}

.bg-image {
  width: 100vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.content {
  position: absolute;
  max-width: 50%;
  width: 40%;
  margin-left: 9%;
  margin-top: 35%;
}

.block02 {
  position: relative;
  width: 100vw;
  height: 80vw;

  margin-top: 35%;
  margin-bottom: 5%;
}

.content2 {
  position: absolute;
  max-width: 50%;
  width: 40%;
  margin-left: 9%;
  margin-top: 30%;
}

.block03 {
  position: relative;
  width: 100vw;
  height: 80vw;

  margin-top: -35%;
  margin-bottom: 5%;
}

.content3 {
  position: absolute;
  max-width: 80%;
  margin-top: 30%;
  display: flex;
  margin-left: 9%;
}

.content3 img {
  max-width: 50%;
  height: auto;
  width: 100vw;
  margin-top: -25%;
}

.block04 {
  position: relative;
  width: 100vw;
  height: 80vw;

  margin-top: -35%;
  margin-bottom: 5%;
}

.content4 {
  position: absolute;
  max-width: 25%;
  width: 16%;
  margin-left: 9%;
  margin-top: 24%;
}

.block05 {
  position: relative;
  width: 100vw;
  height: 80vw;

  margin-top: -35%;
  margin-bottom: 5%;
}

.content5 {
  position: absolute;
  max-width: 50%;
  width: 40%;
  margin-left: 9%;
  margin-top: 30%;
}

.block06 {
  position: relative;
  width: 100vw;
  height: 160vw;

  margin-top: -35%;
  margin-bottom: 5%;
}

.content06 {
  position: absolute;

  width: 100%;

  top: 15%;
}

.content06 img {
  max-width: 50%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.up {
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 7vw;
}

.b {
  font-size: 3vw;
}

.white {
  color: #ffffff;
}

.content img {
  width: 100%;
  height: auto;
}

.title-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-top: 1%;
}

.block span {
  text-align: center;
  display: block;
}

/**/

/* 三個方格*/
.container3b {
  display: flex;
  align-items: center;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 30vw;

  border-radius: 40px;
  padding: 3%;
  color: #fff;
}

.box1 {
  background-color: #efd10bd0;
  border: 10px solid #ecd640;
}

.box2 {
  background-color: #50cf56;
  border: 10px solid #9ccc7b;
}

.box3 {
  background-color: #36afdb;
  border: 10px solid#8DD1E9;
}

/* 箭頭樣式 */
.arrow1 {
  font-size: 0; /* 關閉文字大小 */
  width: 0;
  height: -1.5vw;
  border-left: 40px solid transparent; /* 左邊透明 */
  border-right: 0px solid transparent; /* 右邊透明 */
  border-top: 0px solid transparent; /* 上邊透明 */
  border-bottom: 40px solid transparent; /* 下邊透明 */
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
}

.arrow1::before {
  content: ""; /* 不顯示文字 */
  position: absolute;
  top: 0;
  left: -50px;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 25px solid transparent;
  border-top: 40px solid #9ccc7b; /* 漸層顏色 */
  z-index: -1;
}

/* 箭頭2 */
.arrow2 {
  font-size: 0; /* 關閉文字大小 */
  width: 0;
  height: 0;
  border-left: 40px solid transparent; /* 左邊透明 */
  border-right: 0px solid transparent; /* 右邊透明 */
  border-top: 0px solid transparent; /* 上邊透明 */
  border-bottom: 40px solid transparent; /* 下邊透明 */
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
}

.arrow2::before {
  content: ""; /* 不顯示文字 */
  position: absolute;
  top: 0;
  left: -50px;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 25px solid transparent;
  border-top: 40px solid #8dd1e9; /* 顏色 */
  z-index: -1;
}

.arrowm1 {
  font-size: 0; /* 關閉文字大小 */
  width: 0;
  height: -1.5vw;
  border-left: 14px solid transparent; /* 左邊透明 */
  border-right: 0px solid transparent; /* 右邊透明 */
  border-top: 0px solid transparent; /* 上邊透明 */
  border-bottom: 0px solid transparent; /* 下邊透明 */
  position: relative;
  display: inline-block;
}

.arrowm1::before {
  content: ""; /* 不顯示文字 */
  position: absolute;
  top: -20px;
  left: -50px;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 25px solid transparent;
  border-top: 40px solid #9ccc7b; /* 漸層顏色 */
  z-index: -1;
}

/* 箭頭2 */
.arrowm2 {
  font-size: 0; /* 關閉文字大小 */
  width: 0;
  height: 0;
  border-left: 14px solid transparent; /* 左邊透明 */
  border-right: 0px solid transparent; /* 右邊透明 */
  border-top: 0px solid transparent; /* 上邊透明 */
  border-bottom: 0px solid transparent; /* 下邊透明 */
  position: relative;
  display: inline-block;
}

.arrowm2::before {
  content: ""; /* 不顯示文字 */
  position: absolute;
  top: -20px;
  left: -50px;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 25px solid transparent;
  border-top: 40px solid #8dd1e9; /* 顏色 */
  z-index: -1;
}

.text2 {
  justify-content: center;

  font-size: 1.56vw;
}

/*手機樣式手機樣式手機樣式手機樣式手機樣式*/

.blockm1 {
  position: relative;
  width: 100vw;
  height: 130vw;

  margin-top: -60%;
  margin-bottom: 5%;
}

.blockm1 img {
  width: 100vw;
}

.Setting {
  text-align: center;
}

.Setting2 {
  font-weight: 700;
  margin: 5% auto;
  width: 85%;
  font-size: 4.5vw;
  color: #000000;
  text-align: center;
}

.blockm2 {
  position: relative;
  width: 100vw;
  height: 80vw;

  margin-top: -30%;
  margin-bottom: 5%;
}

.blockm3 {
  position: relative;
  width: 100vw;
  height: 230vw;

  margin-top: -30%;
  margin-bottom: 5%;
}

.blockm4 {
  position: relative;
  width: 100vw;
  height: 140vw;

  margin-top: -30%;
  margin-bottom: 5%;
}

.blockm5 {
  position: relative;
  width: 100vw;
  height: 390vw;

  margin-top: -30%;
  margin-bottom: 5%;
}

.focusMainBlock {
  position: absolute;
  background: #fff;
  padding: 5px;
  opacity: 0;
}
.focusMainBlock:focus {
  opacity: 1;
}
