@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
body {
  overflow-x: hidden;
  background-color: #fafaf2;
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 200;
}

#app {
  position: relative;
}

.part,
.parts {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
}
@media (min-width: 992px) {
  .header {
    height: 5.875em;
  }
}
@media (max-width: 991px) {
  .header {
    height: 9.0970703125em;
  }
}
.header .header-inner {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
@media (min-width: 992px) {
  .header .header-inner {
    max-width: 1920px;
    height: 5.875em;
  }
}
@media (max-width: 991px) {
  .header .header-inner {
    width: 100%;
    height: 9.0970703125em;
  }
}
.header .header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
.header .logo {
  position: relative;
}
@media (min-width: 992px) {
  .header .logo {
    margin-left: 1.5625em;
  }
}
@media (max-width: 991px) {
  .header .logo {
    margin-left: 2.1936197917em;
  }
}
.header .logo a {
  display: block;
}
@media (min-width: 992px) {
  .header .logo img {
    width: 8.25em;
    height: 3.125em;
  }
}
@media (max-width: 991px) {
  .header .logo img {
    width: 10.730671875em;
    height: 4.0646484375em;
  }
}
.header ul,
.header li {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .header .menu {
    position: fixed;
    display: none;
    z-index: 90;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 14.5166015625em;
  }
  .header .menu ul {
    position: relative;
    width: 80.4166666667%;
    margin-left: auto;
    margin-right: auto;
  }
  .header .menu ul li {
    margin-bottom: 0em;
    overflow: hidden;
    height: 7.7421875em;
    display: flex !important;
    justify-content: center !important;
  }
  .header .menu ul li a {
    text-decoration: none;
    display: block;
  }
  .header .menu ul li a span {
    font-size: 3.87109375em;
    color: #383838;
  }
  .header .btn-menu {
    position: relative;
    z-index: 92;
    display: block;
    right: 3.2259114583em;
    width: 5.1614583333em;
    height: 5.1614583333em;
    margin-top: -1.2903645833em;
  }
  .header .btn-menu:hover, .header .btn-menu:active, .header .btn-menu:focus {
    outline: none !important;
    border: none !important;
  }
  .header .btn-menu > div:nth-child(2) {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .menu {
    position: fixed;
    display: none;
    z-index: 90;
    background: rgba(255, 255, 255, 0.9);
    width: 25vw;
    height: 100vh;
    right: 0;
    top: 0;
    padding-top: 8.75em;
  }
  .header .menu ul {
    position: relative;
    width: 80.4166666667%;
    left: -1.25em;
    margin-left: auto;
    margin-right: auto;
  }
  .header .menu ul li {
    position: relative;
    display: flex !important;
    justify-content: center !important;
    height: 5.5em;
  }
  .header .menu ul li a {
    text-decoration: none;
  }
  .header .menu ul li a span {
    font-size: 2.5em;
    color: #383838;
  }
  .header .btn-menu {
    position: relative;
    z-index: 92;
    display: block;
    right: 2.8125em;
    width: 5em;
    height: 5em;
    margin-top: 0.5em;
  }
  .header .btn-menu:hover, .header .btn-menu:active, .header .btn-menu:focus {
    outline: none !important;
    border: none !important;
  }
  .header .btn-menu > div:nth-child(2) {
    display: none;
  }
}

section {
  position: relative;
}

.secAnchor {
  position: absolute !important;
  width: 1px;
  height: 1px;
  left: 0;
}
@media (min-width: 992px) {
  .secAnchor {
    top: -8.75em;
  }
}
@media (max-width: 991px) {
  .secAnchor {
    top: -9.0325520833em;
  }
}

body.scrolled .secAnchor {
  position: absolute;
  width: 500px;
  height: 1px;
  left: 0;
}
@media (min-width: 992px) {
  body.scrolled .secAnchor {
    top: -8.75em;
  }
}
@media (max-width: 991px) {
  body.scrolled .secAnchor {
    top: -9.0325520833em;
  }
}

.bg1 {
  position: relative;
}
@media (max-width: 991px) {
  .bg1 {
    background: url("../images/bg1_m.jpg") center top;
    background-size: 100% auto;
  }
}
@media (min-width: 992px) {
  .bg1 {
    background: url("../images/bg1.jpg") center top;
    background-size: 100% auto;
  }
}

#kv {
  position: relative;
}
#kv .slide {
  z-index: 1;
}
#kv .txt {
  z-index: 2;
}

