@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

input:focus, a:focus {
  outline: none; }

figure {
  margin: 0; }

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  font-size: 24px; }

#loading-progress {
  height: 5px;
  background: #000; }

.swiper-button-next, .swiper-button-prev {
  width: 21px;
  height: 54px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .swiper-button-next:after, .swiper-button-prev:after {
    content: "";
    display: none; }
  .swiper-button-next:focus, .swiper-button-next::after:focus, .swiper-button-prev:focus, .swiper-button-prev::after:focus {
    cursor: pointer; }

.swiper-button-prev {
  background-image: url("../images/prev.png"); }

.swiper-button-next {
  background-image: url("../images/next.png"); }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

html, body {
  position: relative; }

body {
  font-family: "Noto Serif TC", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 18px; }

@media screen and (orientation: portrait) and (max-width: 767px) {
  body {
    font-size: 14px; } }

img {
  max-width: 100%;
  height: auto; }

main {
  background-image: url("../images/main-bg.webp"); }

.wrap {
  width: 100%;
  overflow: hidden; }

.masthead {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 110px; }
  .masthead::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/menu-bg.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.3)); }
    @media screen and (orientation: portrait) {
      .masthead::before {
        height: 90px; } }
  @media screen and (orientation: portrait) and (max-width: 1200px) {
    .masthead::before {
      height: 60px; } }
  .masthead-container {
    max-width: 1200px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 12; }
    @media screen and (max-width: 1200px) {
      .masthead-container {
        padding: 0 3vw; } }
    @media screen and (orientation: portrait) {
      .masthead-container {
        height: 80px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  @media screen and (orientation: portrait) and (max-width: 1200px) {
    .masthead-container {
      height: 60px; } }
  .masthead .logo {
    display: block;
    width: 15.36vw;
    font-size: 0;
    position: relative; }
    @media screen and (orientation: portrait) {
      .masthead .logo {
        width: 30vw; } }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .masthead .logo {
      width: 40vw; } }

.menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  @media screen and (orientation: portrait) {
    .menu {
      position: fixed;
      width: 100vw;
      height: 100vh;
      left: 0;
      top: 0;
      background-color: rgba(255, 255, 255, 0.95);
      -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
      transform: translate(100%, 0);
      -webkit-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
      -o-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
      transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02); }
      .menu.active {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }
  .menu-icon {
    width: 24px;
    height: 18px;
    position: relative;
    margin-left: 10px; }
    @media screen and (orientation: landscape) {
      .menu-icon {
        display: none; } }
    .menu-icon span {
      display: block;
      background-color: #000;
      height: 4px;
      margin-bottom: 3px;
      position: absolute;
      width: 100%;
      -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
      -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
      transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04); }
      .menu-icon span:first-child {
        top: 0; }
      .menu-icon span:nth-child(2) {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .menu-icon span:last-child {
        top: 100%;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%); }
    .menu-icon.active {
      cursor: pointer; }
      .menu-icon.active span:first-child {
        top: 50%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .menu-icon.active span:nth-child(2) {
        opacity: 0; }
      .menu-icon.active span:last-child {
        top: 50%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-weight: 200;
    font-size: 21px; }
    @media screen and (orientation: portrait) {
      .menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100vh;
        font-size: 4vw;
        padding: 0 10vw; } }
  @media screen and (orientation: portrait) {
    .menu li {
      line-height: 4;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      text-align: center; } }
  .menu a {
    color: #000;
    text-decoration: none; }
    @media screen and (hover: hover) {
      .menu a:hover {
        font-weight: 600; } }
    .menu a.active {
      font-weight: 600; }

.header {
  width: 100%;
  height: 814px;
  overflow: hidden;
  position: relative; }

@media screen and (orientation: portrait) and (max-width: 767px) {
  .header {
    height: 175vw; } }
  .header-container {
    position: relative;
    z-index: 2;
    width: 552px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px; }
    @media screen and (orientation: portrait) {
      .header-container {
        padding-bottom: 0; } }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .header-container {
      width: auto;
      background: none; } }
  .header-content {
    padding-top: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

@media screen and (orientation: portrait) and (max-width: 767px) {
  .header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-top: 70px;
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%; } }
  .header-title {
    width: 181px;
    opacity: 0;
    position: relative;
    -webkit-animation: header-title 0.8s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
    animation: header-title 0.8s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards; }
    .header-title h1 {
      white-space: nowrap;
      text-indent: 100%;
      overflow: hidden;
      width: 100%;
      height: 0;
      padding-top: 177.90055%;
      display: block;
      background-image: url("../images/kv-title.webp");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }

