/*-----------------------------
    GLOBE SETTING
-----------------------------*/

/*REGULER FONTS*/
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;300;400;600;800&family=Noto+Sans+TC:wght@100;300;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
/*
font-family: 'Be Vietnam Pro', sans-serif;
font-family: 'Noto Sans TC', sans-serif;
font-family: 'Noto Serif TC', serif;
*/
:root {
  --maincolor: #77c0b2;
  --pinkal: #f3a49b;
  --dark: #333;
  --dust: #f4efe2;
}
* {
  font-family: "Be Vietnam Pro", "Noto Sans TC", sans-serif;
  font-size: 100%;
  color: var(--dark);
}

section {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
img {
  margin: 0;
  padding: 0;
}

ul,
ol:not(.detail) {
  list-style: none;
}
.fancybox-image {
  opacity: 1;
}
.fancybox-thumbs > ul > li > img {
  opacity: 1;
}
ul li,
ol:not(.detail) li {
  list-style: none;
}

p,
a,
span,
i {
  color: inherit;
  font-size: inherit;
  transition: all 0.3s;
  line-height: inherit;
  font-weight: inherit;
}

p {
  font-size: 12pt;
  text-align: justify;
}
@media (max-width: 576px) {
  p {
    font-size: 11pt;
  }
}
.fade-in-img {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
img {
  opacity: 0;
  transition: opacity 1s ease-in;
}

img.loaded {
  opacity: 1;
}
.fade-in-img.loaded {
  opacity: 1;
}
a:focus,
a:hover {
  color: inherit;
}

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

::selection {
  color: #000;
  background-color: #ffeb2b;
}

.sp-only {
  display: none !important;
}
.bgWinds {
  background-image: url(../images/bg/bg-winds.png);
}
.cover.bg-cover {
  display: block;
}

.bg-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

.cover-rectangle {
  padding-bottom: 58%;
}

.cover-square {
  padding-bottom: 100%;
}

.cover-rectangle-cloumn {
  padding-bottom: 150% !important;
}
/* set main colors */
.bg-main {
  background-color: var(--maincolor);
}
.bg-pinkal {
  background-color: var(--pinkal);
}
.bg-dust {
  background-color: var(--dust);
}
body.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
  left: 0;
  right: 0;
}
/* set main colors END*/
.text-row-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.text-row-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text-row-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home-section {
  padding: 80px 0;
}
.container-lg {
  max-width: inherit;
}
@media (min-width: 1200px) {
  .container-xl {
    max-width: 1680px;
  }
  .container-lg {
    max-width: 1500px;
  }

  .container-sm {
    max-width: 960px;
  }
  .home-section {
    padding: 150px 0;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: none;
  }
}

@media (max-width: 991px) {
  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }
  .home-section {
    padding: 80px 0;
  }
}
/*---------------------
  Social Button
---------------------*/
ul.socialBtn {
  display: flex;
  margin: 20px 0;
}
ul.socialBtn .socialItem {
}
ul.socialBtn .socialItem:not(:last-of-type) {
  margin-right: 10px;
}
ul.socialBtn .socialItem .socialLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
}
ul.socialBtn .socialItem .socialLink .socialIcon {
  font-size: 2em;
}
ul.socialBtn .socialItem .socialLink .icon-bg-line {
  background-image: url(../images/_icon/line.svg);
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  filter: grayscale(1);
}
@media (max-width: 576px) {
  ul.socialBtn {
    justify-content: center;
  }
}
/*------------------
        Home Setting
-------------------*/
.video-container {
  width: 100dvw;
  height: 100dvh;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    width: 177.78vh;
  }
}