.inner {
  position: relative;
}

#sec1 {
  position: relative;
}
#sec1 .inner {
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  #sec1 .inner {
    padding-top: 8.125em;
  }
}
@media (max-width: 991px) {
  #sec1 .inner {
    padding-top: 6.0647135417em;
  }
}
#sec1 .p2 {
  position: absolute;
  z-index: 2;
}
@media (min-width: 992px) {
  #sec1 .p2 {
    left: 89.625em;
    top: 5.0625em;
    width: 14.1875em;
  }
}
@media (max-width: 991px) {
  #sec1 .p2 {
    left: 50.1951822917em;
    top: 6.19375em;
    width: 8.7744791667em;
  }
}
#sec1 .___tables {
  position: relative;
  display: flex !important;
  z-index: 1;
}
@media (min-width: 992px) {
  #sec1 .___tables {
    margin-top: 2.8125em;
  }
}
@media (max-width: 991px) {
  #sec1 .___tables {
    margin-top: 1.935546875em;
  }
}
#sec1 .___tables .___tables_inner {
  position: relative;
}
@media (min-width: 992px) {
  #sec1 .___tables .___tables_inner {
    width: 85em;
    left: 14.25em;
  }
}
@media (max-width: 991px) {
  #sec1 .___tables .___tables_inner {
    width: 53.2275390625em;
    left: 2.9033203125em;
  }
}
#sec1 .___tables .___tab {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  #sec1 .___tables .___tab {
    top: 2em;
    width: 6.25em;
  }
}
@media (max-width: 991px) {
  #sec1 .___tables .___tab {
    top: 1.2903645833em;
    width: 3.87109375em;
  }
}
#sec1 .___tables .___tab a {
  position: relative;
  display: block;
}
@media (min-width: 992px) {
  #sec1 .___tables .___tab a {
    width: 6.25em;
    height: 12.9375em;
  }
}
@media (max-width: 991px) {
  #sec1 .___tables .___tab a {
    width: 3.87109375em;
    height: 7.7421875em;
  }
}
#sec1 .___tables .___tab2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  #sec1 .___tables .___tab2 {
    width: 79.625em;
    height: 7.5625em;
  }
}
@media (max-width: 991px) {
  #sec1 .___tables .___tab2 {
    width: 49.6790364583em;
    height: 4.8388671875em;
  }
}
#sec1 .___tables .___tab2 .___tab2_tab {
  position: relative;
  text-align: center;
  display: none;
}
#sec1 .___tables .___tab2 .___tab2_tab.active {
  display: block;
}
#sec1 .___tables .___tab2 a {
  position: relative;
  display: inline-block;
}
@media (min-width: 992px) {
  #sec1 .___tables .___tab2 a {
    width: 7.5625em;
    height: 7.5625em;
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media (max-width: 991px) {
  #sec1 .___tables .___tab2 a {
    width: 4.6453125em;
    height: 4.6453125em;
    margin-left: 0.6451822917em;
    margin-right: 0.6451822917em;
  }
}
@media (min-width: 992px) {
  #sec1 .___tables2 .___tab {
    top: 4.0625em;
  }
}
@media (max-width: 991px) {
  #sec1 .___tables2 .___tab {
    top: 2.5807291667em;
  }
}
#sec1 .___contents .___content {
  position: fixed;
  top: -100000px;
}
#sec1 .___contents .___content.active {
  position: relative;
  top: 0;
}
#sec1 .___contents .___content img {
  position: fixed;
  top: -100000px;
}
#sec1 .___contents .___content img.active {
  position: relative;
  top: 0;
}