@media screen and (orientation: portrait) and (max-width: 767px) {
  .header-title {
    width: 50vw; }
    .header-title h1 {
      width: 100%;
      height: 0;
      padding-top: 54%;
      display: block;
      background-image: url("../images/kv-title-m.webp"); } }
  .header-img {
    width: 581px;
    position: absolute;
    bottom: 50px;
    font-size: 0;
    opacity: 0;
    -webkit-animation: header-img 0.8s 0.8s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
    animation: header-img 0.8s 0.8s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards; }
    @media screen and (orientation: portrait) {
      .header-img {
        bottom: 5vw; } }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .header-img {
      width: 106vw;
      position: absolute;
      height: 50vw;
      overflow: hidden; } }
  .header-description {
    position: relative;
    font-family: "Noto Sans TC", sans-serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    opacity: 0;
    -webkit-animation: header-description 0.8s 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
    animation: header-description 0.8s 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards; }
    .header-description h2 {
      font-weight: 300;
      font-size: 18px;
      letter-spacing: .1em;
      line-height: 3; }
    .header-description span {
      display: block; }

@media screen and (orientation: portrait) and (max-width: 767px) {
  .header-description h2 {
    font-size: 14px;
    font-weight: 400; } }
  .header-slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .header-slide .swiper-slide {
      height: 814px; }
    .header-slide-1 {
      background-image: url("../images/kv-1-bg.webp"); }
    .header-slide-2 {
      background-image: url("../images/kv-2-bg.webp"); }
    .header-slide-3 {
      background-image: url("../images/kv-3-bg.webp"); }
    .header-slide-4 {
      background-image: url("../images/kv-4-bg.webp"); }
    .header-slide-5 {
      background-image: url("../images/kv-5-bg.webp"); }
    .header-slide-6 {
      background-image: url("../images/kv-6-bg.webp"); }
    .header-slide-7 {
      background-image: url("../images/kv-7-bg.webp"); }
    .header-slide-8 {
      background-image: url("../images/kv-8-bg.webp"); }
    .header-slide-9 {
      background-image: url("../images/kv-9-bg.webp"); }
    .header-slide-10 {
      background-image: url("../images/kv-10-bg.webp"); }

@media screen and (orientation: portrait) and (max-width: 767px) {
  .header-slide .swiper-slide {
    height: 175vw;
    background-size: cover;
    background-position: center; } }

@-webkit-keyframes header-title {
  0% {
    -webkit-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1; } }

@keyframes header-title {
  0% {
    -webkit-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1; } }

@-webkit-keyframes header-description {
  0% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1; } }

@keyframes header-description {
  0% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1; } }

@-webkit-keyframes header-img {
  0% {
    -webkit-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1; } }

@keyframes header-img {
  0% {
    -webkit-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1; } }

.section-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .section-container {
      padding: 0 3vw; } }

.section-title {
  font-size: 46px;
  font-weight: 700;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: .6em;
  padding-right: 1em; }
  @media screen and (max-width: 1200px) {
    .section-title {
      font-size: 4vw; } }
  @media screen and (orientation: portrait) {
    .section-title {
      font-size: 6vw;
      text-align: center;
      padding-right: 0; } }
  .section-title span {
    display: inline-block;
    position: relative; }
    .section-title span::after {
      content: "";
      position: absolute;
      width: 1.347em;
      height: 1.174em;
      right: 0;
      bottom: 0;
      -webkit-transform: translate(40%, 15%);
      -ms-transform: translate(40%, 15%);
      transform: translate(40%, 15%);
      background-image: url("../images/title-decorate.webp");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }

.section-subtitle {
  color: #f39800; }
  .section-subtitle h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: .5em; }
    @media screen and (max-width: 1200px) {
      .section-subtitle h3 {
        font-size: 2.4vw; } }
    @media screen and (orientation: portrait) {
      .section-subtitle h3 {
        font-size: 4vw; } }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .section-subtitle h3 {
      font-size: 18px; } }
  .section-subtitle span {
    font-size: .7em; }

.section-description span {
  display: block;
  line-height: 2; }
  @media screen and (orientation: portrait) {
    .section-description span {
      display: inline; } }