.home-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  align-items: center;
}
.home-title.center,
.home-title.center h2 {
  justify-content: center;
  align-items: center;
}
.home-title.left {
  justify-content: flex-end;
}
.home-title.left h2 {
  align-items: flex-end;
  position: relative;
  z-index: 5;
}
.home-title h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 3em;
}
.home-title h2 > span {
  font-size: 0.5em;
  letter-spacing: 4px;
}
.home-title > a {
  min-width: 180px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 40px;
  background-color: #fff;
}
.home-title > a:hover {
  background-color: var(--dark);
  color: #fff;
}
.gradient-bg {
  position: relative;
  width: 100%;
  height: 1px;
}
.gradient-bg .init {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  width: 100%;
  background: linear-gradient(180deg, transparent, #fff);
  z-index: 11;
}
a.reservation {
  display: block;
  background-color: #555;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  text-align: center;
  border: 1px solid transparent;
  font-size: 1.4em;
}
a.reservation:hover {
  color: #555;
  border-color: #555;
  background-color: #fff;
}
a.sim-btn {
  max-width: 180px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 40px;
  background-color: #fff;
  margin: 50px 0 0;
}
a.sim-btn i {
  margin-right: 5px;
}
a.sim-btn:hover {
  background-color: #555;
  color: #fff;
  border-color: transparent;
}
@media (max-width: 767px) {
  a.sim-btn {
    margin: 50px auto 0;
  }
}
@media (max-width: 767px) {
  .home-title {
    justify-content: center;
  }
  .home-title h2 {
    justify-content: center;
    align-items: center;
  }
  .home-title h2 span {
    background-color: #fff;
    padding: 4px 20px;
  }
  .home-title > a {
    display: none;
  }
}

/*--------------------
    Header Nav
--------------------*/
.header-section {
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  transition: all 0.5s ease;
}
.header-section .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 64px;
  padding: 0 15px;
  position: relative;
  z-index: 9000;
}
.header-section a.brand-logo {
  display: block;
  position: relative;
  height: 60px;
  transition: all 0.7s ease;
  transform: translateY(0px);
}
.header-section a.brand-logo.hindUp {
  transform: translateY(-200px);
  opacity: 0;
}
.header-section a.brand-logo img {
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.3s ease;
  visibility: 1;
}
.header-section a.brand-logo img.se_solid {
  opacity: 0;
}
.header-section.isOpen a.brand-logo img.se_white,
.header-section .onSolid a.brand-logo img.se_white {
  opacity: 0;
}
.header-section.isOpen a.brand-logo img.se_solid,
.header-section .onSolid a.brand-logo img.se_solid {
  opacity: 1;
}
@media (max-width: 767px) {
  .header-section .header-inner {
    justify-content: flex-end;
  }
  .header-section a.brand-logo {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .header-section a.brand-logo img {
    max-height: inherit;
    max-width: 190px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .header-section.hindUp {
    transform: translateY(-100%);
  }
  .header-section.hindUp .header-body {
    top: 150px;
  }
}
@media (max-width: 576px) {
  .header-section a.brand-logo img {
    max-width: 130px;
  }
}
.header-body {
  display: flex;
  align-items: center;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 99999;
  transition: all 0.3s ease;
}
.header-body button.hamburgerBtn {
  color: transparent;
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
  width: 48px;
  height: 48px;
  z-index: 9001;
  outline: none;
  background: none;
  border: none;
}
button.hamburgerBtn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2e3540;
  border-radius: 50%;
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
button.hamburgerBtn span {
  display: block;
  background: #fff;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -10px;
  top: 50%;
  transition: background-color 100ms;
}
button.hamburgerBtn:hover span {
  width: 20px;
}
button.hamburgerBtn span:before,
button.hamburgerBtn span:after {
  content: "";
  display: block;
  background: #fff;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), top 0.2s,
    width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

button.hamburgerBtn span:before {
  top: -5px;
  transform: rotate(0deg);
}
button.hamburgerBtn span:after {
  width: 12px;
  top: 5px;
  transform: rotate(0deg);
}
button.hamburgerBtn:hover span:after {
  width: 20px;
}
.header-section.isOpen button.hamburgerBtn span {
  background: #000;
}
.header-section.isOpen button.hamburgerBtn span:before,
.header-section.isOpen button.hamburgerBtn span:after {
  top: 0;
}
.header-section.isOpen button.hamburgerBtn span:before {
  transform: rotate(135deg);
}
.header-section.isOpen button.hamburgerBtn span:after {
  width: 20px;
  transform: rotate(-135deg);
}
@media (min-width: 767px) {
  .header-section .header-inner {
    height: 120px;
    padding: 0 40px;
  }
  button.hamburgerBtn:hover::before {
    transform: scale(1.13);
  }
}
@media (max-width: 768px) {
  .header-body {
    top: 10px;
    right: 10px;
  }
}
/*headerButton*/
.headerButton {
  width: 100px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  position: relative;
  margin-left: auto;
  margin-right: 16px;
  transition: all 0.7s ease;
  transform: translateY(0px);
}
.headerButton.hindUp {
  transform: translateY(-200px);
  opacity: 0;
}
.headerButton:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 6.4vw;
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    background 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.onSolid .headerButton:before {
  background-color: var(--maincolor);
}
.onSolid .headerButton:hover::before {
  background-color: var(--dark);
}
.onSolid .headerButton span {
  color: #fff;
}
.headerButton:hover::before {
  background-color: var(--maincolor);
}
.headerButton span {
  color: var(--dark);
  position: relative;
}
@media (min-width: 767px) {
  .headerButton {
    width: 200px;
    height: 48px;
  }
  .headerButton:hover span {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .headerButton span {
    font-size: 1em;
  }
}
@media (max-width: 576px) {
  .headerButton {
    font-size: 9pt;
    width: 80px;
    height: 36px;
  }
}
/*jsMenuBg*/
.jsMenuBg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}
.jsMenuBg .menuInner {
  position: relative;
  width: 128px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
}
.jsMenuBg .bgCircle {
  width: 250dvw;
  height: 250dvw;
  position: absolute;
  top: 60px;
  right: 60px;
  transform: translate(50%, -50%) scale(0);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  border-radius: 100%;
}
.jsMenuBg .bgCircle.circleMain {
  background: var(--dark);
  transition-delay: 0.2s;
}
.jsMenuBg .bgCircle.circleSecond {
  background: var(--dust);
  transition-delay: 0s;
}
.jsMenuBg.isOpen .bgCircle.circleMain {
  transition-delay: 0s;
}
.jsMenuBg.isOpen .bgCircle.circleSecond {
  transition-delay: 0.2s;
}
.jsMenuBg.isOpen .bgCircle {
  transform: translate(50%, -50%) scale(1);
}
@media (max-width: 767px) {
  .jsMenuBg .bgCircle {
    width: 300dvh;
    height: 300dvh;
    top: 30px;
    right: 30px;
  }
}

/*jsMenu*/
.isOpen .jsMenu {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.5s;
}
.jsMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  transition: 0.2s;
}
.jsMenu .jsMenuInner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  max-width: 1340px;
}
.jsMenuWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.jsMenuWrap .jmItem {
  flex: 0 0 calc(50% - 20px);
}
.menuNav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.menuNav li.menuItem {
  opacity: 0;
  transform: translateX(-25px);
  transition: 0.25s;
  border-bottom: 1px solid #98907d;
  flex: 1 1 100%;
}
.isOpen .menuNav li.menuItem {
  opacity: 1;
  transform: translateX(0);
}
.isOpen .menuNav li.menuItem:nth-child(1) {
  transition-delay: 0.5s;
}
.isOpen .menuNav li.menuItem:nth-child(2) {
  transition-delay: 0.6s;
}
.isOpen .menuNav li.menuItem:nth-child(3) {
  transition-delay: 0.7s;
}
.isOpen .menuNav li.menuItem:nth-child(4) {
  transition-delay: 0.8s;
}
.menuNav li.menuItem a.menuLink {
  display: flex;
  height: 120px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 0 20px;
}
.menuNav li.menuItem a.menuLink span {
  font-size: 3em;
  line-height: 1em;
}
.menuNav li.menuItem a.menuLink .menuIcon {
  font-size: 2em;
}
.menuNav li.menuItem a.menuLink span b {
  display: block;
  font-weight: 100;
  font-size: 0.5em;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 10px;
}
.menuNav li.menuItem a.menuLink:hover {
  background-color: #fff;
  padding: 0 40px;
}
.menuNav li.menuUnder {
  flex: 1 1 100%;
}

@media (min-width: 767px) {
  .jsMenu .jsMenuInner {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .menuNav li.menuItem:first-of-type {
    border-top: 1px solid #98907d;
  }
}
@media (max-width: 991px) {
  .jsMenu {
    padding-top: 120px;
    align-items: flex-start;
  }
  .jsMenuWrap {
    flex-wrap: wrap;
  }
  .jsMenuWrap .jmItem {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .menuNav li.menuItem a.menuLink {
    height: 74px;
  }
  .menuNav li.menuItem a.menuLink span {
    font-size: 14pt;
  }
}
/*-------------------
        KVstage
-------------------*/
#KVstage {
  min-height: 100dvh;
  position: relative;
}
.kvSlideItem {
  opacity: 0 !important;
  overflow: hidden;
  transition: opacity 1.5s ease-out !important;
}
.kvSlideItem.slick-current {
  opacity: 1 !important;
  transition: opacity 1.5s ease-out !important;
}
.kvSlideItem.slick-active .bg-cover {
  transform: scale(1);
  animation-delay: 1s;
}
.kvSlideItem .bg-cover {
  height: 100dvh;
  transform: scale(1.13);
  transition: transform 12s cubic-bezier(0, 0, 0.46, 1.02);
}
.kv-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.kvContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.kvSlogan {
  position: absolute;
  bottom: 10%;
  left: 50px;
  color: #fff;
}
.kvSlogan h1 {
  color: #fff;
  font-size: 4em;
}
.kvSlogan p {
  font-weight: 100;
  letter-spacing: 2px;
}
.kvDirection {
  position: absolute;
  max-width: 30dvw;
  bottom: 50px;
  right: 50px;
}
.kvDirection p {
  font-size: 0.8em;
  color: #fff;
  font-weight: 100;
}
.kvScroll {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  writing-mode: tb-rl;
  color: #fff;
  cursor: pointer;
}
.kvScroll span {
  margin-top: 5px;
  position: relative;
  display: inline-block;
  height: 80px;
  width: 2px;
  background-color: #ccc;
  overflow: hidden;
}
.kvScroll span:before {
  content: "";
  display: block;
  position: absolute;
  height: 200%;
  transform-origin: top;
  background-color: #fff;
  top: 0px;
  left: 0px;
  width: 2px;
  animation: lineScroll 2s ease infinite;
}
@keyframes lineScroll {
  0% {
    top: -200%;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
@media (max-width: 767px) {
  .kvContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .kvSlogan,
  .kvDirection {
    position: static;
    max-width: calc(100% - 40px);
  }
  .kvSlogan {
    margin-bottom: 40px;
  }
}
/*-------------------
  stSliderWrapper
--------------------*/
.stSliderWrapper {
  width: 100%;
  height: 80dvh;
  overflow: hidden;
}
.stSlider-container {
  position: relative;
  margin: 0 30px;
  height: 100%;
}
.stSlider-container .title {
  position: absolute;
  top: 0px;
  left: 0px;
  writing-mode: tb-rl;
  letter-spacing: 2px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px 4px;
}
.stSlider {
  height: 100%;
}
.stSlider article {
  height: 100% !important;
}
.stSlider article.active {
  display: block;
}
.stSlider article a {
  display: flex;
  height: 100%;
}
.stSlider article a .sliderContent {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  margin-right: 20px;
  flex: 0 0 30%;
  padding-left: 50px;
  height: 100%;
}
.sliderContent .sliderId {
  margin-top: 120px;
  font-size: 6em;
  overflow: hidden;
}
.sliderContent .sliderId > span {
  transform: translateY(100%);
  display: block;
  transition: all 1s ease;
}
.sliderContent .sliderId > span b {
  font-weight: 100;
  font-size: 0.7em;
}
.slick-active .sliderId > span {
  transform: translateY(0%);
}
.sliderContent .sliderTitle {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: 10px;
  position: absolute;
  bottom: 50px;
  z-index: 5;
  align-items: flex-start;
}
.sliderContent .sliderTitle > span.titleCut {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.sliderContent .sliderTitle > span.titleCut span {
  font-size: 4em;
  line-height: 1.1em;
  white-space: nowrap;
  transform: translateY(100%);
  display: block;
  transition: all 1s ease 0.3s;
}
.slick-active .sliderContent .sliderTitle > span.titleCut span {
  transform: translateY(0);
}
.sliderKV {
  display: flex;
  flex: 0 1 70%;
  justify-content: space-between;
}
.sliderKV .sliderImg {
  flex: 0 0 calc(100% / 2 - 4px);
  overflow: hidden;
}
.sliderKV .sliderImg .imgwrap {
  height: 100%;
  overflow: hidden;
  width: 115%;
  transform: translateX(0%);
  transition: transform 5s linear;
  margin-left: -15%;
}
.sliderKV .sliderImg .imgwrap .cover {
  height: 100%;
}
.slick-active .sliderKV .sliderImg .imgwrap {
  transform: translateX(5%);
}
.sliderKV .sliderImg:nth-of-type(1) {
  border-radius: 12px 0 0 12px;
}
.sliderKV .sliderImg:nth-of-type(2) {
  border-radius: 0 12px 12px 0;
}
.sliderContent .tag-list {
  margin-top: auto;
  margin-left: 4px;
  overflow: hidden;
}
.sliderContent .tag-list .tag {
  transform: translateY(100%);
  transition: all 1s ease 0.3s;
}
.slick-active .sliderContent .tag-list .tag {
  transform: translateY(0%);
}
.slick-active .sliderContent .tag-list .tag:nth-of-type(1) {
  transition-delay: 0s;
}
.slick-active .sliderContent .tag-list .tag:nth-of-type(2) {
  transition-delay: 0.2s;
}
.slick-active .sliderContent .tag-list .tag:nth-of-type(3) {
  transition-delay: 0.4s;
}
.slick-active .sliderContent .tag-list .tag:nth-of-type(4) {
  transition-delay: 0.6s;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
}
.tag-list > .tag {
  color: #999;
  font-weight: 300;
  position: relative;
}
.tag-list > .tag:before {
  content: "#";
}
.tag-list > .tag:not(:last-of-type) {
  margin-right: 8px;
}
/*js-*/
.stSlider .slick-track,
.stSlider .slick-list {
  height: 100%;
}
@media (min-width: 1200px) {
  .stSlider article a .sliderContent {
    padding-left: 80px;
  }
  .sliderContent .sliderTitle > span.titleCut {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .stSlider .slick-list {
    padding-bottom: 50px;
  }
  .stSlider article a {
    flex-direction: column-reverse;
  }
  .stSlider article a .sliderContent {
    border: none;
    padding: inherit;
    position: absolute;
    left: -1px;
    justify-content: flex-end;
  }
  .sliderContent .sliderId {
    background-color: #fff;
    z-index: 5;
  }
  .sliderContent .sliderId {
    font-size: 3em;
    position: absolute;
    top: 0px;
    margin: 0;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sliderContent .sliderTitle {
    align-items: flex-start;
    margin: inherit;
    bottom: -2em;
  }
  .sliderContent .sliderTitle > span.titleCut span {
    font-size: 2.2em;
    background-color: #fff;
    padding: 5px 10px;
    border-right: 1px solid #333;
  }
  .sliderContent .sliderTitle > span.titleCut:first-of-type span {
    border-top: 1px solid #333;
  }
  .sliderKV {
    height: 100%;
    flex: inherit;
  }
  .sliderContent .tag-list {
    margin: inherit;
  }
}
@media (max-width: 375px) {
  .sliderContent .sliderTitle > span.titleCut span {
    font-size: 1.65em;
  }
}
/*--------------------
  NEWS
--------------------*/
.newsListing {
  display: flex;
  flex-direction: column;
}
.newsItem {
  border-bottom: 1px solid #ccc;
}
.newsItem:first-of-type {
  border-top: 1px solid #ccc;
}
.newsWrap {
  display: flex;
  align-items: center;
  padding: 40px 0;
  transition: all 0.3s ease;
}
.newsWrap .news-head {
  display: flex;
  align-items: center;
}
.newsWrap .news-head time {
  font-size: 0.9em;
  min-width: 120px;
  text-align: center;
}
.newsWrap .news-head .newsTag {
  padding: 4px 10px;
  background-color: var(--dark);
  color: #fff;
  border-radius: 18px;
  font-size: 0.8em;
  min-width: 80px;
  text-align: center;
  margin-left: 10px;
}
.newsWrap .news-title {
  padding-left: 40px;
}
.newsWrap .news-icon {
  margin-left: auto;
  margin-right: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  a.newsItem:hover .newsWrap {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .newsWrap {
    flex-wrap: wrap;
    padding-left: 20px;
  }
  .newsWrap .news-head {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .newsWrap .news-head time {
    min-width: inherit;
  }
  .newsWrap .news-title {
    padding-left: 0px;
    flex: 0 0 calc(100% - 40px);
  }
  .newsWrap .news-icon {
    flex: 0 0 40px;
    margin-right: 0;
  }
}

/*----------------------
  toursListing
----------------------*/
.cut_site {
  display: flex;
  margin-left: calc((100% - 1500px) / 2);
  padding: 0 15px;
}
.cut_site .cut_site_inner {
  flex: 0 0 calc(100% / 3);
  padding-right: 50px;
}
@media (max-width: 1500px) {
  .cut_site {
    margin-left: 0px;
  }
  .cut_site .cut_site_inner {
    flex: 0 0 50%;
  }
  .cut_site .toursListing {
    flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  .cut_site {
    flex-wrap: wrap;
  }
  .cut_site .cut_site_inner {
    flex: 0 1 100%;
    margin-bottom: 50px;
    padding-right: 0;
    margin-left: 30px;
    margin-right: 30px;
  }
  .cut_site .toursListing {
    flex: 0 0 100%;
  }
}
.content-direction {
  margin-top: 60px;
}
.content-direction h3 {
  font-size: 5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2em;
  margin-bottom: 30px;
}
.content-direction p {
  font-weight: 300;
  line-height: 2em;
}
.text-side {
  position: relative;
  overflow: hidden;
}
.aniText {
  transform: translateY(105%);
  display: block;
  transition: transform 1s ease;
}
.aniText.item1 {
  transition-delay: 0.3s;
}
.aniText.item2 {
  transition-delay: 0.5s;
}
.aniText.item3 {
  transition-delay: 0.7s;
}
.aniText.item4 {
  transition-delay: 0.9s;
}
.inScreen .aniText {
  transform: translateY(0%);
}
.toursListing {
  overflow: hidden;
  flex: 0 0 70%;
}
.toursListing .tourItem {
  padding-left: 30px;
}
.toursListing .tourItem .tourWrap {
  padding: 40px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transition: all 0.5s;
  height: 100%;
}
.toursListing .tourItem .tourWrap .cover {
  margin-bottom: 30px;
  border-radius: 0 14px 0 0;
  position: relative;
}
.toursListing .tourItem .tourWrap .cover > span.loc {
  position: absolute;
  top: 10px;
  left: 10px;
  writing-mode: tb-rl;
  background-color: #fff;
  padding: 5px 3px 5px 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.toursListing .tourItem .tourWrap .tourContent .tourTitle {
  margin-bottom: 20px;
  font-size: 1.4em;
}
.toursListing .tourItem .tourWrap .tourContent p {
  font-weight: 300;
}
.toursListing.init {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.toursListing.init .tourItem {
  flex: 0 0 calc(100% / 4 - 20px);
  margin: 0 10px 60px;
}
.toursListing.init .tourItem .tourWrap .tourContent .tourTitle {
  font-size: 1.4em;
  letter-spacing: 2px;
}
.toursListing.init .tourItem .tourWrap .cover {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .toursListing.init .tourItem {
    flex: 0 0 calc(100% / 3 - 20px);
  }
}
@media (min-width: 992px) {
  .toursListing.init .tourItem:hover .tourWrap {
    background-color: #fff;
    border-color: #ccc;
  }
  .toursListing.init .tourItem:hover .tourWrap .cover {
    transform: scale(1.05);
  }
}
@media (max-width: 991px) and (min-width: 500px) {
  .toursListing.init .tourItem {
    flex: 0 0 100%;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .toursListing.init .tourItem:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .toursListing.init .tourItem .tourWrap {
    display: flex;
    align-items: flex-start;
    border: none;
    padding: 0;
  }
  .toursListing.init .tourItem .tourWrap .cover {
    flex: 0 0 120px;
    padding-bottom: 100px;
    border-radius: 8px;
    transform: scale(1);
  }
  .toursListing.init .tourItem .tourWrap .tourContent {
    padding-left: 40px;
    flex: 0 1 100%;
  }
}
@media (max-width: 499px) {
  .toursListing.init .tourItem {
    flex: 0 0 100%;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .toursListing .tourItem .tourWrap {
    padding: 0px;
    border-color: transparent;
  }
  .toursListing.init .tourItem .tourWrap .cover {
    transform: scale(1);
    margin-bottom: 10px;
  }
  .tag-list > .tag {
    font-size: 0.9em;
  }
  .toursListing.init .tourItem .tourWrap .tourContent .tourTitle {
    font-size: 1.2em;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .toursListing .tourItem .tourWrap .tourContent p {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
  .toursListing.init .tourItem {
    margin-bottom: 40px;
  }
  .tourContent {
    display: flex;
    flex-direction: column;
  }
  .tourContent .tag-list {
    order: 3;
  }
  .tourContent .tourTitle {
    order: 1;
  }
  .tourContent p {
    order: 2;
    margin-bottom: 15px;
  }
}
/*---------------------------
          photoDirection
----------------------------*/
.photoDirection {
  display: flex;
  position: relative;
  align-items: stretch;
}
.photoDirection:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 400px);
  background-color: #f7f7f7;
  height: 100%;
  z-index: -1;
  top: 100px;
  left: -100px;
}
.photoDirection .photoGird {
  flex: 0 0 50%;
  display: flex;
  position: relative;
}
.photoDirection .photoGird .photoCover {
  flex: 0 0 calc(50% - 10px);
  margin-right: 10px;
}
.photoDirection .photoGird .photoCover .photo-item {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  transition: all 1s ease;
  opacity: 0;
  border-radius: 14px;
}
.inScreen .photoDirection .photoGird .photoCover .photo-item {
  margin-top: -100px;
  opacity: 1;
}
.photoDirection .photoGird .photoInner {
  display: flex;
  flex-direction: column;
  transform: translateY(-100px);
  transition: all 1s ease;
}
.photoDirection .photoGird .photoInner .photo-item-img {
  display: block;
  transition: all 1s ease;
  opacity: 0;
  border-radius: 14px;
}
.inScreen .photoDirection .photoGird .photoInner {
  transform: translateY(0px);
}
.inScreen .photoDirection .photoGird .photoInner .photo-item-img {
  opacity: 1;
}
.inScreen
  .photoDirection
  .photoGird
  .photoInner
  .photo-item-img:nth-of-type(2) {
  animation-delay: 0.5s;
}
.photoDirection .textContent {
  position: relative;
  display: flex;
  margin-top: 100px;
  align-items: center;
  z-index: 5;
  padding-left: 120px;
}
@media (max-width: 1199px) {
  .photoDirection {
    flex-wrap: wrap;
    justify-content: center;
  }
  .photoDirection .textContent {
    flex: 0 1 720px;
    padding-left: 0;
    margin-top: 0;
  }
  .photoDirection .photoGird {
    flex: 0 0 100%;
    justify-content: center;
  }
  .content-direction h3 {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .content-direction h3 {
    font-size: 4em;
  }
}
/*------------------------
      memberListing
-------------------------*/
.memberListing {
  overflow: hidden;
}
.memberListing .memberItem .memberWrap {
  padding: 40px;
}
.memberListing .memberItem .memberWrap .memberCover {
  position: relative;
  margin-bottom: 14px;
}
.memberListing .memberItem .memberWrap .memberCover .memberName {
  position: absolute;
  bottom: -10px;
  left: -10px;
  background-color: #fff;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  padding: 10px 10px 0 10px;
  font-size: 1.3em;
}
.memberListing .memberItem .memberWrap .memberCover .memberName span.en {
  font-size: 0.8em;
  font-weight: 300;
}
.memberListing .memberItem .memberWrap .memberContent .memberTitle {
  color: #000;
  font-weight: 300;
  font-size: 1em;
  position: relative;
  background-color: #fff;
  margin-bottom: 5px;
}
.memberListing .memberItem .memberWrap .memberContent .memberTitle > span {
  padding-right: 5px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.memberListing .memberItem .memberWrap .memberContent .memberTitle:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.memberListing .memberItem .memberWrap .memberContent .memberDesc {
  font-size: 1.1em;
  font-weight: 300;
}
.memberListing:not(.js-carousel) {
  display: flex;
  flex-wrap: wrap;
}
.memberListing:not(.js-carousel) .memberItem {
  flex: 0 0 calc(100% / 5 - 20px);
  margin: 0 10px 40px;
}
.memberListing:not(.js-carousel) .memberItem .memberWrap {
  padding: 15px;
}

@media (max-width: 991px) {
  .memberListing:not(.js-carousel) .memberItem {
    flex: 0 0 calc(100% / 3 - 20px);
  }
}
@media (max-width: 767px) {
  .memberListing:not(.js-carousel) .memberItem {
    flex: 0 0 calc(100% / 2 - 20px);
  }
}
@media (max-width: 576px) {
  .memberListing:not(.js-carousel) .memberItem {
    flex: 0 0 100%;
    margin: 0 0 20px;
  }
}
/*------------------
    footer-menu
------------------*/

.footer-menu .fm-item {
  display: flex;
  justify-content: space-between;
  padding: 30px 50px;
  align-items: center;
  border-bottom: 1px solid #333;
}
.footer-menu .fm-item:hover {
  background-color: #f2f2f2;
}
.footer-menu .fm-item:first-of-type {
  border-top: 1px solid #333;
}
.footer-menu .fm-item:last-of-type {
  border-bottom: none;
}
.footer-menu .fm-item h3.title .caption {
  position: relative;
  overflow: hidden;
}
.footer-menu .fm-item h3.title .caption.cht {
  font-size: 0.8em;
  letter-spacing: 10px;
}
.footer-menu .fm-item h3.title .caption span {
  transition: all 0.5s ease-in-out;
}
.footer-menu .fm-item h3.title .caption::after {
  content: attr(data-text);
  display: block;
  position: absolute;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.footer-menu .fm-item h3.title .caption.en::after {
  top: 0%;
  left: 0px;
}
.footer-menu .fm-item h3.title .caption.en span {
  display: block;
  transform: translate3d(0, -130%, 0);
  opacity: 0;
}
.footer-menu .fm-item:hover h3.title .caption.en span {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
}
.footer-menu .fm-item h3.title .caption.cht span {
  display: block;
  transform: translate3d(0, -130%, 0);
  opacity: 0;
}
.footer-menu .fm-item:hover h3.title .caption.cht span {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
}
.footer-menu .fm-item h3.title .caption.cht::after {
  top: 0%;
  left: 0px;
}

.footer-menu .fm-item:hover h3.title .caption.cht::after {
  opacity: 0;
  top: 100%;
}
.footer-menu .fm-item:hover h3.title .caption.en::after {
  opacity: 0;
  top: 100%;
}
.footer-menu .fm-item h3.title .caption.en {
  font-size: 2.4em;
  font-weight: 100;
}
.footer-menu .fm-item .icon {
  font-size: 3em;
}
@media (max-width: 767px) {
  .footer-menu .fm-item h3.title .caption.en {
    font-size: 1em;
  }
  .footer-menu .fm-item h3.title .caption.cht {
  }
  .footer-menu .fm-item {
    padding: 15px 30px;
  }
}
.ftPlusLink {
  display: flex;
  flex-wrap: wrap;
}
.ftPlusLink .ftPlusItem {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
  background-color: var(--dust);
  border-top: 1px solid #333;
}
.ftPlusLink .ftPlusItem:hover {
  background-color: var(--dark);
  color: #fff;
}
.ftPlusLink .ftPlusItem span.cht {
  color: inherit;
  font-size: 2em;
  font-weight: 300;
}
.ftPlusLink .ftPlusItem span.en {
  color: inherit;
}
@media (min-width: 577px) {
  .ftPlusLink .ftPlusItem:not(:first-of-type) {
    border-left: 1px solid #333;
  }
}
@media (max-width: 576px) {
  .ftPlusLink .ftPlusItem {
    flex: 0 0 100%;
  }
}
/*-----------------
      switchBox
------------------*/
.switchBox {
  display: flex;
  align-items: center;
}
.switchBox.reverse {
  flex-direction: row-reverse;
}
.switchBox.reverse .switchItem:last-of-type {
  padding-left: 0;
  padding-right: 50px;
}
.switchBox .switchItem {
  flex: 1 0 50%;
}
.switchBox .switchItem:last-of-type {
  padding-left: 50px;
}
.switchBox .switchItem:first-of-type {
  padding-left: 0px;
}
.switchBox.switch37 .switchItem:first-of-type {
  flex: 0 0 30%;
}

.switchBox.switch37 .switchItem:last-of-type {
  flex: 0 0 70%;
}
.switchBox.switch46 .switchItem:first-of-type {
  flex: 0 0 40%;
}

.switchBox.switch46 .switchItem:last-of-type {
  flex: 0 0 60%;
}
@media (max-width: 991px) {
  .switchBox {
    flex-wrap: wrap;
  }
  .switchBox .switchItem {
    flex: 0 0 100% !important;
  }
  .switchBox:not(.reverse) .switchItem:first-of-type {
    margin-bottom: 50px;
  }
  .switchBox.reverse .switchItem:first-of-type {
    margin-bottom: 30px;
  }
  .switchBox.reverse .switchItem:last-of-type {
    padding-right: 0;
  }
  .switchBox:not(.reverse) .switchItem:last-of-type {
    padding-left: 0;
  }
  .switchBox.sp-reverse .switchItem:first-of-type {
    order: 2;
    margin: 0;
  }
  .switchBox.sp-reverse .switchItem:last-of-type {
    margin: 0;
    margin-bottom: 50px;
  }
}
.footerLogo {
  display: block;
  max-width: 300px;
  padding: 50px 0;
}
.footerCopyright {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footerCopyright p {
  font-size: 1em;
  color: #777;
  font-weight: 300;
}
.footerCopyright p:not(:last-of-type) {
  margin-bottom: 15px;
}
.footerCopyright p > a:not(:last-of-type) {
  margin-right: 10px;
}
.footerCopyright p > a {
  text-decoration: underline;
}
footer {
  padding: 0 40px 0 35px;
}

/*------------------
     pageHeader
-------------------*/
.pageHeader {
  padding-top: 200px;
  padding-bottom: 75px;
  min-height: 60dvh;
  background: url(../images/bg/bg-winds.png);
}
@media (max-width: 767px) {
  .pageHeader {
    padding-top: 100px;
    padding-bottom: 0;
    min-height: 30dvh;
  }
}
.pageHeader.g-min-height-100vh {
  min-height: 100dvh;
}
.pageTitle {
  padding: 80px 0;
}
.pageTitle > h1 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.pageTitle > h1 > span {
  transition: all 1s ease;
  text-align: justify;
}
.pageTitle > h1 > span.en {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 800;
  transform: translateY(-100%);
  opacity: 0;
}
.pageTitle > h1 > span.cht {
  font-size: 0.5em;
  letter-spacing: 5px;
  margin-left: 2px;
  transform: translateY(100%);
  opacity: 0;
}
.inScreen .pageTitle > h1 > span.en,
.inScreen .pageTitle > h1 > span.cht {
  transform: translateY(0);
  opacity: 1;
}
.pageTitle > h1.reverse span {
  position: relative;
}
.pageTitle > h1.reverse span > span {
  background-color: #fff;
  padding-right: 15px;
}
.pageTitle > h1.reverse span > span:before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100px;
  top: 50%;
  right: -100px;
  background-color: #999;
}
@media (max-width: 767px) {
  .pageTitle {
    padding: 30px 0 50px;
  }
  .pageTitle > h1 {
    font-size: 1.8em;
  }
  .pageTitle > h1 > span.en {
    font-size: 1.4em;
  }
}
/* .pageTitle reverse */
.pageTitle > h1.reverse {
  flex-direction: column-reverse;
}
.pageTitle > h1.reverse span.cht {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.pageTitle > h1.reverse span.en {
  font-size: 1em;
  letter-spacing: 2px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .pageTitle > h1.reverse span.cht {
    font-size: 1em;
  }
  .pageTitle > h1.reverse span.en {
    font-size: 14pt;
    text-align: right;
  }
  .pageTitle > h1.reverse span > span {
    padding-right: 0;
    padding-left: 15px;
  }
  .pageTitle > h1.reverse span > span:before {
    right: inherit;
    left: -100px;
  }
}
#Bread {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#Bread > li {
  font-weight: 300;
  position: relative;
}
#Bread > li:after {
  content: "-";
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
#Bread > li:not(:last-of-type) {
  padding-right: 20px;
}
#Bread > li:last-of-type {
  font-weight: 600;
}
.aniBarInner {
  position: relative;
  width: 595px;
  height: 440px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.aniBarInner .aniItem {
}
.aniBarInner .aniItem.aniMain {
  position: absolute;
  right: 0px;
  bottom: 0px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 1s ease;
}
.inScreen .aniBarInner .aniItem.aniMain {
  transform: translateY(0%);
  opacity: 1;
}
.aniBarInner .aniItem.aniBar {
  position: absolute;
  width: 50%;
  right: 12%;
  top: 6%;
  transform: translateY(100%);
  opacity: 0;
  transition: all 1s ease 1.3s;
}
.aniBarInner .aniItem.aniBar img {
  width: 100%;
  max-width: 100%;
  animation: aniBaring 3s linear infinite;
}
.inScreen .aniBarInner .aniItem.aniBar {
  transform: translateY(0%);
  opacity: 1;
}
.aniBarInner .aniItem.aniRoll {
  position: absolute;
  width: 25%;
  top: 25%;
  left: 10%;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.8s ease 0.9s;
}
.inScreen .aniBarInner .aniItem.aniRoll {
  transform: translateY(0%);
  opacity: 1;
}
.aniBarInner .aniItem.aniRoll img {
  width: 100%;
  max-width: 100%;
  animation: aniRolling 8s linear infinite;
}
@keyframes aniRolling {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes aniBaring {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(5deg) scale(1.05);
  }
}
@media (max-width: 767px) {
  .aniBarInner {
    transform: scale(1.5);
    height: 25dvh;
  }
}
/*--------------------------
      filterBox
--------------------------*/
#Filter {
  padding: 80px 0;
}
@media (max-width: 767px) {
  #Filter {
    padding: 30px 0;
  }
}
.filterBox h3 {
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.filterItem {
  display: flex;
  align-items: flex-start;
}
.filterTags.filterAll {
  display: flex;
  flex: 0 0 120px;
}
.filterTags .filterTag {
  position: relative;
  color: #fff;
  padding: 6px 24px;
  margin-bottom: 8px;
  font-size: 9pt;
}
.filterTags .filterTag:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 20px;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease;
}
.filterTags .filterTag > span {
  position: relative;
  font-weight: 300;
}
.filterTags .filterTag.active:before {
  background-color: yellow;
  border-color: transparent;
}
.filterTags .filterTag.active > span {
  color: #333;
}
.filterTags .filterTag:not(.active):hover:before {
  transform: scale(1.05);
}
.filterTags {
  display: flex;
  flex-wrap: wrap;
}
.filterTags .filterTag:not(:last-of-type) {
  margin-right: 6px;
}
.filterInner:not(:last-of-type) {
  margin-bottom: 30px;
  border-bottom: 1px solid #aaa;
}
/*---colorReverse*/
.filterTags.colorReverse .filterTag {
  color: #333;
}
.filterTags.colorReverse .filterTag:before {
  border-color: #333;
}
@media (max-width: 767px) {
  .filterTags .filterTag {
    padding: 4px 11px;
  }
}
/*----------------
      guide
-----------------*/
.guide {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.guide .g-cover {
  flex: 0 0 80px;
  overflow: hidden;
}
.guide .g-cover img {
  display: block;
  border-radius: 100%;
  width: 100%;
  aspect-ratio: 1 /1;
}
.guide .g-introl {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.guide .g-introl > span {
  font-size: 10pt;
}
.guide .g-introl > span.upder {
  font-weight: 800;
}
.guide .g-introl > h3 {
  letter-spacing: 2px;
  font-weight: 300;
}
.guide .g-introl > h3 > span {
  font-size: 0.6em;
  font-weight: 300;
  margin-left: 5px;
}
.guide .g-introl .g-title {
  margin-bottom: 5px;
  font-weight: 400;
}
.guide .g-introl .g-desc {
  font-size: 11pt;
  font-weight: 300;
}
/* partner info style */
.partner-head .introl {
  padding: 15px;
  background-color: #f2f2f2;
}
.partner-head .introl > p {
  font-size: 11pt;
  line-height: 1.8em;
}
.partner-head .introl > p:not(:last-of-type) {
  margin-bottom: 1em;
}
.figure-cover figure {
  display: flex;
  justify-content: center;
}
.figure-cover figure img {
  width: 100%;
  max-width: 100%;
}
/*----------------------
      partInfoWrap
----------------------*/
.partInfoWrap {
  display: flex;
  align-items: flex-start;
}
.partInfoWrap .partPhotos {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.partInfoWrap .partPhotos a.photoItem {
}
.partInfoWrap .partPhotos a.photoItem:not(:last-of-type) {
  margin-bottom: 30px;
}
.partInfoWrap .partPhotos a.photoItem .pWrap {
  position: relative;
  border-radius: 0 12px 0px 0;
  overflow: hidden;
}
.partInfoWrap .partPhotos a.photoItem .pWrap img {
  width: 100%;
  max-width: 100%;
}
.partInfoWrap .partPhotos a.photoItem > p {
  font-size: 1em;
  letter-spacing: 1px;
  padding: 5px 5px 5px 15px;
  font-weight: 300;
  background-color: #fff;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  margin-top: -15px;
  margin-left: -5px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-right: 15px;
}
.partInfoWrap .partContentWrap {
  padding-left: 50px;
  flex: 0 0 50%;
}
.partInfoWrap .partContentWrap .init {
  position: relative;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  padding: 70px 15px 50px 70px;
}
.partInfoWrap .partContentWrap .init > span.title {
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px 5px;
  writing-mode: tb-rl;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  background-color: #fff;
  font-size: 8pt;
}
.partInfoWrap .partContentWrap .article-content {
}
.partInfoWrap .partContentWrap .article-content p {
  font-size: 1.4em;
  line-height: 2;
  letter-spacing: 1px;
}
.partInfoWrap .partContentWrap .article-content img {
  width: 100%;
  max-width: 100%;
}
.partInfoWrap .partContentWrap .article-content img:not(:last-child),
.partInfoWrap .partContentWrap .article-content p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.article-content ul {
  list-style: disc;
  padding-inline-start: 30px;
}
.article-content ul li {
  list-style: disc;
}
.article-content ol {
  list-style: decimal;
  padding-inline-start: 30px;
}
.article-content ol li {
  list-style: decimal;
}
.article-content ul li:not(:last-of-type),
.article-content ol li:not(:last-of-type) {
  margin-bottom: 15px;
}
.article-content ul,
.article-content ol {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .partInfoWrap {
    flex-wrap: wrap;
  }
  .partInfoWrap .partPhotos {
    flex: 0 0 100%;
    padding: 0 0px;
  }
  .partInfoWrap .partContentWrap {
    margin: 0 20px 30px;
  }
  .partInfoWrap .partContentWrap .init {
    padding-left: 45px;
    padding-top: 30px;
  }
  .partInfoWrap .partPhotos a.photoItem .pWrap {
    border-radius: 0;
  }
}

.news.article-content {
  font-size: 1.4em;
  line-height: 2;
  letter-spacing: 1px;
  max-width: 960px;
  margin: 0 auto;
}
ul.address {
  display: flex;
  flex-direction: column;
}
ul.address li {
  display: flex;
  flex-wrap: wrap;
  font-weight: 300;
}
ul.address li:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #333;
}
ul.address li > span {
  font-weight: 600;
  margin-right: 10px;
}
ul.address li > a.address-link {
  padding: 2px 15px;
  border: 1px solid #ccc;
  border-radius: 14px;
}
ul.address li > a.address-link:not(:last-of-type) {
  margin-right: 5px;
}
ul.address li > a.address-link:hover {
  background-color: #333;
  color: #fff;
  border-color: transparent;
}
.introl-block {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.introl-block .article-cover {
}
.introl-block p {
  padding: 10px 0;
  font-weight: 300;
  border-bottom: 0;
  border-right: 0;
}
@media (min-width: 1500px) {
  .partInfoWrap .partContentWrap {
    padding-right: calc((100dvw - 1500px) / 2);
  }
  .partInfoWrap.reverse {
  }
}
/* reverse */
@media (min-width: 992px) {
  .partInfoWrap.reverse {
    flex-direction: row-reverse;
  }
  .partInfoWrap.reverse .partPhotos {
  }
  .partInfoWrap.reverse .partContentWrap {
    padding-right: inherit;
    padding-left: max(calc((100dvw - 1500px) / 2), 50px);
    padding-right: 50px;
  }
  .partInfoWrap.reverse .partPhotos a.photoItem .pWrap {
    border-radius: 12px 0 0 0;
  }
  .partInfoWrap.reverse .partPhotos a.photoItem > p {
    justify-content: flex-start;
    border-right: inherit;
    border-left: 1px solid #333;
    margin-right: inherit;
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .partInfoWrap {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 767px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .partInfoWrap .partPhotos,
  .partInfoWrap .partContentWrap {
    flex: 0 0 100%;
  }
  .partInfoWrap .partContentWrap {
    padding-left: 0;
  }
}
.infoBlock:not(:last-of-type) {
  margin-bottom: 50px;
}
.infoBlock .infoTitle {
  position: relative;
  border-top: 1px solid #333;
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.infoBlock .infoTitle h2.title {
  font-size: 1.8em;
  letter-spacing: 4px;
}
.infoBlock .infoTitle h2.title span {
  font-size: 8pt;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px 5px;
  writing-mode: tb-rl;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  background-color: #fff;
}
.infoBlock .infoContent {
  padding-left: 10px;
}
ol.checkList,
ol.checkList li {
  list-style: decimal;
}
ol.checkList {
  padding-left: 20px;
}
ol.checkList li {
  padding-left: 5px;
}
.checkList li {
  font-size: 1.1em;
  position: relative;
  padding-left: 25px;
  text-align: justify;
}
.checkList:not(.num) li:before {
  content: "\e080";
  font-family: "simple-line-icons";
  color: #ffffff;
  background-color: #4a724c;
  border-radius: 100%;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  left: 0px;
  top: 4px;
}
.checkList li:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.checkList.square:not(.num) li:before {
  content: "\e080";
  /* font: normal normal normal 14px/1 FontAwesome; */
  background-color: transparent;
  color: #555;
  font-size: 14pt;
  transform: translateY(2px);
}
.checkList.square li {
  display: flex;
  flex-direction: column;
}
.checkList.square li span.text {
  font-size: 1.2em;
}
.checkList.square li span.direction {
  font-weight: 300;
}
.panelBorder {
  padding: 50px;
  border: 1px solid #ccc;
  border-bottom: none;
  opacity: 0;
  transform: translateY(30%);
  transition: all 1s ease 0.5s;
}
.inScreen.panelBorder {
  opacity: 1;
  transform: translateY(0%);
}
dl.detailTable {
  display: flex;
  flex-direction: column;
}
dl.detailTable .dItem {
  display: flex;
  padding: 10px 0;
}
dl.detailTable .dItem:not(:last-of-type) {
  padding-bottom: 10px;
  border-bottom: 1px dashed #999;
}
dl.detailTable .dItem dt.dTitle,
dl.detailTable .dItem dd.dContent {
  font-size: 1.1em;
}
dl.detailTable .dItem dt.dTitle {
  flex: 0 0 80px;
}
dl.detailTable .dItem dd.dContent {
  margin-bottom: 0;
  font-weight: 300;
}
.colorWrap {
  padding: 50px;
  border-radius: 14px;
  margin-top: 50px;
}
@media (max-width: 576px) {
  .infoBlock .infoContent {
    padding-right: 10px;
  }
  .panelBorder {
    padding: 30px;
  }
}
/*------------------------
        jaCards
------------------------*/
.jaCards {
  display: flex;
  flex-wrap: wrap;
}
.jaCards .jaItem:hover figure {
  opacity: 0.8;
}
.jaCards .jaItem {
  flex: 0 0 calc(100% / 4 - 80px);
  margin-bottom: 100px;
  margin-left: 80px;
  position: relative;
}

.jaCards .jaItem .jaCover {
  position: relative;
  margin-bottom: 30px;
}
.jaCards .jaItem .jaCover figure {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.jaCards .jaItem .jaCover figure img {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  transform: translate(-100%);
}
.jaCards .jaItem .jaCover span.ctaDesc {
  position: absolute;
  bottom: -5px;
  left: -5px;
  padding: 2px 15px;
  background-color: #fff;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 3;
}
.jaCards .jaItem .jaContent h3 {
  font-size: 1.3em;
  text-align: justify;
  margin-bottom: 1em;
  min-height: 3em;
}
.jaCards .jaItem:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #333;
  top: 0px;
  left: -40px;
}

.jaDesc {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
.jaDesc .headlist {
  display: flex;
}
.jaDesc .headlist .headImg {
  flex: 0 0 40px;
  border-radius: 100%;
  overflow: hidden;
  margin-left: -10px;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0 0 0 / 0.3);
}
.jaDesc .headlist .headImg:first-of-type {
  margin-left: 0;
}
.jaDesc .headlist .headImg img {
  aspect-ratio: 1 / 1;
}
.jaTags {
  display: flex;
  flex-wrap: wrap;
}
.jaTags .tag {
  color: #999;
  font-weight: 300;
}
.jaTags .tag:not(:first-of-type) {
  margin-left: 5px;
}
.jaTags .tag:before {
  content: "#";
}
@media (min-width: 1200px) {
  .jaCards .jaItem:nth-of-type(5n),
  .jaCards .jaItem:first-of-type {
    padding-left: 0;
    margin-left: 40px;
    border-left: none;
  }
  .jaCards .jaItem:nth-of-type(5n):before,
  .jaCards .jaItem:first-of-type:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .jaCards .jaItem {
    flex: 0 0 calc(100% / 3 - 80px);
  }
  .jaCards .jaItem:nth-of-type(4n),
  .jaCards .jaItem:first-of-type {
    margin-left: 40px;
    border-left: none;
  }
  .jaCards .jaItem:nth-of-type(4n):before,
  .jaCards .jaItem:first-of-type:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .jaCards {
    max-width: 400px;
    margin: 0 auto;
  }
  .jaCards .jaItem {
    flex: 0 0 100%;
    margin-left: 0;
    display: flex;
  }
  .jaCards .jaItem .jaCover span.ctaDesc {
    bottom: inherit;
    width: calc(100dvw - 200px);
    left: calc(100% + 15px);
    border: none;
    background-color: #333;
    color: #fff;
  }
  .jaCards .jaItem .jaContent {
    flex: 1 1 80%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
  }
  .jaCards .jaItem .jaContent h3 {
    font-size: 1.6em;
  }
  .jaDesc {
    flex-direction: column;
    margin-top: auto;
    margin-bottom: 30px;
  }
  .jaDesc .jaTags {
    margin-bottom: 10px;
  }
  .jaCards .jaItem .jaCover {
    flex: 0 0 120px;
  }
  .jaCards .jaItem:not(:last-of-type) {
    border-bottom: 1px solid #999;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .jaCards .jaItem:before {
    display: none;
  }
  .jaTags .tag {
    font-size: 1.2em;
  }
}
/* time table */
.timeTable {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transition: all 1s ease 0.5s;
  /* transform: translateX(-100%); */
  /* opacity: 0; */
}
.timeTable .timeLine {
  display: flex;
}
.inScreen .timeTable {
  opacity: 1;
  transform: translateX(0%);
}
.timeTable .timeLine:not(:last-of-type) {
  min-height: 40px;
}
.timeTable .timeLine span.spot {
  flex: 0 0 60px;
  position: relative;
}
.timeTable .timeLine span.spot:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #555;
  display: block;
  border-radius: 100%;
  top: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.timeTable .timeLine span.spot:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #555;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
.timeTable .timeLine:last-of-type span.spot:before {
  background: linear-gradient(0deg, transparent, #000);
}
.timeTable .timeLine .times {
  flex: 0 0 80px;
  padding-top: 4px;
  letter-spacing: 1px;
}
.timeTable .timeLine .introl {
  padding-bottom: 30px;
  font-size: 1.4em;
  text-align: justify;
  letter-spacing: 1px;
  color: #555;
}
.timeTable .timeLine.introl-replaced {
}
.timeTable .timeLine.introl-replaced .times {
  font-size: 1.4em;
  transform: translate(-4px, -5px);
  padding-bottom: 20px;
  flex: 1 0 80px;
}
@media (max-width: 576px) {
  .timeTable .timeLine span.spot {
    flex: 0 0 25px;
  }
  .timeTable .timeLine .times {
    flex: 0 0 64px;
  }
}
/*-------------
    Contacts
--------------*/
.headCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.headCenter .pageTitle > h1 {
  align-items: center;
  justify-content: center;
}
.contactContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 40dvh;
}
.contactContent > a.reservation {
  margin-top: auto;
  margin-left: auto;
  min-width: 300px;
}
.contactContent p {
  font-size: 1.4em;
  letter-spacing: 1px;
  text-align: justify;
  line-height: 2;
  overflow: hidden;
}
.contactContent p > span {
  transition: all 2s ease;
  opacity: 0;
  transform: translateY(100%);
}
.inScreen .contactContent p > span {
  display: block;
  opacity: 1;
  transform: translateY(0%);
}
.inScreen .contactContent p:nth-of-type(1) > span {
  transition-delay: 0s;
}
.inScreen .contactContent p:nth-of-type(2) > span {
  transition-delay: 1s;
}
.inScreen .contactContent p:nth-of-type(3) > span {
  transition-delay: 2s;
}
.contactContent > a.reservation {
  opacity: 0;
}
.inScreen .contactContent > a.reservation {
  opacity: 1;
  animation-delay: 3s;
}
.contactContent p:not(:last-of-type) {
  margin-bottom: 1.4em;
}
.contactCover {
  overflow: hidden;
  border-radius: 14px;
}
@media (max-width: 576px) {
  .contactContent > a.reservation {
    margin: 40px auto 0;
  }
}

ul.sdgsIcon {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
ul.sdgsIcon img {
  max-width: 70px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  ul.sdgsIcon li:not(:last-of-type) {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  ul.sdgsIcon li {
    flex: 0 0 calc(100% / 5 - 10px);
    margin: 0 5px 10px;
  }
  ul.sdgsIcon li img {
    max-width: 100%;
    width: 100%;
  }
}
.cateList {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.cateList .cateItem:not(:last-of-type) {
  margin-right: 15px;
}
.cateList .cateItem {
  margin-bottom: 10px;
}
.cateList .cateItem .cateLink {
  display: block;
  padding: 15px 30px;
  border: 1px solid #ccc;
  border-radius: 30px;
}
.cateList .cateItem .cateLink:hover,
.cateList .cateItem .cateLink.active {
  background-color: var(--dark);
  color: #fff;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cateList .cateItem .cateLink {
    padding: 8px 16px;
  }
}
/*---------------------
    carbonCounterWrap
---------------------*/
.carbonCounterWrap {
}
.carbonCounterWrap .ccInter {
  display: flex;
}
.carbonCounterWrap .ccInter .ccItem {
  flex: 0 0 calc(100% / 3 - 40px);
  margin: 0 20px 40px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.carbonCounterWrap .ccInter .ccItem select {
  padding: 10px;
  outline: none;
  border-radius: 12px;
  width: 100%;
  text-align: center;
}
.carbonCounterWrap .ccInter .ccItem:not(:last-of-type) {
  border-right: 1px solid #666;
}
@media (max-width: 576px) {
  .carbonCounterWrap .ccInter {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .carbonCounterWrap .ccInter .ccItem {
    flex: 0 0 100%;
    margin: 0;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .carbonCounterWrap .ccInter .ccItem:not(:last-of-type) {
    border: none;
  }
}
@media (max-width: 767px) {
  table.flex-table,
  table.flex-table thead,
  table.flex-table tbody,
  table.flex-table th,
  table.flex-table td,
  table.flex-table tr {
    display: block;
  }
  table.flex-table thead {
    display: none;
  }
  table.flex-table {
    border: none;
  }
  table.flex-table td {
    position: relative;
    padding-left: 50% !important;
    border: 1px solid #ccc !important;
  }
  table.flex-table td::before {
    content: attr(data-text);
    position: absolute;
    left: 10px;
    font-weight: bold;
    white-space: nowrap;
  }
  table.flex-table tr {
    margin-bottom: 30px;
    border: 1px solid #000;
  }
  .sdgsModal.active {
    min-width: inherit;
    max-width: calc(100% - 40px) !important;
  }
  .smWrap {
    width: 100%;
  }
}
.sdgsModal {
  position: fixed;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  opacity: 0;
  width: 80%;
  max-width: 400px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 20px;
  transition: top 0.5s ease, opacity 0.5s ease;
  z-index: 1000;
}

.sdgsModal.active {
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  width: 100dvw;
  max-width: 960px;
  max-height: 90dvh;
  overflow-y: auto;
}

.sdgsModal .numAnimation {
  font-size: 2.5em;
  text-align: center;
  margin: 10px 0;
}

.sdgsModal .introl {
  text-align: center;
  font-size: 1em;
  color: #333;
}
.sdgsBackground {
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  background-color: rgba(0 0 0 / 0.3);
  top: 0px;
  left: -101dvw;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.sdgsBackground.active {
  left: 0px;
  opacity: 1;
  visibility: visible;
}
.sdgsBackground:hover {
  opacity: 1;
}
.smWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
#carbonTable {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
}
#carbonTable th,
#carbonTable td {
  border: 1px solid #ccc;
  padding: 6px 12px;
  text-align: center;
}
#carbonTable th {
  background: #f5f5f5;
}
@media (max-width: 576px) {
  .smWrap {
    padding-top: 0;
  }
}
/*----------------------
 hcWrap 
----------------------*/
@media (min-width: 992px) {
  .hsItem {
    transition: all 0.3s ease;
  }
  .hsWrap:not(.reverse) .hsItem:last-of-type.is-shorter.stickon {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 50%;
  }
  .hsWrap:not(.reverse) .hsItem:first-of-type.is-shorter.stickon {
    position: fixed;
    bottom: 0px;
    right: inherit;
    width: 50%;
    left: 0px;
  }
  .hsWrap:not(.reverse) .hsItem:first-of-type.is-shorter.stickon + .hsItem {
    margin-left: auto;
  }
  .hsWrap.reverse .hsItem:first-of-type.is-shorter.stickon {
    position: fixed;
    bottom: 20px;
    right: 0px;
    width: 50%;
    left: inherit;
  }
  .hsWrap.reverse .hsItem:first-of-type.is-shorter.stickon + .hsItem {
    margin-right: auto;
  }
  .hsWrap.reverse .hsItem:last-of-type.is-shorter.stickon {
    position: fixed;
    bottom: 20px;
    right: inherit;
    width: 50%;
    left: 0px;
  }
  .hsItem.is-shorter.stickoff {
    margin-top: auto;
  }
}

/* go slow page*/
.coverText img {
  border-radius: 14px;
  margin-bottom: 50px;
}
.coverText h2,
.coverText p {
  transform: translateY(100%);
  opacity: 0;
  transition: all 1s ease 1s;
}
.coverText h2 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
.coverText h2:before {
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 1px;
  background-color: #999;
  left: 50%;
  bottom: -40px;
}
.inScreen.coverText h2,
.inScreen.coverText p {
  transform: translateY(0);
  opacity: 1;
}
.introlContent {
  max-width: 576px;
  margin: 0 auto;
  padding-top: 100px;
}
.introlContent p {
  text-align: center;
  font-weight: 300;
  font-size: 16pt;
  opacity: 0;
  transform: translateY(20%);
  transition: all 1s ease;
}
.introlContent.inScreen p {
  opacity: 1;
  transform: translateY(0%);
}
.introlContent.inScreen p:nth-of-type(1) {
  transition-delay: 0s;
}
.introlContent.inScreen p:nth-of-type(2) {
  transition-delay: 0.3s;
}
.introlContent.inScreen p:nth-of-type(3) {
  transition-delay: 0.6s;
}
.introlContent.inScreen p:nth-of-type(4) {
  transition-delay: 0.9s;
}
.introlContent.inScreen p:nth-of-type(5) {
  transition-delay: 1.2s;
}
.introlContent.inScreen p:nth-of-type(6) {
  transition-delay: 1.5s;
}
.introlContent.inScreen p:nth-of-type(7) {
  transition-delay: 1.8s;
}
.introlContent p.lead {
  font-weight: 400;
}
.introlContent p:not(:last-of-type) {
  margin-bottom: 1.4em;
}
@media (max-width: 576px) {
  .introlContent {
    padding-top: 30px;
  }
  .introlContent p {
    font-size: 12pt;
    text-align: justify;
  }
  .introlContent p.lead {
    text-align: center;
  }
  .coverText img {
    margin-bottom: 0;
  }
}

/*textIntrol*/
.textIntrol h2 {
  display: flex;
  flex-direction: column;
  font-size: 4em;
  margin-bottom: 50px;
}
.textIntrol h2 span.small {
  font-size: 0.4em;
}
.textIntrol p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.textIntrol p {
  font-weight: 300;
}
@media (max-width: 767px) {
  .textIntrol h2 {
    font-size: 2.4em;
    text-align: center;
  }
}
/*heroTwoPhoto*/
.heroTwoPhoto {
  display: flex;
}
.heroTwoPhoto .htpContent {
  position: absolute;
}
.heroTwoPhoto .htpItem {
  flex: 0 0 50%;
}
/*----------------
  Question Card
-----------------*/
.questionCardWrap {
  padding: 50px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0 0 0 / 0.1);
}
.questionCard {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 1px solid #999;
}
.questionCard:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: rgba(0 0 0 / 0.1);
  transition: all 0.3s ease;
  opacity: 0;
  left: 0px;
  bottom: 0px;
}
.questionCard.answered:after {
  height: 100%;
  opacity: 1;
}
.questionCard.answered {
  margin-bottom: 50px;
  border-color: transparent;
}
.cardTitle {
  text-align: center;
  margin-bottom: 30px;
}
.cardTitle h3 {
  font-size: 3em;
}
.cardContent {
  width: max-content;
}
.cardContent label {
  display: flex;
  align-items: center;
}
.cardContent label input {
  display: none;
}
.cardContent label span.radioSquare {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #333;
}
.cardContent label span.radioSquare:before {
  content: "";
  position: absolute;
  background-color: #333;
  height: 0%;
  width: 0%;
  transition: all 0.2s ease;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cardContent label span.radioSquare.selected:before {
  height: 100%;
  width: 100%;
}
.cardContent label span.text {
  font-size: 1.8em;
  margin-left: 10px;
}
.resultWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.resultWrap h2 {
  margin-bottom: 20px;
}
.resultImg {
  width: 100%;
  max-width: 767px;
  margin-bottom: 30px;
}
.resultImg img {
  opacity: 1;
}
#resultText {
  text-align: center;
}
@media (max-width: 576px) {
  .questionCardWrap {
    padding: 30px 15px;
  }
  .cardTitle h3 {
    font-size: 2em;
  }
  .cardContent label span.text {
    font-size: 15pt;
    flex: 1 0 calc(100% - 35px);
  }
  .cardContent {
    width: 100%;
  }
  .cardContent label {
    align-items: flex-start;
  }
  .cardContent label span.radioSquare {
    margin-top: 5px;
  }
}

/*-----------------------*/
.CommentList {
}
.CommentList .comItem {
  padding: 0 20px;
}
.CommentList .comItem .comWrap {
  border: 2px solid #000;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
}
.CommentList .comItem .comWrap .comHead {
  display: flex;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #ccc;
  background-color: var(--dust);
  position: relative;
}
.CommentList .comItem .comWrap .comHead:after {
  content: "...";
  display: block;
  position: absolute;
  top: 2px;
  right: 15px;
  font-size: 1.4em;
}
.CommentList .comItem .comWrap .comHead .headCover {
  flex: 0 0 30px;
  overflow: hidden;
  border-radius: 100%;
}
.CommentList .comItem .comWrap .comHead h3 {
  font-size: 1em;
  padding-left: 10px;
}
.CommentList .comItem .comWrap .comContent {
  padding: 10px;
}
.CommentList .comItem .comWrap .comContent .introl {
  display: flex;
}
.CommentList .comItem .comWrap .comContent .introl .cover .bg-cover {
  width: 20px;
  overflow: hidden;
  border-radius: 100%;
  margin-top: 2px;
}
.CommentList .comItem .comWrap .comContent .introl p {
  font-size: 1em;
  padding-left: 10px;
}

/* 文章篩選動畫效果 */
.newsItem {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.newsItem.fadeIn {
  opacity: 1;
  transform: translateY(0);
}

.newsItem:not(.fadeIn) {
  opacity: 0;
  transform: translateY(10px);
}

/* 分類標籤 hover 效果 */
.cateLink {
  transition: all 0.3s ease;
}

.cateLink:hover {
  color: var(--maincolor) !important;
  transform: translateY(-2px);
}