#sec2 {
  position: relative;
}
#sec2 .inner {
  position: relative;
}
@media (min-width: 992px) {
  #sec2 .inner {
    padding-top: 12.0625em;
  }
}
@media (max-width: 991px) {
  #sec2 .inner {
    padding-top: 7.355078125em;
  }
}
#sec2 .p2 {
  position: absolute;
}
@media (min-width: 992px) {
  #sec2 .p2 {
    left: 82.5em;
    top: 4.9375em;
    width: 21em;
    z-index: 2;
  }
}
@media (max-width: 991px) {
  #sec2 .p2 {
    left: 45.4853515625em;
    top: 2.9678385417em;
    width: 12.9681640625em;
    z-index: 0;
  }
}
#sec2 .p3 {
  position: absolute;
}
@media (min-width: 992px) {
  #sec2 .p3 {
    left: 83.75em;
    top: 4.9375em;
    width: 21em;
    z-index: 2;
  }
}
@media (max-width: 991px) {
  #sec2 .p3 {
    left: 48.0660807292em;
    top: 2.9678385417em;
    width: 12.9681640625em;
    z-index: 0;
  }
}
#sec2 .route {
  position: relative;
  display: flex !important;
}
@media (max-width: 991px) {
  #sec2 .route {
    justify-content: center !important;
  }
}
@media (min-width: 992px) {
  #sec2 .route img {
    width: 79.375em;
    margin-left: 19.8125em;
  }
}
@media (max-width: 991px) {
  #sec2 .route img {
    width: 55.356640625em;
  }
}

#sec3 .inner {
  position: relative;
}
@media (min-width: 992px) {
  #sec3 .inner {
    padding-top: 8em;
    padding-bottom: 8.625em;
  }
}
@media (max-width: 991px) {
  #sec3 .inner {
    padding-top: 8.2583333333em;
    padding-bottom: 8.903515625em;
  }
}
#sec3 .ls.w360 {
  position: relative;
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #sec3 .ls.w360 {
    width: 85em;
  }
}
@media (max-width: 991px) {
  #sec3 .ls.w360 {
    width: 100%;
  }
}
#sec3 .ls.w360 .item {
  position: relative;
}
@media (min-width: 992px) {
  #sec3 .ls.w360 .item {
    width: 22.5em;
    margin-left: 2.5em;
    margin-right: 2.5em;
    margin-bottom: 5em;
  }
}
@media (max-width: 991px) {
  #sec3 .ls.w360 .item {
    width: 25.8072916667em;
    margin-left: 1.2903645833em;
    margin-right: 1.2903645833em;
    margin-bottom: 3.87109375em;
  }
}
#sec3 .ls.w420 {
  position: relative;
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #sec3 .ls.w420 {
    width: 87.5em;
  }
}
@media (max-width: 991px) {
  #sec3 .ls.w420 {
    width: 100%;
  }
}
#sec3 .ls.w420 .item {
  position: relative;
}
@media (min-width: 992px) {
  #sec3 .ls.w420 .item {
    width: 26.25em;
    margin-left: 1.25em;
    margin-right: 1.25em;
    margin-bottom: 5em;
  }
}
@media (max-width: 991px) {
  #sec3 .ls.w420 .item {
    width: 25.8072916667em;
    margin-left: 1.2903645833em;
    margin-right: 1.2903645833em;
    margin-bottom: 3.87109375em;
  }
}

.right-nav {
  position: fixed;
  z-index: 90;
}
@media (max-width: 991px) {
  .right-nav {
    right: 2.32265625em;
    top: 3.3549479167em;
    width: 13.0326822917em;
    height: 0;
  }
}
@media (min-width: 992px) {
  .right-nav {
    right: 1.5625em;
    top: 25.625em;
    width: 12.625em;
    height: 0;
  }
}

.btn-go1 {
  display: block;
  position: relative;
  z-index: 90;
}
@media (max-width: 991px) {
  .btn-go1 {
    width: 13.0326822917em;
    height: 11.226171875em;
    margin-bottom: 1.6129557292em;
  }
}
@media (min-width: 992px) {
  .btn-go1 {
    width: 12.625em;
    height: 10.875em;
    margin-bottom: 0.875em;
  }
}
.btn-go1:hover {
  transform: translatey(-5px);
  opacity: 0.8;
}

.btn-go2 {
  display: block;
  position: relative;
  z-index: 90;
}
@media (max-width: 991px) {
  .btn-go2 {
    width: 13.0326822917em;
    height: 13.6133463542em;
  }
}
@media (min-width: 992px) {
  .btn-go2 {
    width: 12.625em;
    height: 13.1875em;
  }
}
.btn-go2:hover {
  transform: translatey(-5px);
  opacity: 0.8;
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -105vh;
  left: 0;
  z-index: 999999;
  background: #fafaf2;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease;
}

body.loading {
  overflow: hidden;
}
body.loading #loading {
  top: 0;
  left: 0;
  opacity: 1;
}