.section-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em; }
  @media screen and (orientation: portrait) {
    .section-btn {
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .section-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5em;
    background: #f0a43b;
    color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
    -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
    transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
    line-height: 1.8;
    text-align: center;
    padding: 0 1.5em;
    height: 2em;
    border-radius: 1em;
    text-decoration: none; }
    .section-btn a span {
      width: 15px;
      font-size: 0; }
    .section-btn a img {
      -webkit-filter: invert(100);
      filter: invert(100); }
    @media screen and (hover: hover) {
      .section-btn a:hover {
        background-color: #f58f01; } }

.section .title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  .section .title h2 {
    font-size: 62px;
    font-weight: 600;
    letter-spacing: .3em;
    width: 6.08em;
    height: 2.209em;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }

@media screen and (orientation: portrait) and (max-width: 767px) {
  .section .title h2 {
    font-size: 10vw; } }
  .section .title span {
    display: inline-block;
    position: relative;
    -webkit-transform: translate(0.2em, 0);
    -ms-transform: translate(0.2em, 0);
    transform: translate(0.2em, 0);
    line-height: 2; }

.introduction {
  position: relative;
  padding-bottom: 160px;
  background-image: url("../images/introduction-bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .introduction::before, .introduction::after {
    content: "";
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
  .introduction::before {
    height: 117px;
    top: 0;
    -webkit-transform: translate(0, -99%);
    -ms-transform: translate(0, -99%);
    transform: translate(0, -99%);
    background-image: url("../images/introduction-top.webp");
    background-size: cover; }
    @media screen and (orientation: portrait) {
      .introduction::before {
        height: 15vw; } }
  .introduction::after {
    height: 113px;
    bottom: 0;
    background-image: url("../images/tourism-bg-top.webp"); }
  .introduction-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (orientation: portrait) {
      .introduction-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .introduction-map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%; }
    @media screen and (orientation: portrait) {
      .introduction-map {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
  .introduction-content {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 60px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .introduction-content {
        width: 90vw; } }
    @media screen and (orientation: portrait) {
      .introduction-content {
        padding: 3vw 6vw;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center; } }
  .introduction-traffic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (orientation: portrait) {
      .introduction-traffic {
        width: 75vw;
        margin-bottom: 10vw; }
        .introduction-traffic, .introduction-traffic span {
          -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff); } }
    .introduction-traffic span {
      width: 100%;
      height: 0;
      padding-top: 68.45018%;
      display: block;
      background-image: url("../images/introduction-traffic.webp");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }

.tourism {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background-image: url("../images/tourism-bg.webp"); }
  .tourism-decorate span {
    position: absolute;
    background-image: url("../images/tourism-bg-decorate.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
    .tourism-decorate span:nth-child(1) {
      width: 153px;
      height: 153px;
      top: 10%;
      left: 0;
      -webkit-transform: translate(-20%, 0);
      -ms-transform: translate(-20%, 0);
      transform: translate(-20%, 0); }
      @media screen and (orientation: portrait) {
        .tourism-decorate span:nth-child(1) {
          width: 18.6vw;
          height: 18.6vw; } }
    .tourism-decorate span:nth-child(2) {
      width: 175px;
      height: 175px;
      bottom: 10%;
      left: 20%; }
      @media screen and (orientation: portrait) {
        .tourism-decorate span:nth-child(2) {
          display: none; } }
    .tourism-decorate span:nth-child(3) {
      width: 280px;
      height: 280px;
      top: 2%;
      right: 0;
      -webkit-transform: translate(10%, 0);
      -ms-transform: translate(10%, 0);
      transform: translate(10%, 0); }
      @media screen and (orientation: portrait) {
        .tourism-decorate span:nth-child(3) {
          width: 34.1vw;
          height: 34.1vw; } }
  .tourism .title h2 {
    background-image: url("../images/tourism-title-bg.webp"); }
  .tourism-nav {
    margin-bottom: 30px; }
    .tourism-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .tourism-nav li span {
      display: block; }
    .tourism-nav-btn {
      font-size: 20px;
      margin: 0 2em;
      width: 6.6em;
      height: 5.45em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      color: #fff;
      cursor: pointer;
      background-image: url("../images/tourism-nav.webp");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }

@media screen and (orientation: portrait) and (max-width: 767px) {
  .tourism-nav-btn {
    font-size: 3.5vw;
    margin: 0 .5em; } }
      .tourism-nav-btn:hover, .tourism-nav-btn.active {
        background-image: url("../images/tourism-nav-active.webp"); }
  .tourism-slide {
    margin-bottom: 30px;
    position: relative; }
    .tourism-slide-decorate span {
      display: block;
      position: absolute;
      z-index: 1;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }
      .tourism-slide-decorate span:nth-child(1) {
        left: 0;
        bottom: 0;
        width: 62px;
        height: 78px;
        background-image: url("../images/tourism-decorate.webp"); }
      .tourism-slide-decorate span:nth-child(2) {
        right: 0;
        bottom: -30px;
        width: 257px;
        height: 205px;
        background-image: url("../images/tourism-decorate-2.webp"); }
    @media screen and (orientation: portrait) {
      .tourism-slide-decorate {
        display: none; } }
  .tourism .swiper-slide {
    padding: 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (orientation: portrait) {
      .tourism .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0 10vw; } }
  @media screen and (orientation: portrait) {
    .tourism .swiper-button-prev {
      left: 0; } }
  @media screen and (orientation: portrait) {
    .tourism .swiper-button-next {
      right: 0; } }
  .tourism-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 560px;
    flex: 0 0 560px; }
    @media screen and (max-width: 1200px) {
      .tourism-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40vw;
        flex: 0 0 40vw; } }
    @media screen and (orientation: portrait) {
      .tourism-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60vw;
        flex: 0 0 60vw; } }
  .tourism-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .tourism .section-title {
    font-size: 32px;
    padding-right: 0.5em; }
    @media screen and (orientation: portrait) {
      .tourism .section-title {
        padding-right: 0; } }
  @media screen and (orientation: portrait) and (max-width: 480px) {
    .tourism .section-title {
      font-size: 4.6vw; } }
  .tourism .section-container {
    z-index: 5; }

.localization {
  position: relative;
  padding: 90px 0; }
  @media screen and (orientation: portrait) {
    .localization {
      padding: 90px 0 10vw; } }
  .localization::before {
    content: "";
    position: absolute;
    z-index: 4;
    width: 100%;
    top: 0;
    left: 0;
    height: 64px;
    background-image: url("../images/tourism-bg-bottom.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
  .localization .title h2 {
    background-image: url("../images/localization-title-bg.webp"); }
  .localization-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px; }
    .localization-item:nth-child(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    @media screen and (orientation: portrait) {
      .localization-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 10vw; }
        .localization-item:nth-child(odd) {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
  .localization-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%; }
    @media screen and (orientation: portrait) {
      .localization-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60vw;
        flex: 0 0 60vw; } }
  .localization-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 40px; }
    @media screen and (orientation: portrait) {
      .localization-content {
        margin: 0; } }
  .localization-decorate span {
    position: absolute; }
    .localization-decorate span::before {
      content: "";
      position: absolute;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }
    .localization-decorate span:nth-child(1)::before {
      background-image: url("../images/localization-decorate-1.webp"); }
    .localization-decorate span:nth-child(2)::before {
      background-image: url("../images/localization-decorate-2.webp"); }
    .localization-decorate span:nth-child(3)::before {
      background-image: url("../images/localization-decorate-3.webp"); }
    .localization-decorate span:nth-child(4)::before {
      background-image: url("../images/localization-decorate-4.webp"); }
    .localization-decorate span:nth-child(5)::before {
      background-image: url("../images/localization-decorate-5.webp"); }
    .localization-decorate span:nth-child(6)::before {
      background-image: url("../images/localization-decorate-6.webp"); }
    .localization-decorate span:nth-child(1) {
      width: 134px;
      top: 0;
      left: 0; }
      .localization-decorate span:nth-child(1)::before {
        width: 100%;
        height: 0;
        padding-top: 88.0597%;
        display: block; }
      @media screen and (orientation: portrait) {
        .localization-decorate span:nth-child(1) {
          width: 10vw; }
          .localization-decorate span:nth-child(1)::before {
            -webkit-transform: translate(20%, 0%);
            -ms-transform: translate(20%, 0%);
            transform: translate(20%, 0%); } }
    .localization-decorate span:nth-child(2) {
      width: 270px;
      right: 0;
      top: 10%; }
      .localization-decorate span:nth-child(2)::before {
        width: 100%;
        height: 0;
        padding-top: 40.37037%;
        display: block; }
      @media screen and (orientation: portrait) {
        .localization-decorate span:nth-child(2) {
          width: 30vw; } }
    .localization-decorate span:nth-child(3) {
      width: 160px;
      left: 0;
      top: 50%; }
      .localization-decorate span:nth-child(3)::before {
        width: 100%;
        height: 0;
        padding-top: 110.36269%;
        display: block;
        -webkit-transform: translate(-20%, -50%);
        -ms-transform: translate(-20%, -50%);
        transform: translate(-20%, -50%); }
      @media screen and (orientation: portrait) {
        .localization-decorate span:nth-child(3) {
          width: 15vw; }
          .localization-decorate span:nth-child(3)::before {
            -webkit-transform: translate(-10%, -80%);
            -ms-transform: translate(-10%, -80%);
            transform: translate(-10%, -80%); } }
    .localization-decorate span:nth-child(4) {
      width: 112px;
      left: 50%;
      top: 50%; }
      .localization-decorate span:nth-child(4)::before {
        width: 100%;
        height: 0;
        padding-top: 79.46429%;
        display: block;
        -webkit-transform: translate(20%, 90%);
        -ms-transform: translate(20%, 90%);
        transform: translate(20%, 90%); }
      @media screen and (orientation: portrait) {
        .localization-decorate span:nth-child(4) {
          left: auto;
          right: 0;
          width: 10vw; } }
    .localization-decorate span:nth-child(5) {
      width: 180px;
      right: 0;
      bottom: 0; }
      .localization-decorate span:nth-child(5)::before {
        width: 100%;
        height: 0;
        padding-top: 94.56067%;
        display: block;
        -webkit-transform: translate(30%, -120%);
        -ms-transform: translate(30%, -120%);
        transform: translate(30%, -120%); }
      @media screen and (orientation: portrait) {
        .localization-decorate span:nth-child(5) {
          width: 20vw; } }
    .localization-decorate span:nth-child(6) {
      width: 426px;
      left: 0;
      bottom: 0; }
      .localization-decorate span:nth-child(6)::before {
        width: 100%;
        height: 0;
        padding-top: 74.88263%;
        display: block;
        -webkit-transform: translate(-30%, -5%);
        -ms-transform: translate(-30%, -5%);
        transform: translate(-30%, -5%); }
      @media screen and (orientation: portrait) {
        .localization-decorate span:nth-child(6) {
          width: 30vw; }
          .localization-decorate span:nth-child(6)::before {
            -webkit-transform: translate(-20%, -10%);
            -ms-transform: translate(-20%, -10%);
            transform: translate(-20%, -10%); } }

.expert {
  padding-top: 50px;
  padding-bottom: 120px; }
  .expert .title h2 {
    background-image: url("../images/expert-title-bg.webp"); }
  .expert-info {
    position: relative; }
    @media screen and (orientation: portrait) {
      .expert-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 5vw; } }
    .expert-info .swiper {
      margin: 0 50px; }

@media screen and (orientation: portrait) and (max-width: 1023px) {
  .expert-info .swiper {
    margin: 0 3vw; } }
  .expert-item {
    padding: 0 10px;
    position: relative; }
    @media screen and (orientation: portrait) {
      .expert-item {
        padding: 0 3vw; } }
  .expert a {
    display: block;
    color: #000;
    text-decoration: none; }
    .expert a figure {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 69.44%;
      overflow: hidden;
      border-radius: 15px; }
    .expert a picture {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
      -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
      transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04); }
    @media screen and (hover: hover) {
      .expert a:hover picture {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1); } }
  .expert .section-title {
    font-size: 32px;
    padding-right: 0; }
    @media screen and (orientation: portrait) {
      .expert .section-title {
        font-size: 6vw; } }
  .expert .section-description p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.8; }
  .expert-img {
    font-size: 0; }

.infomation {
  position: relative;
  background-color: #fff;
  border-top: 4px solid #c30d23;
  padding: 120px 0; }
  .infomation::before {
    content: "";
    position: absolute;
    width: 217px;
    height: 85px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    background-image: url("../images/infomation-top.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
  .infomation-item {
    text-align: center; }
    .infomation-item:nth-child(1) {
      margin-bottom: 50px; }
    .infomation-item:nth-child(2) .infomation-title {
      color: #ad0101; }
      @media screen and (orientation: portrait) {
        .infomation-item:nth-child(2) .infomation-title {
          padding-top: 70px; } }
      .infomation-item:nth-child(2) .infomation-title span {
        display: inline-block;
        position: relative; }
        .infomation-item:nth-child(2) .infomation-title span::before {
          content: "";
          position: absolute;
          width: 100px;
          height: 75px;
          left: 0;
          -webkit-transform: translate(-90%, -10%);
          -ms-transform: translate(-90%, -10%);
          transform: translate(-90%, -10%);
          background-image: url("../images/infomation-title-decorate.webp");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: cover; }
          @media screen and (orientation: portrait) {
            .infomation-item:nth-child(2) .infomation-title span::before {
              left: 50%;
              -webkit-transform: translate(-50%, -100%);
              -ms-transform: translate(-50%, -100%);
              transform: translate(-50%, -100%); } }
  .infomation-title {
    position: relative;
    font-size: 32px; }

@media screen and (orientation: portrait) and (max-width: 767px) {
  .infomation-title {
    font-size: 7vw; } }
    .infomation-title em {
      font-style: normal; }
      @media screen and (orientation: portrait) {
        .infomation-title em {
          display: block; } }
  .infomation-logo {
    width: 250px;
    margin-left: auto;
    margin-right: auto; }
  .infomation-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .infomation-social a {
    width: 80px;
    display: block;
    margin: 0 20px;
    opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
    -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
    transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04); }
    @media screen and (hover: hover) {
      .infomation-social a:hover {
        opacity: .5; } }

@media screen and (orientation: portrait) and (max-width: 480px) {
  .infomation-social a {
    width: 50px; } }
  @media screen and (orientation: portrait) {
    .infomation-decorate {
      display: none; } }
  .infomation-decorate span {
    position: absolute; }
    .infomation-decorate span::before {
      content: "";
      position: absolute;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }
    .infomation-decorate span:nth-child(1)::before {
      background-image: url("../images/infomation-decorate-1.webp"); }
    .infomation-decorate span:nth-child(2)::before {
      background-image: url("../images/infomation-decorate-2.webp"); }
    .infomation-decorate span:nth-child(1) {
      width: 242px;
      top: 0;
      left: -10vw; }
      .infomation-decorate span:nth-child(1)::before {
        width: 100%;
        height: 0;
        padding-top: 80.16529%;
        display: block; }
    .infomation-decorate span:nth-child(2) {
      width: 340px;
      right: -10vw;
      top: 10%; }
      .infomation-decorate span:nth-child(2)::before {
        width: 100%;
        height: 0;
        padding-top: 109.41176%;
        display: block; }

.footer {
  background-color: #f4f0e0;
  text-align: center;
  font-size: 16px;
  padding: .5em 0; }

.card {
  gap: 2em;
  margin-bottom: 2em; }
  .card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .card-row .card-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
      flex: 0 0 360px; }
    @media screen and (orientation: portrait) {
      .card-row {
        gap: 1em;
        margin-bottom: 4em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .card-row .card-img {
          max-width: 360px;
          padding: 0 1em;
          margin: 0 auto;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
        .card-row .card-content {
          padding: 0 1em; } }
  .card-img img {
    border-radius: 10px; }
  .card .section-title {
    font-size: 36px; }
  .card .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5em;
    gap: .2em; }
    .card .address .icon {
      width: 20px; }

.tab-nav {
  padding-bottom: 30px; }
  .tab-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .tab-nav li span {
    display: block; }
  .tab-nav-btn {
    font-size: 20px;
    margin: 0 2em;
    width: 6.6em;
    height: 5.45em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding-left: .4em;
    line-height: 1.2;
    cursor: pointer;
    background-image: url("../images/tourism-nav.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }

@media screen and (orientation: portrait) and (max-width: 767px) {
  .tab-nav-btn {
    font-size: 3.5vw;
    margin: 0 .5em; } }
    .tab-nav-btn:hover, .tab-nav-btn.active {
      background-image: url("../images/tourism-nav-active.webp"); }

.itinerary {
  position: relative;
  padding-bottom: 100px;
  background-image: url("../images/tourism-bg.webp"); }
  .itinerary::before, .itinerary::after {
    content: "";
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
  .itinerary::before {
    height: 117px;
    top: 0;
    -webkit-transform: translate(0, -99%);
    -ms-transform: translate(0, -99%);
    transform: translate(0, -99%);
    background-image: url("../images/itinerary-top.webp");
    background-size: cover; }
    @media screen and (orientation: portrait) {
      .itinerary::before {
        height: 15vw; } }
  .itinerary .title h2 {
    background-image: url("../images/tourism-title-bg.webp"); }
  .itinerary .card {
    position: relative; }
    .itinerary .card-row {
      padding-bottom: 60px; }
      .itinerary .card-row::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: calc((360px / 2) - (231px / 6));
        width: calc(231px / 3);
        height: calc(159px / 3);
        background-image: url("../images/car@3x.webp");
        background-size: cover; }
      .itinerary .card-row:last-child {
        padding-bottom: 0; }
        .itinerary .card-row:last-child::after {
          display: none; }
      @media screen and (orientation: portrait) {
        .itinerary .card-row::after {
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); } }
