@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;600;700;900&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000000 !important;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input, textarea {
  border-radius: 0;
}

@font-face {
  font-family: "roboto-regular";
  src: url("../assets/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype"), url("/assets/fonts/Roboto/Roboto-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(MS Gothic), local(Yu Gothic);
}
@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: normal;
  src: local(微軟正黑體), local(Microsoft JhengHei);
}
@font-face {
  font-family: "JhengHei-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Microsoft JhengHei UI Bold"), local("Microsoft JhengHei UI 粗體"), local("Microsoft JhengHei Bold"), local("Microsoft JhengHei 粗體");
}
.video4-cover.onPage {
  position: relative;
  padding-bottom: 56.25% !important;
  width: 100% !important;
  height: 0 !important;
  overflow: hidden !important;
}
.video4-cover.onPage img {
  height: auto !important;
  padding: 0;
  margin-top: 0.05rem;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video4-cover.onBox {
  position: relative;
  cursor: pointer;
}
.video4-cover ._videoPlayButton,
.video4-cover .playButton {
  content: "";
  font-size: 0;
  line-height: 0;
  color: transparent;
  min-width: auto !important;
  min-height: auto !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50%;
  background-color: #a0a0a0;
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video4-cover ._videoPlayButton:before,
.video4-cover .playButton:before {
  content: "";
  width: 0;
  height: 0;
  margin-right: -3px;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
}
.video4-cover ._videoOverlay,
.video4-cover .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.video4-cover:hover ._videoPlayButton,
.video4-cover:hover .playButton {
  background-color: rgb(190, 190, 190);
}
.video4-cover:hover ._videoOverlay,
.video4-cover:hover .overlay {
  opacity: 0.8;
}
.video4-cover.onPage iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.video4-player {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.video4-player .coverWrap {
  display: table-cell;
  vertical-align: middle;
  max-width: 100vw;
  width: 100vw;
  height: 100vh;
  padding: 100px 0;
}
.video4-player .coverWrap .playerCover {
  position: relative;
  display: block;
  width: 80%;
  max-width: 1280px;
  background-color: #000;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .video4-player .coverWrap .playerCover {
    width: 90%;
  }
}
.video4-player .coverWrap .playerCover .player {
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
.video4-player .coverWrap .playerCover .player iframe {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  border: none;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  z-index: 10;
}
.video4-player .coverWrap .playerCover .closeButton {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  padding: 0;
  margin: 0;
  cursor: pointer;
  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;
  position: absolute;
  top: 0px;
  bottom: auto;
  right: 0px;
  left: auto;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .video4-player .coverWrap .playerCover .closeButton {
    top: -20px;
    right: 50%;
    -webkit-transform: translate(50%, -100%);
            transform: translate(50%, -100%);
  }
}
.video4-player .coverWrap .playerCover .closeButton:before {
  content: "";
  width: 1px;
  height: 21px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}
.video4-player .coverWrap .playerCover .closeButton:after {
  content: "";
  width: 1px;
  height: 21px;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
}
.video4-player .coverWrap .playerCover .closeButton:hover {
  -webkit-transform: translate(100%, -100%) rotate(90deg);
          transform: translate(100%, -100%) rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .video4-player .coverWrap .playerCover .closeButton:hover {
    -webkit-transform: translate(50%, -100%) rotate(90deg);
            transform: translate(50%, -100%) rotate(90deg);
  }
}
.video4-player.active {
  display: block;
}
.video4-player.open {
  opacity: 1;
}

.video4FixedBody {
  overflow: hidden;
}

* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 100%;
}
html.scrollbarStyle {
  scrollbar-width: thin;
  scrollbar-color: rgb(108, 110, 113) transparent;
}
html.scrollbarStyle body::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
html.scrollbarStyle body::-webkit-scrollbar {
  width: 6px;
}
@media only screen and (max-width: 768px) {
  html.scrollbarStyle body::-webkit-scrollbar {
    display: none;
  }
}
html.scrollbarStyle body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgb(108, 110, 113);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
html:not(.isMac), html.isMacBigSurUp {
  width: 100vw;
}
html:not(.isMac) body, html.isMacBigSurUp body {
  width: 100vw;
  overflow-y: auto;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}
html body {
  font-family: "Noto Serif TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.4px;
}
html body.noCursor {
  cursor: none;
}
html body.noCursor a {
  cursor: none;
}
html body.noCursor #ball {
  opacity: 1 !important;
}

input {
  font-family: "Noto Serif TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif, sans-serif;
}

.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
          clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.d-none {
  display: none !important;
}

.lazy {
  opacity: 0;
}
.lazy.loaded {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.lazy.loaded + .loading-spinner {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}

.swiper-lazy {
  opacity: 0;
}
.swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.loading-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.loading-wrapper .icon-box {
  width: 7.8125%;
  min-width: 100px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading-wrapper .icon-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.loading-wrapper .icon-box svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background: none;
  shape-rendering: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#ball {
  position: fixed;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0 !important;
}
#ball .circle {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(233, 82, 142, 0.8);
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.btn_circle {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  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;
  background: #fff;
  color: #fff;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 767px) {
  .btn_circle {
    width: 60px;
    height: 60px;
    font-size: 0.875rem;
  }
}
.btn_circle.tiffany {
  background: #26B7BC;
}
.btn_circle.pink {
  background: #E9528E;
}
.btn_circle span {
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_circle .tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #E9528E;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
@media only screen and (max-width: 767px) {
  .btn_circle .tri {
    border-width: 10px 0 10px 10px;
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.btn_circle:hover span {
  letter-spacing: 2px;
}

.btn_close {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.btn_close span {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_close span:before, .btn_close span:after {
  background: #000;
  position: absolute;
  content: "";
  display: block;
}
.btn_close span:before {
  width: 21px;
  height: 1px;
}
.btn_close span:after {
  width: 1px;
  height: 21px;
}
.btn_close:hover span {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.btn_close.b {
  background: #000;
}
.btn_close.b span:before, .btn_close.b span:after {
  background: #fff;
}

nav {
  position: fixed;
  left: 0;
  z-index: 10;
  background: #fff;
  max-width: 150px;
  width: 8%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: 1s 0.2s;
  transition: 1s 0.2s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media only screen and (max-width: 1200px) {
  nav {
    max-width: 100%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
nav.show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 1s;
  transition: 1s;
}

.nav_wrap {
  width: 100%;
  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;
  padding: 15px 0 75px;
}
@media only screen and (max-height: 600px) {
  .nav_wrap {
    padding: 15px 0 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .nav_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .nav_wrap {
    padding: 15px 0;
  }
}

.nav_logo {
  max-width: 90px;
  width: 75%;
  margin: 0 auto;
}
@media only screen and (max-height: 600px) {
  .nav_logo {
    max-width: 70px;
  }
}
@media only screen and (max-width: 1400px) {
  .nav_logo {
    max-width: 200px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .nav_logo {
    max-width: 130px;
  }
}

.nav_link {
  margin: auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .nav_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    margin-left: auto;
  }
}
.nav_link a {
  display: block;
  padding: 5px;
  font-size: 1.125rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  width: 37px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  .nav_link a {
    width: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
@media only screen and (max-width: 767px) {
  .nav_link a {
    padding: 5px 0;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 360px) {
  .nav_link a {
    width: 35px;
    padding: 0;
    line-height: 1.3;
  }
}
.nav_link a:not(:first-child) {
  margin-top: 35px;
}
@media only screen and (max-height: 700px) {
  .nav_link a:not(:first-child) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .nav_link a:not(:first-child) {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nav_link a:not(:first-child) {
    margin-left: 10px;
  }
}
.nav_link a:hover {
  color: #26B7BC;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer {
  background-color: #4A4A4A;
  color: #fff;
  padding-left: 8%;
}
@media only screen and (max-width: 1200px) {
  footer {
    padding-left: 0;
  }
}

.ft_wrap {
  max-width: 1430px;
  width: 85%;
  margin: 0 auto;
  padding: 100px 0 60px;
}

.ft_tp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .ft_tp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.ft_infor {
  max-width: 830px;
  width: 100%;
  margin-right: 20px;
}
@media only screen and (max-width: 992px) {
  .ft_infor {
    margin-right: 0;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .ft_infor {
    margin-top: 50px;
  }
}
.ft_infor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .ft_infor li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ft_infor li:not(:first-child) {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .ft_infor li:not(:first-child) {
    margin-top: 50px;
  }
}
.ft_infor .li_hd {
  position: relative;
  min-width: 200px;
  font-weight: 700;
  font-size: 1.25rem;
}
.ft_infor .li_hd:before {
  display: block;
  content: "";
  width: 50px;
  height: 3px;
  background: #E9528E;
  margin-bottom: 15px;
}
.ft_infor .en {
  color: #898989;
}
.ft_infor .img {
  display: block;
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .ft_infor .img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .ft_infor .li_ct {
    margin-top: 10px;
  }
}
.ft_infor .link {
  margin-top: 8px;
}
.ft_infor a {
  position: relative;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ft_infor a:hover {
  color: #898989;
}
.ft_infor a:not(:first-child) {
  margin-left: 15px;
}
.ft_infor a:not(:first-child):before {
  position: absolute;
  content: "、";
  left: 0;
  top: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  pointer-events: none;
  font-size: 1rem;
  color: #fff;
}

.ft_member {
  position: relative;
  max-width: 245px;
  width: 100%;
  margin-left: auto;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .ft_member {
    max-width: 100%;
    text-align: left;
    margin-left: 0;
    padding-right: 80px;
  }
}
.ft_member:before {
  display: block;
  content: "";
  margin-left: auto;
  width: 50px;
  height: 3px;
  background: #E9528E;
  margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  .ft_member:before {
    margin-left: 0;
  }
}
.ft_member .title {
  font-weight: 700;
  font-size: 2.5rem;
}
@media only screen and (max-width: 1366px) {
  .ft_member .title {
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .ft_member .title {
    font-size: 1.625rem;
  }
}
.ft_member p {
  margin-top: 10px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 1366px) {
  .ft_member p {
    font-size: 1.125rem;
  }
}
.ft_member .btn_circle {
  margin-top: 20px;
  margin-left: auto;
}
@media only screen and (max-width: 992px) {
  .ft_member .btn_circle {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.ft_bt {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .ft_bt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
}

.ft_declaration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .ft_declaration {
    margin: 0 auto;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ft_design {
  margin-left: 5px;
  color: #898989;
}
@media only screen and (max-width: 767px) {
  .ft_design {
    text-align: center;
    margin-top: 5px;
  }
}
.ft_design a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ft_design a:hover {
  color: #bbb;
}

.ft_icon {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .ft_icon {
    margin: 0 auto;
  }
}
.ft_icon p {
  font-size: 0.875rem;
}
.ft_icon a {
  margin-left: 15px;
  padding: 5px;
  font-size: 1.125rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ft_icon a:hover {
  color: #26B7BC;
}

.lightbox-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 30;
}
.lightbox-wrap.show {
  opacity: 1;
}
.lightbox-wrap.show .close-btn {
  opacity: 1;
}
.lightbox-wrap.show .lightbox-inner .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.lightbox-inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.lightbox-inner::before {
  content: "";
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5 1;
          flex: 0.5 1;
}
.lightbox-inner .modal-scroll-wrap {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.lightbox-inner .modal-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .lightbox-inner .modal-contain {
    padding: 0;
  }
}
.lightbox-inner .modal-dialog {
  position: relative;
  margin: auto;
  background-color: white;
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}

.lb_about {
  position: relative;
  max-width: 1630px;
  width: 95%;
  margin: 0 auto;
}
.lb_about .btn_close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .lb_about .btn_close {
    margin-top: 60%;
    top: 20px;
    right: 15px;
  }
}
.lb_about .lb_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .lb_about .lb_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lb_about .lb_pic {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .lb_about .lb_pic {
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
  }
}
.lb_about .bg_wrap {
  position: sticky;
  top: 0;
  min-height: 100vh;
}
@media only screen and (max-width: 992px) {
  .lb_about .bg_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
}
.lb_about .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 992px) {
  .lb_about .bg {
    position: relative;
  }
}
.lb_about .lb_word {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .lb_about .lb_word {
    width: 100%;
  }
}
.lb_about .word_wrap {
  max-width: 660px;
  width: 85%;
  margin: 0 auto;
  padding: 75px 0 40px;
}
@media only screen and (max-width: 767px) {
  .lb_about .word_wrap {
    width: 90%;
    padding-bottom: 100px;
  }
}
.lb_about .lb_hd {
  font-weight: 700;
  line-height: 1.1;
  font-size: 3.125rem;
}
@media only screen and (max-width: 767px) {
  .lb_about .lb_hd {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.lb_about .lb_ct {
  margin-top: 50px;
}
.lb_about .lb_ct span {
  font-weight: 700;
}
.lb_about .lb_ct p {
  margin-top: 20px;
}
.lb_about .lb_bt {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.lb_about .lb_bt p {
  font-weight: 600;
  text-align: right;
}
.lb_about .lb_bt img {
  max-width: 180px;
  width: 100%;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .lb_about .lb_bt img {
    max-width: 130px;
  }
}

.lightboxT-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(38, 183, 188, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.2s;
  transition: opacity 0.4s 0.2s;
  z-index: 30;
}
.lightboxT-wrap.show {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lightboxT-wrap.show .lightbox-inner .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.lightboxT-wrap.show .lb_tag {
  opacity: 1;
  -webkit-transition: 0.8s 0.2s;
  transition: 0.8s 0.2s;
}
.lightboxT-wrap.show .btn_close {
  opacity: 1;
  -webkit-transition: 0.8s 0.8s;
  transition: 0.8s 0.8s;
}
.lightboxT-wrap.show .lb_pic {
  opacity: 1;
  -webkit-transition: 1s 0.2s;
  transition: 1s 0.2s;
}
.lightboxT-wrap.show .lb_hd {
  opacity: 1;
  -webkit-transition: 0.8s 0.5s;
  transition: 0.8s 0.5s;
}
.lightboxT-wrap.show .lb_ct {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.8s 0.5s;
  transition: 0.8s 0.5s;
}
.lightboxT-wrap .btn_close {
  opacity: 0;
}
.lightboxT-wrap .lb_pic {
  opacity: 0;
}
.lightboxT-wrap .lb_hd {
  opacity: 0;
}
.lightboxT-wrap .lb_ct {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.lightboxT-wrap .modal-contain {
  padding: 0;
}

.lightboxP-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(233, 82, 142, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.2s;
  transition: opacity 0.4s 0.2s;
  z-index: 30;
}
.lightboxP-wrap.show {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lightboxP-wrap.show .lightbox-inner .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.lightboxP-wrap.show .lb_tag {
  opacity: 1;
  -webkit-transition: 0.8s 0.2s;
  transition: 0.8s 0.2s;
}
.lightboxP-wrap.show .btn_close {
  opacity: 1;
  -webkit-transition: 0.8s 0.8s;
  transition: 0.8s 0.8s;
}
.lightboxP-wrap.show .lb_pic {
  opacity: 1;
  -webkit-transition: 1s 0.2s;
  transition: 1s 0.2s;
}
.lightboxP-wrap.show .lb_hd {
  opacity: 1;
  -webkit-transition: 0.8s 0.5s;
  transition: 0.8s 0.5s;
}
.lightboxP-wrap.show .lb_ct {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.8s 0.5s;
  transition: 0.8s 0.5s;
}
.lightboxP-wrap .btn_close {
  opacity: 0;
}
.lightboxP-wrap .lb_pic {
  opacity: 0;
}
.lightboxP-wrap .lb_hd {
  opacity: 0;
}
.lightboxP-wrap .lb_ct {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.lightboxP-wrap .modal-contain {
  padding: 0;
}

.lightboxB-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(140, 112, 78, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.2s;
  transition: opacity 0.4s 0.2s;
  z-index: 30;
}
.lightboxB-wrap.show {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lightboxB-wrap.show .lightbox-inner .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.lightboxB-wrap.show .lb_tag {
  opacity: 1;
  -webkit-transition: 0.8s 0.2s;
  transition: 0.8s 0.2s;
}
.lightboxB-wrap.show .btn_close {
  opacity: 1;
  -webkit-transition: 0.8s 0.8s;
  transition: 0.8s 0.8s;
}
.lightboxB-wrap.show .lb_pic {
  opacity: 1;
  -webkit-transition: 1s 0.2s;
  transition: 1s 0.2s;
}
.lightboxB-wrap.show .lb_hd {
  opacity: 1;
  -webkit-transition: 0.8s 0.5s;
  transition: 0.8s 0.5s;
}
.lightboxB-wrap.show .lb_ct {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.8s 0.5s;
  transition: 0.8s 0.5s;
}
.lightboxB-wrap .btn_close {
  opacity: 0;
}
.lightboxB-wrap .lb_pic {
  opacity: 0;
}
.lightboxB-wrap .lb_hd {
  opacity: 0;
}
.lightboxB-wrap .lb_ct {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.lightboxB-wrap .modal-contain {
  padding: 0;
}

.lb_event {
  position: relative;
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .lb_event {
    width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  .lb_event {
    width: 95%;
  }
}
.lb_event .btn_close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .lb_event .btn_close {
    margin-top: 47.77%;
    top: 20px;
    right: 15px;
    background: #000;
  }
  .lb_event .btn_close span:after, .lb_event .btn_close span:before {
    background: #fff;
  }
}
.lb_event .lb_pic {
  position: relative;
  width: 100%;
}
.lb_event .pic_wrap {
  position: relative;
  padding-bottom: 47.77%;
  overflow: hidden;
}
.lb_event img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lb_event .lb_word {
  position: relative;
  background: #fff;
}
.lb_event .word_wrap {
  max-width: 740px;
  width: 85%;
  margin: 0 auto;
  padding: 65px 0;
}
@media only screen and (max-width: 767px) {
  .lb_event .word_wrap {
    width: 90%;
    padding-bottom: 100px;
  }
}
.lb_event .lb_tag {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: 740px;
  width: 85%;
  color: rgba(255, 255, 255, 0.4);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-weight: 700;
  z-index: 1;
  font-size: 2.75rem;
  line-height: 1;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .lb_event .lb_tag {
    width: 90%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    top: auto;
    bottom: 0;
  }
}
.lb_event .lb_hd {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: 740px;
  width: 85%;
  color: #fff;
  font-weight: 700;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .lb_event .lb_hd {
    position: static;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    color: #000;
  }
}
.lb_event .lb_hd .sort {
  line-height: 1.2;
  font-size: 2.25rem;
}
@media only screen and (max-width: 992px) {
  .lb_event .lb_hd .sort {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .lb_event .lb_hd .sort {
    font-size: 1.5rem;
  }
}
.lb_event .lb_hd .title {
  line-height: 1;
  font-size: 5rem;
}
@media only screen and (max-width: 1200px) {
  .lb_event .lb_hd .title {
    font-size: 4.375rem;
  }
}
@media only screen and (max-width: 992px) {
  .lb_event .lb_hd .title {
    font-size: 4.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .lb_event .lb_hd .title {
    line-height: 1.2;
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .lb_event .lb_ct {
    margin-top: 50px;
  }
}
.lb_event li {
  position: relative;
}
.lb_event li:not(:first-child) {
  margin-top: 40px;
}
.lb_event li.img {
  padding-left: 120px;
}
.lb_event li span {
  font-weight: 700;
}
.lb_event li .red {
  color: #f10;
}
.lb_event li p {
  margin-top: 15px;
}
.lb_event li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.lb_event li a.red {
  border-color: #f10;
}
.lb_event li .date {
  font-size: 1.125rem;
}
.lb_event li .pic {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100px;
  width: 100%;
}
.lb_event li .pic .pic_wrap {
  position: relative;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.lb_event li .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*# sourceMappingURL=style.css.map */