@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
.facList .facItem, .aboutArea .decoTextBox .right .bottom svg, .aboutArea .decoTextBox .right .top svg, .aboutArea .decoTextBox .left svg, .aboutArea .decoTextBox .left, .newsBox .decoBorder, .catalogList .Txt .title, .catalogList .btnBox .btn img, .catalogList .btnBox, .catalogList .Img, .catalogList .circle, .catalogList .catalogItem, .bannerBox .innerBlock .decoText .decoBorder, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #414535;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    background-color: #b0644b;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
  margin-top: -115px;
}

.bannerArea {
  position: relative;
  padding-top: 90px;
}
@media (max-width: 1180px) {
  .bannerArea {
    padding-top: 110px;
  }
  .bannerArea .wrap {
    margin-bottom: -40px;
  }
}
@media (max-width: 480px) {
  .bannerArea .wrap {
    margin-bottom: -50px;
  }
}
.bannerArea::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/deco/banner-bg.png");
  background-position: center top;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.8s 0.5s ease-in-out;
  transition: all 0.8s 0.5s ease-in-out;
}
.bannerArea .decoBg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #414535;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  /* 電腦版動畫 */
}
@media (min-width: 992px) {
  .bannerArea .decoBg {
    -webkit-clip-path: inset(42.5% 0 57.5% 0);
            clip-path: inset(42.5% 0 57.5% 0);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
}
.bannerArea .decoBg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(50% - 75px);
  background-image: url("../images/deco/banner-bg.png");
  background-position: center top;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.06;
  pointer-events: none;
}
.bannerArea .decoBg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(50% + 75px);
  background-color: #eae5d9;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  /* 手機版動畫 */
}
@media (max-width: 991px) {
  .bannerArea .decoBg::after {
    height: 100%;
  }
}
.bannerArea .scrollDown {
  position: relative;
  display: block;
  width: 54px;
  margin: 50px auto 0;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all 0.8s 2.2s ease-in-out;
  transition: all 0.8s 2.2s ease-in-out;
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    margin-top: 30px;
  }
}
.bannerArea .scrollDown span.text {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  color: #414535;
  margin-bottom: 20px;
}
.bannerArea .scrollDown span.line {
  position: relative;
  display: block;
  width: 1px;
  height: 105px;
  background-color: #eae5d9;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #757575;
  top: 0;
  left: 0;
  z-index: 2;
}

.bannerBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2;
}
@media (max-width: 1180px) {
  .bannerBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991px) {
  .bannerBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}
.bannerBox .leftBox {
  width: 25%;
  opacity: 0;
  -webkit-transform: translateX(134.5%);
          transform: translateX(134.5%);
  -webkit-transition: opacity 0.5s 0.3s ease-in-out, -webkit-transform 0.8s 0.5s ease-in-out;
  transition: opacity 0.5s 0.3s ease-in-out, -webkit-transform 0.8s 0.5s ease-in-out;
  transition: opacity 0.5s 0.3s ease-in-out, transform 0.8s 0.5s ease-in-out;
  transition: opacity 0.5s 0.3s ease-in-out, transform 0.8s 0.5s ease-in-out, -webkit-transform 0.8s 0.5s ease-in-out;
}
@media (max-width: 1599px) {
  .bannerBox .leftBox {
    width: 30%;
    -webkit-transform: translateX(104%);
            transform: translateX(104%);
  }
}
@media (max-width: 1399px) {
  .bannerBox .leftBox {
    width: 25%;
    -webkit-transform: translateX(137.5%);
            transform: translateX(137.5%);
  }
}
@media (max-width: 1299px) {
  .bannerBox .leftBox {
    width: 28%;
    -webkit-transform: translateX(116.5%);
            transform: translateX(116.5%);
  }
}
@media (max-width: 1180px) {
  .bannerBox .leftBox {
    width: 24%;
    -webkit-transform: translateX(148.5%);
            transform: translateX(148.5%);
  }
}
@media (max-width: 991px) {
  .bannerBox .leftBox {
    display: none;
  }
}
.bannerBox .centralBox {
  position: relative;
  width: 50%;
  max-width: 560px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1599px) {
  .bannerBox .centralBox {
    width: 40%;
    max-width: 520px;
  }
}
@media (max-width: 1399px) {
  .bannerBox .centralBox {
    width: 50%;
  }
}
@media (max-width: 1299px) {
  .bannerBox .centralBox {
    width: 44%;
  }
}
@media (max-width: 1180px) {
  .bannerBox .centralBox {
    width: 52%;
  }
}
@media (max-width: 991px) {
  .bannerBox .centralBox {
    width: 100%;
    max-width: none;
    padding: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 56px;
  }
}
@media (max-width: 450px) {
  .bannerBox .centralBox {
    margin-bottom: 40px;
  }
}
.bannerBox .rightBox {
  width: 25%;
  opacity: 0;
  -webkit-transform: translateX(-134.5%);
          transform: translateX(-134.5%);
  -webkit-transition: opacity 0.5s 0.3s ease-in-out, -webkit-transform 0.8s 0.5s ease-in-out;
  transition: opacity 0.5s 0.3s ease-in-out, -webkit-transform 0.8s 0.5s ease-in-out;
  transition: opacity 0.5s 0.3s ease-in-out, transform 0.8s 0.5s ease-in-out;
  transition: opacity 0.5s 0.3s ease-in-out, transform 0.8s 0.5s ease-in-out, -webkit-transform 0.8s 0.5s ease-in-out;
}
@media (max-width: 1599px) {
  .bannerBox .rightBox {
    width: 30%;
    -webkit-transform: translateX(-104%);
            transform: translateX(-104%);
  }
}
@media (max-width: 1399px) {
  .bannerBox .rightBox {
    width: 25%;
    -webkit-transform: translateX(-137.5%);
            transform: translateX(-137.5%);
  }
}
@media (max-width: 1299px) {
  .bannerBox .rightBox {
    width: 28%;
    -webkit-transform: translateX(-116.5%);
            transform: translateX(-116.5%);
  }
}
@media (max-width: 1180px) {
  .bannerBox .rightBox {
    width: 24%;
    -webkit-transform: translateX(-148.5%);
            transform: translateX(-148.5%);
  }
}
@media (max-width: 991px) {
  .bannerBox .rightBox {
    display: none;
  }
}
.bannerBox .Txt {
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .bannerBox .Txt {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .bannerBox .Txt.pc {
    display: none;
  }
}
.bannerBox .Txt .subtitle {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: normal;
  color: #414535;
  padding: 0 10px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.8s 1.5s ease-in-out;
  transition: all 0.8s 1.5s ease-in-out;
}
@media (max-width: 1299px) {
  .bannerBox .Txt .subtitle {
    font-size: 17px;
  }
}
@media (max-width: 1180px) {
  .bannerBox .Txt .subtitle {
    font-size: 16px;
  }
  .bannerBox .Txt .subtitle::before, .bannerBox .Txt .subtitle::after {
    height: 14px;
  }
}
@media (max-width: 991px) {
  .bannerBox .Txt .subtitle {
    font-size: 17px;
  }
}
@media (max-width: 450px) {
  .bannerBox .Txt .subtitle {
    font-size: 15px;
  }
}
.bannerBox .Txt .subtitle::before {
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #414535;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 3px;
  right: auto;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 450px) {
  .bannerBox .Txt .subtitle::before {
    height: 14px;
    bottom: 4px;
  }
}
.bannerBox .Txt .subtitle::after {
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #414535;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 3px;
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 450px) {
  .bannerBox .Txt .subtitle::after {
    height: 14px;
    bottom: 4px;
  }
}
.bannerBox .Txt .title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #414535;
  text-align: center;
  padding: 0 2.5rem;
  margin-top: 0.625rem;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.8s 1.6s ease-in-out;
  transition: all 0.8s 1.6s ease-in-out;
}
@media (max-width: 1299px) {
  .bannerBox .Txt .title {
    font-size: 28px;
  }
}
@media (max-width: 1180px) {
  .bannerBox .Txt .title {
    font-size: 26px;
    padding: 0 2.25rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 450px) {
  .bannerBox .Txt .title {
    display: block;
    font-size: 24px;
    padding: 0 1.875rem;
  }
}
.bannerBox .Txt .title::before {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/deco/flower.svg");
  background-size: cover;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 1299px) {
  .bannerBox .Txt .title::before {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1180px) {
  .bannerBox .Txt .title::before {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 450px) {
  .bannerBox .Txt .title::before {
    width: 24px;
    height: 24px;
  }
}
.bannerBox .Txt .title::after {
  position: absolute;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 0;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/deco/flower.svg");
  background-size: cover;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 1299px) {
  .bannerBox .Txt .title::after {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1180px) {
  .bannerBox .Txt .title::after {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 450px) {
  .bannerBox .Txt .title::after {
    width: 24px;
    height: 24px;
  }
}
.bannerBox .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px -35px 0;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.8s 1.7s ease-in-out;
  transition: all 0.8s 1.7s ease-in-out;
}
@media (max-width: 1180px) {
  .bannerBox .Txt .textBox {
    margin: 10px -35px 0;
  }
}
@media (max-width: 450px) {
  .bannerBox .Txt .textBox {
    margin: 10px -20px 0;
  }
}
.bannerBox .Txt .textBox .text {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5em;
  line-height: normal;
  color: #414535;
  padding: 0 35px;
}
@media (max-width: 1180px) {
  .bannerBox .Txt .textBox .text {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .bannerBox .Txt .textBox .text {
    padding: 0 20px;
    font-size: 16px;
  }
}
.bannerBox .Txt .textBox .text + .text::before {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #414535;
  position: absolute;
  top: 50%;
  left: -10px;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 1180px) {
  .bannerBox .Txt .textBox .text + .text::before {
    width: 18px;
  }
}
@media (max-width: 450px) {
  .bannerBox .Txt .textBox .text + .text::before {
    width: 16px;
  }
}
.bannerBox .Txt .textBox .text + .text::after {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #414535;
  position: absolute;
  top: 50%;
  left: -10px;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 1180px) {
  .bannerBox .Txt .textBox .text + .text::after {
    width: 18px;
  }
}
@media (max-width: 450px) {
  .bannerBox .Txt .textBox .text + .text::after {
    width: 16px;
  }
}
.bannerBox .Txt .smallImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: 1.25rem;
}
@media (max-width: 450px) {
  .bannerBox .Txt .smallImg {
    margin-top: 1rem;
  }
}
.bannerBox .Txt .smallImg .Img {
  width: 137px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.8s 1.8s ease-in-out;
  transition: all 0.8s 1.8s ease-in-out;
}
@media (max-width: 450px) {
  .bannerBox .Txt .smallImg .Img {
    width: 100px;
  }
}
.bannerBox .Txt .smallImg .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerBox .topText {
  position: relative;
  margin-bottom: 1.875rem;
}
@media (max-width: 991px) {
  .bannerBox .topText {
    margin-bottom: 0;
  }
}
.bannerBox .topText .avocadoText {
  margin-bottom: 1.875rem;
}
.bannerBox .topText .avocadoText .Img {
  width: 221px;
  margin: 0 auto;
  opacity: 0;
}
@media (min-width: 992px) {
  .bannerBox .topText .avocadoText .Img {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 0.8s 1.3s ease-in-out;
    transition: all 0.8s 1.3s ease-in-out;
  }
}
@media (max-width: 1180px) {
  .bannerBox .topText .avocadoText .Img {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .bannerBox .topText .avocadoText .Img {
    width: 190px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.8s 0.2s ease-in-out;
    transition: all 0.8s 0.2s ease-in-out;
  }
}
@media (max-width: 450px) {
  .bannerBox .topText .avocadoText .Img {
    width: 160px;
  }
}
@media (max-width: 375px) {
  .bannerBox .topText .avocadoText .Img {
    width: 150px;
  }
}
.bannerBox .topText .avocadoText .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerBox .topText .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .bannerBox .topText .bottom {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .bannerBox .topText .bottom {
    max-width: none;
  }
}
.bannerBox .topText .textBox {
  width: 90px;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  /* 電腦版動畫 */
  /* 手機板動畫 */
}
@media (min-width: 992px) {
  .bannerBox .topText .textBox {
    -webkit-transition: all 0.8s 1.3s ease-in-out;
    transition: all 0.8s 1.3s ease-in-out;
  }
}
@media (max-width: 991px) {
  .bannerBox .topText .textBox {
    -webkit-transition: all 0.8s 0.5s ease-in-out;
    transition: all 0.8s 0.5s ease-in-out;
  }
}
@media (max-width: 450px) {
  .bannerBox .topText .textBox {
    width: 75px;
  }
}
.bannerBox .topText .textBox .text {
  font-family: "Noto Serif JP", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.7;
  color: #b1a595;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: 260px;
}
@media (max-width: 1180px) {
  .bannerBox .topText .textBox .text {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .bannerBox .topText .textBox .text {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .bannerBox .topText .textBox .text {
    font-size: 13px;
    line-height: 1.5;
  }
}
.bannerBox .topText .logoBox {
  width: calc(100% - 190px);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  /* 電腦版動畫 */
  /* 手機版動畫 */
}
@media (min-width: 992px) {
  .bannerBox .topText .logoBox {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
@media (max-width: 991px) {
  .bannerBox .topText .logoBox {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transition: all 0.8s 0.2s ease-in-out;
    transition: all 0.8s 0.2s ease-in-out;
  }
}
@media (max-width: 450px) {
  .bannerBox .topText .logoBox {
    width: calc(100% - 150px);
  }
}
.bannerBox .topText .logoBox .Img {
  width: 120px;
  margin: 20px auto 0;
}
@media (max-width: 1180px) {
  .bannerBox .topText .logoBox .Img {
    width: 110px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .bannerBox .topText .logoBox .Img {
    width: 120px;
  }
}
@media (max-width: 450px) {
  .bannerBox .topText .logoBox .Img {
    width: 100px;
  }
}
@media (max-width: 375px) {
  .bannerBox .topText .logoBox .Img {
    width: 90px;
  }
}
.bannerBox .topText .logoBox .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerBox .topText .sinceBox {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 98px;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  /* 電腦版動畫 */
}
@media (max-width: 1180px) {
  .bannerBox .topText .sinceBox {
    row-gap: 60px;
  }
}
@media (min-width: 992px) {
  .bannerBox .topText .sinceBox {
    -webkit-transition: all 0.8s 1.3s ease-in-out;
    transition: all 0.8s 1.3s ease-in-out;
  }
}
@media (max-width: 991px) {
  .bannerBox .topText .sinceBox {
    row-gap: 70px;
    -webkit-transition: all 0.8s 0.5s ease-in-out;
    transition: all 0.8s 0.5s ease-in-out;
  }
}
@media (max-width: 450px) {
  .bannerBox .topText .sinceBox {
    width: 75px;
  }
}
.bannerBox .topText .sinceBox .text {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  color: #b1a595;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .bannerBox .topText .sinceBox .text {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .bannerBox .topText .sinceBox .text {
    font-size: 13px;
  }
}
.bannerBox .topText .sinceBox .text.date {
  position: relative;
  margin-left: auto;
  padding-top: 10px;
}
.bannerBox .topText .sinceBox .text.date::before {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #b1a595;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
}
.bannerBox .topText .sinceBox .text.date span {
  display: block;
  line-height: 1;
}
.bannerBox .topText .sinceBox .text:last-child {
  margin-top: 15px;
}
.bannerBox .mobileImgBox {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .bannerBox .mobileImgBox {
    display: none;
  }
}
.bannerBox .mobileTxt {
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  margin-top: 2.25rem;
}
@media (min-width: 992px) {
  .bannerBox .mobileTxt {
    display: none;
  }
}
.bannerBox .innerBlock {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 3rem;
}
@media (max-width: 991px) {
  .bannerBox .innerBlock {
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
}
@media (max-width: 450px) {
  .bannerBox .innerBlock {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.bannerBox .innerBlock .decoTextBox {
  width: 110px;
  margin-bottom: 2.25rem;
}
@media (max-width: 1399px) {
  .bannerBox .innerBlock .decoTextBox {
    width: 80px;
  }
}
@media (max-width: 1180px) {
  .bannerBox .innerBlock .decoTextBox {
    width: 52px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (max-width: 991px) {
  .bannerBox .innerBlock .decoTextBox {
    width: 45px;
  }
}
@media (max-width: 450px) {
  .bannerBox .innerBlock .decoTextBox {
    width: 40px;
  }
}
.bannerBox .innerBlock .decoText {
  position: relative;
  width: 50px;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  /* 電腦版動畫 */
}
@media (max-width: 1180px) {
  .bannerBox .innerBlock .decoText {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .bannerBox .innerBlock .decoText {
    -webkit-transition: all 0.8s 1.5s ease-in-out;
    transition: all 0.8s 1.5s ease-in-out;
  }
}
@media (max-width: 991px) {
  .bannerBox .innerBlock .decoText {
    width: 100%;
    /* 手機版動畫 */
    -webkit-transition: all 0.8s 0.7s ease-in-out;
    transition: all 0.8s 0.7s ease-in-out;
  }
}
.bannerBox .innerBlock .decoText span {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 45px;
  color: #414535;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 1299px) {
  .bannerBox .innerBlock .decoText span {
    font-size: 19px;
  }
}
@media (max-width: 1180px) {
  .bannerBox .innerBlock .decoText span {
    font-size: 16px;
    line-height: 37px;
  }
}
@media (max-width: 991px) {
  .bannerBox .innerBlock .decoText span {
    font-size: 18px;
    line-height: 42px;
  }
}
@media (max-width: 450px) {
  .bannerBox .innerBlock .decoText span {
    font-size: 16px;
    line-height: 37px;
  }
}
.bannerBox .innerBlock .decoText .decoBorder {
  position: absolute;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  left: 2.5px;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .bannerBox .innerBlock .decoText .decoBorder {
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    left: 1.5px;
  }
}
.bannerBox .innerBlock .decoText .decoBorder .dotBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bannerBox .innerBlock .decoText .decoBorder .dotBox .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #414535;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
}
.bannerBox .innerBlock .decoText .decoBorder .dotBox .dot:nth-child(1) {
  top: 0;
  left: 0;
}
.bannerBox .innerBlock .decoText .decoBorder .dotBox .dot:nth-child(2) {
  top: 0;
  right: 0;
}
.bannerBox .innerBlock .decoText .decoBorder .dotBox .dot:nth-child(3) {
  bottom: 0;
  left: 0;
}
.bannerBox .innerBlock .decoText .decoBorder .dotBox .dot:nth-child(4) {
  bottom: 0;
  right: 0;
}
.bannerBox .innerBlock .decoText .decoBorder .borderBox {
  position: absolute;
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bannerBox .innerBlock .decoText .decoBorder .borderBox .border {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bannerBox .innerBlock .decoText .decoBorder .borderBox .border::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #414535;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.bannerBox .innerBlock .decoText .decoBorder .borderBox .border::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #414535;
  -webkit-transition: all 0.8s ease-in-out 0.2s;
  transition: all 0.8s ease-in-out 0.2s;
}
.bannerBox .innerBlock .decoText .decoBorder .borderBox .border.top::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.bannerBox .innerBlock .decoText .decoBorder .borderBox .border.top::after {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
.bannerBox .innerBlock .decoText .decoBorder .borderBox .border.bottom::before {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
}
.bannerBox .innerBlock .decoText .decoBorder .borderBox .border.bottom::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.bannerBox .innerBlock .imgBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  row-gap: 2.25rem;
}
@media (max-width: 991px) {
  .bannerBox .innerBlock .imgBox {
    -webkit-clip-path: inset(0 50% 0 50%);
            clip-path: inset(0 50% 0 50%);
    -webkit-transition: all 0.8s 0.5s ease-in-out;
    transition: all 0.8s 0.5s ease-in-out;
  }
}
.bannerBox .innerBlock .title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: normal;
  color: #eae5d9;
  padding: 8px 0;
  opacity: 0;
  -webkit-clip-path: inset(0 50% 0 50%);
          clip-path: inset(0 50% 0 50%);
  -webkit-transition: all 0.8s 1.2s ease-in-out;
  transition: all 0.8s 1.2s ease-in-out;
}
@media (max-width: 1299px) {
  .bannerBox .innerBlock .title {
    font-size: 28px;
  }
}
@media (max-width: 1180px) {
  .bannerBox .innerBlock .title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .bannerBox .innerBlock .title {
    display: none;
  }
}
.bannerBox .innerBlock .title::before, .bannerBox .innerBlock .title::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eae5d9;
}
.bannerBox .innerBlock .title::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.bannerBox .innerBlock .title::after {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
}
.bannerBox .innerBlock .Img {
  width: 100%;
  max-width: 240px;
}
@media (max-width: 1399px) {
  .bannerBox .innerBlock .Img {
    max-width: 220px;
  }
}
@media (max-width: 1180px) {
  .bannerBox .innerBlock .Img {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  .bannerBox .innerBlock .Img {
    max-width: 190px;
  }
}
.bannerBox .innerBlock .Img.right {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .bannerBox .innerBlock .Img.right {
    -webkit-clip-path: inset(0 0 0 50%);
            clip-path: inset(0 0 0 50%);
  }
}
.bannerBox .innerBlock .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.catalogArea {
  position: relative;
  padding: 130px 0 60px;
}
.catalogArea::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f5f4ee;
  pointer-events: none;
  z-index: -2;
}
@media (max-width: 1180px) {
  .catalogArea {
    padding: 130px 0 60px;
  }
}
@media (max-width: 991px) {
  .catalogArea .wrap {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .catalogArea {
    padding: 130px 0 60px;
  }
}
@media (max-width: 575px) {
  .catalogArea .wrap {
    padding: 0 25px;
  }
}
.catalogArea .unClick {
  pointer-events: none;
}
.catalogArea .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem 4.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .catalogArea .topBox {
    padding: 0 30px;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .catalogArea .topBox {
    padding: 0 25px;
  }
}
@media (max-width: 575px) {
  .catalogArea .topBox {
    padding: 0;
  }
}
.catalogArea .topBox .btnBox {
  margin-top: 0;
}
@media (max-width: 991px) {
  .catalogArea .topBox .btnBox .btn {
    min-width: 200px;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .catalogArea .topBox .btnBox {
    display: none;
  }
}
.catalogArea .bottomBox {
  position: relative;
}
.catalogArea .titleBox {
  padding-top: 0;
  margin-bottom: 0;
}
@media (max-width: 375px) {
  .catalogArea .titleBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.catalogArea .titleBox::before {
  display: none;
}
.catalogArea .titleBox .decoTitle {
  max-width: 610px;
}
@media (max-width: 991px) {
  .catalogArea .titleBox .decoTitle {
    max-width: 460px;
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .catalogArea .titleBox .decoTitle {
    font-size: 57px;
  }
}
@media (max-width: 575px) {
  .catalogArea .titleBox .decoTitle {
    line-height: 1;
  }
}
@media (max-width: 450px) {
  .catalogArea .titleBox .decoTitle {
    max-width: 370px;
    font-size: 48px;
  }
}
@media (max-width: 375px) {
  .catalogArea .titleBox .decoTitle {
    text-align: center;
  }
}
.catalogArea .titleBox .title {
  position: absolute;
  width: 100%;
  max-width: 270px;
  right: 0;
  bottom: 28px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .catalogArea .titleBox .title {
    max-width: 190px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .catalogArea .titleBox .title {
    max-width: 180px;
    bottom: 15px;
  }
}
@media (max-width: 450px) {
  .catalogArea .titleBox .title {
    font-size: 16px;
    letter-spacing: 0.18em;
    max-width: 155px;
    bottom: 10px;
  }
}
@media (max-width: 375px) {
  .catalogArea .titleBox .title {
    position: relative;
    bottom: 0;
    margin-top: 10px;
  }
}

.catalogBox {
  position: relative;
  text-align: center;
}
.catalogBox .controlBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 450px) {
  .catalogBox .controlBox {
    display: none;
  }
}
.catalogBox .controlBox .prevArrow,
.catalogBox .controlBox .nextArrow {
  position: absolute;
  top: 50%;
  pointer-events: auto;
}
@media (max-width: 575px) {
  .catalogBox .controlBox .prevArrow,
  .catalogBox .controlBox .nextArrow {
    width: 65px;
    height: 65px;
  }
}
.catalogBox .controlBox .prevArrow .border,
.catalogBox .controlBox .nextArrow .border {
  color: #b4b1a4;
}
.catalogBox .controlBox .prevArrow .angle,
.catalogBox .controlBox .nextArrow .angle {
  color: #414535;
}
.catalogBox .controlBox .prevArrow {
  left: calc(50% - 260px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1499px) {
  .catalogBox .controlBox .prevArrow {
    left: calc(50% - 230px);
  }
}
@media (max-width: 1299px) {
  .catalogBox .controlBox .prevArrow {
    left: calc(50% - 190px);
  }
}
@media (max-width: 1180px) {
  .catalogBox .controlBox .prevArrow {
    left: calc(50% - 150px);
  }
}
@media (max-width: 991px) {
  .catalogBox .controlBox .prevArrow {
    left: calc(50% - 220px);
  }
}
@media (max-width: 768px) {
  .catalogBox .controlBox .prevArrow {
    left: calc(50% - 190px);
  }
}
@media (max-width: 640px) {
  .catalogBox .controlBox .prevArrow {
    left: calc(50% - 150px);
  }
}
@media (max-width: 575px) {
  .catalogBox .controlBox .prevArrow {
    left: calc(50% - 190px);
  }
}
@media (max-width: 480px) {
  .catalogBox .controlBox .prevArrow {
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.catalogBox .controlBox .nextArrow {
  right: calc(50% - 260px);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (max-width: 1499px) {
  .catalogBox .controlBox .nextArrow {
    right: calc(50% - 230px);
  }
}
@media (max-width: 1299px) {
  .catalogBox .controlBox .nextArrow {
    right: calc(50% - 190px);
  }
}
@media (max-width: 1180px) {
  .catalogBox .controlBox .nextArrow {
    right: calc(50% - 150px);
  }
}
@media (max-width: 991px) {
  .catalogBox .controlBox .nextArrow {
    right: calc(50% - 220px);
  }
}
@media (max-width: 768px) {
  .catalogBox .controlBox .nextArrow {
    right: calc(50% - 190px);
  }
}
@media (max-width: 640px) {
  .catalogBox .controlBox .nextArrow {
    right: calc(50% - 150px);
  }
}
@media (max-width: 575px) {
  .catalogBox .controlBox .nextArrow {
    right: calc(50% - 190px);
  }
}
@media (max-width: 480px) {
  .catalogBox .controlBox .nextArrow {
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.catalogList {
  position: relative;
}
.catalogList:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.catalogList:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 991px) {
  .catalogList:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: calc(50% - 15px);
  }
}
@media (max-width: 575px) {
  .catalogList:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.catalogList .catalogItem {
  position: relative;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.catalogList .item {
  position: relative;
  text-align: center;
  padding-top: 30px;
}
.catalogList .circle {
  position: relative;
  width: 390px;
  height: 560px;
}
@media (max-width: 1499px) {
  .catalogList .circle {
    width: 350px;
    height: 490px;
  }
}
@media (max-width: 1180px) {
  .catalogList .circle {
    width: 315px;
    height: 445px;
  }
}
@media (max-width: 1024px) {
  .catalogList .circle {
    width: 270px;
    height: 380px;
  }
}
@media (max-width: 991px) {
  .catalogList .circle {
    width: 350px;
    height: 490px;
  }
}
@media (max-width: 768px) {
  .catalogList .circle {
    width: 270px;
    height: 380px;
  }
}
@media (max-width: 575px) {
  .catalogList .circle {
    width: 350px;
    height: 500px;
  }
}
@media (max-width: 440px) {
  .catalogList .circle {
    width: 300px;
    height: 425px;
  }
}
@media (max-width: 375px) {
  .catalogList .circle {
    width: 270px;
    height: 365px;
  }
}
.catalogList .circle.mainColor {
  color: #414535;
}
.catalogList .circle.secondColor {
  color: #b0644b;
}
.catalogList .circle.thirdColor {
  color: #d4c1a6;
}
.catalogList .Img {
  position: absolute;
  width: 200px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1499px) {
  .catalogList .Img {
    width: 160px;
  }
}
@media (max-width: 1180px) {
  .catalogList .Img {
    width: 130px;
  }
}
@media (max-width: 1024px) {
  .catalogList .Img {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .catalogList .Img {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .catalogList .Img {
    width: 130px;
  }
}
@media (max-width: 575px) {
  .catalogList .Img {
    width: 180px;
  }
}
@media (max-width: 440px) {
  .catalogList .Img {
    width: 150px;
  }
}
@media (max-width: 375px) {
  .catalogList .Img {
    width: 120px;
  }
}
.catalogList .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogList .btnBox {
  position: absolute;
  margin-top: 0;
  bottom: 16px;
  right: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 1499px) {
  .catalogList .btnBox {
    right: 40px;
  }
}
@media (max-width: 1399px) {
  .catalogList .btnBox {
    right: 20px;
  }
}
@media (max-width: 1299px) {
  .catalogList .btnBox {
    right: 5px;
  }
}
@media (max-width: 991px) {
  .catalogList .btnBox {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .catalogList .btnBox {
    bottom: 8px;
    right: 15px;
  }
}
@media (max-width: 640px) {
  .catalogList .btnBox {
    right: 0;
  }
}
@media (max-width: 575px) {
  .catalogList .btnBox {
    right: 40px;
  }
}
@media (max-width: 480px) {
  .catalogList .btnBox {
    right: 0;
  }
}
.catalogList .btnBox .btn {
  padding: 0;
  min-width: 155px;
}
@media (max-width: 1499px) {
  .catalogList .btnBox .btn {
    min-width: 120px;
  }
}
@media (max-width: 375px) {
  .catalogList .btnBox .btn {
    min-width: 110px;
  }
}
.catalogList .btnBox .btn.light img {
  -webkit-filter: brightness(2);
          filter: brightness(2);
}
.catalogList .btnBox .btn.light .angle::before, .catalogList .btnBox .btn.light .angle::after {
  background-color: #d4c1a6;
}
@media (min-width: 1201px) {
  .catalogList .btnBox .btn:hover .angle {
    left: 70%;
  }
  .catalogList .btnBox .btn:hover img {
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
}
.catalogList .btnBox .btn img {
  display: block;
  width: 100px;
  height: 100px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin-left: auto;
}
@media (max-width: 1499px) {
  .catalogList .btnBox .btn img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 375px) {
  .catalogList .btnBox .btn img {
    width: 70px;
    height: 70px;
  }
}
.catalogList .btnBox .btn .angle {
  position: absolute;
  width: 105px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1499px) {
  .catalogList .btnBox .btn .angle {
    width: 85px;
  }
}
@media (max-width: 375px) {
  .catalogList .btnBox .btn .angle {
    width: 75px;
  }
}
.catalogList .btnBox .btn .angle::before, .catalogList .btnBox .btn .angle::after {
  background-color: #414535;
}
.catalogList .classTitle {
  position: absolute;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #64604f;
  width: 200px;
  top: 40px;
  right: 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 1499px) {
  .catalogList .classTitle {
    font-size: 20px;
    top: 35px;
  }
}
@media (max-width: 1399px) {
  .catalogList .classTitle {
    right: -15px;
  }
}
@media (max-width: 1299px) {
  .catalogList .classTitle {
    right: -25px;
  }
}
@media (max-width: 1249px) {
  .catalogList .classTitle {
    right: -35px;
  }
}
@media (max-width: 1180px) {
  .catalogList .classTitle {
    font-size: 18px;
  }
}
@media (max-width: 1080px) {
  .catalogList .classTitle {
    right: -50px;
  }
}
@media (max-width: 1024px) {
  .catalogList .classTitle {
    right: -40px;
  }
}
@media (max-width: 991px) {
  .catalogList .classTitle {
    top: -4.5%;
    right: 20%;
    -webkit-transform: rotate(40deg) translateX(50%);
            transform: rotate(40deg) translateX(50%);
  }
}
@media (max-width: 899px) {
  .catalogList .classTitle {
    right: 15%;
  }
}
@media (max-width: 799px) {
  .catalogList .classTitle {
    right: 10%;
  }
}
@media (max-width: 768px) {
  .catalogList .classTitle {
    top: -7%;
    right: 17%;
  }
}
@media (max-width: 680px) {
  .catalogList .classTitle {
    top: -8%;
    right: 13%;
  }
}
@media (max-width: 599px) {
  .catalogList .classTitle {
    right: 8%;
  }
}
@media (max-width: 575px) {
  .catalogList .classTitle {
    top: -5%;
    right: 20%;
  }
}
@media (max-width: 500px) {
  .catalogList .classTitle {
    top: -5%;
    right: 15%;
  }
}
@media (max-width: 400px) {
  .catalogList .classTitle {
    top: -6%;
    right: 11%;
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .catalogList .classTitle {
    top: -8%;
    right: 13%;
  }
}
@media (max-width: 340px) {
  .catalogList .classTitle {
    right: 10%;
  }
}
.catalogList .Txt {
  position: absolute;
  width: 100%;
  height: auto;
  top: 100%;
}
.catalogList .Txt .title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #64604f;
  text-align: center;
  opacity: 0;
}
.catalogList .swiper-slide.beside .catalogItem {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.catalogList .swiper-slide.beside .catalogItem .Txt .title {
  opacity: 1;
  visibility: visible;
}
.catalogList .swiper-slide.current .catalogItem .btnBox {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.catalogTextBox {
  position: relative;
  margin-top: 20px;
}
.catalogTextBox .controlBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-top: 1.5rem;
}
@media (min-width: 451px) {
  .catalogTextBox .controlBox {
    display: none;
  }
}
.catalogTextBox .controlBox .prevArrow,
.catalogTextBox .controlBox .nextArrow {
  position: relative;
}
@media (max-width: 575px) {
  .catalogTextBox .controlBox .prevArrow,
  .catalogTextBox .controlBox .nextArrow {
    width: 55px;
    height: 55px;
  }
}
.catalogTextBox .controlBox .prevArrow .border,
.catalogTextBox .controlBox .nextArrow .border {
  color: #b4b1a4;
}
.catalogTextBox .controlBox .prevArrow .angle,
.catalogTextBox .controlBox .nextArrow .angle {
  color: #414535;
}
@media (max-width: 575px) {
  .catalogTextBox .controlBox .prevArrow .angle,
  .catalogTextBox .controlBox .nextArrow .angle {
    width: 16px;
    height: 16px;
  }
}

.catalogTextList {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0;
}
@media (max-width: 1499px) {
  .catalogTextList {
    max-width: 350px;
  }
}
@media (max-width: 1180px) {
  .catalogTextList {
    max-width: 300px;
  }
}
@media (max-width: 575px) {
  .catalogTextList {
    max-width: 435px;
  }
}
.catalogTextList:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
.catalogTextList:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 991px) {
  .catalogTextList:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: calc(50% - 15px);
  }
}
@media (max-width: 575px) {
  .catalogTextList:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.catalogTextList .catalogTextItem {
  position: relative;
}
.catalogTextList .Txt {
  position: relative;
}
.catalogTextList .Txt .textBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.625rem;
  padding-bottom: 0.625rem;
  margin-bottom: 1rem;
}
.catalogTextList .Txt .textBox::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(80, 84, 66, 0.3);
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
}
@media (max-width: 440px) {
  .catalogTextList .Txt .textBox {
    padding-bottom: 0.5rem;
    margin-bottom: 0.625rem;
  }
}
.catalogTextList .Txt .title {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #64604f;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.catalogTextList .Txt .title a {
  display: block;
}
@media (max-width: 1180px) {
  .catalogTextList .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .catalogTextList .Txt .title {
    font-size: 25px;
  }
}
@media (max-width: 440px) {
  .catalogTextList .Txt .title {
    font-size: 22px;
  }
}
.catalogTextList .Txt .text {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.625;
  color: #64604f;
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 440px) {
  .catalogTextList .Txt .text {
    font-size: 14px;
  }
}
.catalogTextList .numBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media (max-width: 440px) {
  .catalogTextList .numBox {
    display: none;
  }
}
.catalogTextList .numBox span {
  position: relative;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  color: rgba(65, 69, 53, 0.5);
}
@media (max-width: 1180px) {
  .catalogTextList .numBox span {
    font-size: 16px;
  }
}
.catalogTextList .numBox span.currentText {
  font-size: 28px;
  color: #414535;
}
@media (max-width: 1180px) {
  .catalogTextList .numBox span.currentText {
    font-size: 22px;
  }
}
.catalogTextList .numBox span.totalText {
  padding-left: 0.5rem;
}
.catalogTextList .numBox span.totalText::before {
  content: "/";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  color: rgba(65, 69, 53, 0.5);
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
}
.catalogTextList .swiper-slide-active .catalogTextItem {
  -webkit-animation: slideUpAnimation 0.8s 0.5s ease-in-out both;
          animation: slideUpAnimation 0.8s 0.5s ease-in-out both;
}
.catalogTextList .swiper-slide-active .catalogTextItem .textBox::before {
  -webkit-animation: aniLine 0.8s 0.7s ease-in-out both;
          animation: aniLine 0.8s 0.7s ease-in-out both;
}

.newsArea {
  position: relative;
  padding: 100px 0;
  background-color: #414535;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .newsArea {
    padding: 60px 0;
  }
}
.newsArea::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/deco/bg.jpg");
  background-position: top center;
  background-size: cover;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  pointer-events: none;
}
.newsArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1720px;
  padding: 0;
  padding-left: 40px;
  margin: 0 0 0 auto;
}
@media (max-width: 991px) {
  .newsArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
    padding: 0 25px;
  }
}
@media (max-width: 480px) {
  .newsArea .wrap {
    padding: 0;
  }
}
.newsArea .leftBox {
  position: relative;
  width: 355px;
  padding-right: 2rem;
}
@media (max-width: 1599px) {
  .newsArea .leftBox {
    width: 300px;
  }
}
@media (max-width: 1180px) {
  .newsArea .leftBox {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .newsArea .leftBox {
    width: 100%;
    padding-right: 0;
  }
}
.newsArea .leftBox .innerWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media (max-width: 1180px) {
  .newsArea .leftBox .innerWrap {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 991px) {
  .newsArea .leftBox .innerWrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newsArea .leftBox .textEditorBox .textEditor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.newsArea .leftBox .textEditorBox .text {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.625;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 1180px) {
  .newsArea .leftBox .textEditorBox .text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .newsArea .leftBox .textEditorBox .text {
    font-size: 20px;
  }
}
.newsArea .leftBox .textEditorBox .text:nth-child(1) {
  margin-top: -1.5rem;
}
.newsArea .leftBox .btnBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .newsArea .leftBox .btnBox {
    display: none;
  }
}
.newsArea .titleBox {
  -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;
  padding-top: 0;
  padding-right: 0.625rem;
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .newsArea .titleBox .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .newsArea .titleBox .title {
    font-size: 20px;
  }
}
.newsArea .titleBox::before {
  width: 1px;
  height: 100%;
  background-color: #fff;
  left: unset;
  right: 0;
}
.newsArea .titleBox .title,
.newsArea .titleBox .decoTitle {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.newsArea .rightBox {
  position: relative;
  width: calc(100% - 355px);
  padding-top: 30px;
}
@media (max-width: 1599px) {
  .newsArea .rightBox {
    width: calc(100% - 300px);
  }
}
@media (max-width: 1180px) {
  .newsArea .rightBox {
    width: calc(100% - 250px);
  }
}
@media (max-width: 991px) {
  .newsArea .rightBox {
    width: 100%;
    padding-top: 0;
  }
}
.newsArea .btnBox.bottom {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .newsArea .btnBox.bottom {
    display: none;
  }
}

.newsBox {
  position: relative;
}
.newsBox #customDrag {
  position: absolute;
  display: none;
  width: 100px;
  height: 100px;
  pointer-events: none;
  z-index: 2;
}
.newsBox #customDrag .innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
  width: 100px;
  height: 100px;
  background-color: rgba(234, 229, 217, 0.3);
  border: 1px solid #6a6864;
  border-radius: 50%;
}
.newsBox #customDrag .innerBox svg {
  width: 56px;
  height: 20px;
  color: #6a6864;
}
.newsBox #customDrag .innerBox .text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #414535;
}
.newsBox .newsList {
  width: 100%;
  height: 100%;
  margin-top: -30px;
}
@media (max-width: 991px) {
  .newsBox .newsList {
    margin-top: 0;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .newsBox .newsList {
    padding-right: 25px;
  }
}
.newsBox .newsList:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 54px;
     -moz-column-gap: 54px;
          column-gap: 54px;
  row-gap: 36px;
}
@media (max-width: 1299px) {
  .newsBox .newsList:not(.swiper-initialized) .swiper-wrapper {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.newsBox .newsList:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  width: calc(33.3333333333% - 36px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1299px) {
  .newsBox .newsList:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 33.3333333333%;
  }
}
@media (max-width: 1024px) {
  .newsBox .newsList:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: calc(50% - 36px);
  }
}
@media (max-width: 991px) {
  .newsBox .newsList:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .newsBox .newsList:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .newsBox .newsList:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .newsBox .newsList.swiper {
    margin-left: 0;
    margin-right: -25px;
  }
}
@media (max-width: 480px) {
  .newsBox .newsList.swiper {
    margin: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .newsBox .swiper-wrapper {
    margin-left: -5px;
  }
}
@media (max-width: 575px) {
  .newsBox .swiper-wrapper {
    margin-left: 0;
  }
}
.newsBox .newsItem {
  position: relative;
  padding-bottom: 40px;
  padding-right: 40px;
  margin-right: -20px;
}
@media (max-width: 1399px) {
  .newsBox .newsItem {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .newsBox .newsItem {
    padding-right: 20px;
  }
}
.newsBox .newsItem .item {
  position: relative;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1201px) {
  .newsBox .newsItem .item:hover .decoBorder {
    opacity: 1;
  }
  .newsBox .newsItem .item:hover .decoBorder .border::before {
    width: 100%;
  }
  .newsBox .newsItem .item:hover .decoBorder .border::after {
    height: 100%;
  }
  .newsBox .newsItem .item:hover .btnBox .btn .btnText {
    color: #b0644b;
  }
  .newsBox .newsItem .item:hover .btnBox .btn .angle::before {
    background-color: #b0644b;
  }
}
.newsBox .decoBorder {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 20px);
  left: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}
.newsBox .decoBorder .dotBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.newsBox .decoBorder .dotBox .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #eae5d9;
  border-radius: 50%;
  border: 3px solid #414535;
  z-index: 1;
}
.newsBox .decoBorder .dotBox .dot:nth-child(1) {
  top: 0;
  left: 0;
}
.newsBox .decoBorder .dotBox .dot:nth-child(2) {
  top: 0;
  right: 0;
}
.newsBox .decoBorder .dotBox .dot:nth-child(3) {
  bottom: 0;
  left: 0;
}
.newsBox .decoBorder .dotBox .dot:nth-child(4) {
  bottom: 0;
  right: 0;
}
.newsBox .decoBorder .borderBox {
  position: absolute;
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.newsBox .decoBorder .borderBox .border {
  position: absolute;
  width: 100%;
  height: 100%;
}
.newsBox .decoBorder .borderBox .border::before {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #eae5d9;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.newsBox .decoBorder .borderBox .border::after {
  display: block;
  content: "";
  width: 1px;
  height: 0;
  background-color: #eae5d9;
  -webkit-transition: all 0.8s ease-in-out 0.2s;
  transition: all 0.8s ease-in-out 0.2s;
}
.newsBox .decoBorder .borderBox .border.top::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.newsBox .decoBorder .borderBox .border.top::after {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
.newsBox .decoBorder .borderBox .border.bottom::before {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
}
.newsBox .decoBorder .borderBox .border.bottom::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.newsBox .newsInfoBox {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.newsBox .newsInfoBox svg {
  width: 80px;
  height: 110px;
  color: #b0644b;
}
@media (max-width: 1180px) {
  .newsBox .newsInfoBox svg {
    width: 70px;
    height: 95px;
  }
}
.newsBox .newsInfoBox .dateBox {
  position: absolute;
  top: calc(50% - 4px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.newsBox .newsInfoBox .dateBox .text {
  position: relative;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #eae5d9;
  text-align: center;
}
@media (max-width: 1180px) {
  .newsBox .newsInfoBox .dateBox .text {
    font-size: 22px;
  }
}
.newsBox .newsInfoBox .dateBox .text + .text {
  padding-top: 1rem;
  margin-top: 0.5rem;
}
.newsBox .newsInfoBox .dateBox .text + .text::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #eae5d9;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skewX(-15deg);
          transform: translateX(-50%) skewX(-15deg);
}
.newsBox .newsCardBox {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.newsBox .Img {
  display: block;
}
@media (max-width: 480px) {
  .newsBox .Img {
    height: 168px;
  }
}
@media (max-width: 375px) {
  .newsBox .Img {
    height: 150px;
  }
}
.newsBox .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 480px) {
  .newsBox .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.newsBox .Txt {
  position: relative;
  padding: 1rem 1.25rem 1.5rem;
  background-color: #fff;
}
.newsBox .Txt .textBox {
  position: relative;
  margin: 0.625rem 0;
}
@media (max-width: 991px) {
  .newsBox .Txt .textBox {
    margin: 0.25rem 0 0;
  }
}
.newsBox .Txt .title {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.newsBox .Txt .title::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(65, 69, 53, 0.3);
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
}
.newsBox .Txt .title span {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #414535;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .newsBox .Txt .title span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .newsBox .Txt .title span {
    font-size: 18px;
  }
}
.newsBox .Txt .text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.625;
  color: #505442;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .newsBox .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .newsBox .Txt .text {
    font-size: 13px;
  }
}
.newsBox .classTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.625;
  color: #b0644b;
}
@media (max-width: 991px) {
  .newsBox .classTitle {
    font-size: 14px;
    margin-left: -6px;
  }
}
@media (max-width: 575px) {
  .newsBox .classTitle {
    font-size: 13px;
  }
}
.newsBox .classTitle::before {
  position: relative;
  content: "【";
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.625;
  color: #b0644b;
}
.newsBox .classTitle::after {
  position: relative;
  content: "】";
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.625;
  color: #b0644b;
}
.newsBox .btnBox .btn {
  padding: 0;
  min-width: initial;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 768px) {
  .newsBox .btnBox .btn .btnText {
    font-size: 13px;
  }
}
.newsBox .btnBox .btn.colorMain {
  border: 0;
}
.newsBox .btnBox .btn .angle {
  width: 18px;
  height: 1px;
}
.newsBox .btnBox .btn .angle::after {
  display: none;
}
.newsBox .linkWrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.newsBox .newsPagination {
  position: relative;
  top: unset !important;
  bottom: 0;
  height: 3px !important;
  background-color: transparent;
  border-bottom: 1px solid rgba(234, 229, 217, 0.3);
}
@media (max-width: 575px) {
  .newsBox .newsPagination {
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  .newsBox .newsPagination {
    margin-left: 0;
  }
}
.newsBox .newsPagination .swiper-scrollbar-drag {
  height: 2px;
  background-color: #eae5d9;
}

.aboutArea {
  position: relative;
  padding: 80px 0 150px;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 60px 0 120px;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 40px 0 80px;
  }
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .aboutArea .aboutBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 2.5rem;
  }
}
.aboutArea .leftBox {
  width: 44%;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .aboutArea .leftBox {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}
.aboutArea .titleBox {
  width: 100%;
  max-width: 400px;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media (max-width: 1399px) {
  .aboutArea .titleBox {
    max-width: 340px;
  }
}
@media (max-width: 991px) {
  .aboutArea .titleBox {
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .aboutArea .titleBox {
    margin: 0 auto 2.5rem;
  }
}
@media (max-width: 400px) {
  .aboutArea .titleBox {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutArea .titleBox .decoTitle {
  max-width: 280px;
}
@media (max-width: 1399px) {
  .aboutArea .titleBox .decoTitle {
    font-size: 60px;
    max-width: 220px;
  }
}
@media (max-width: 768px) {
  .aboutArea .titleBox .decoTitle {
    font-size: 57px;
  }
}
.aboutArea .titleBox .title {
  margin-top: 1.625rem;
}
@media (max-width: 400px) {
  .aboutArea .titleBox .title {
    margin-top: 0;
  }
}
.aboutArea .Txt {
  width: 100%;
  max-width: 540px;
  padding-right: 1.25rem;
}
@media (max-width: 1399px) {
  .aboutArea .Txt {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .aboutArea .Txt {
    max-width: none;
  }
}
.aboutArea .Txt .textBox {
  position: relative;
}
.aboutArea .Txt .textBox .title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.25;
  color: #414535;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .aboutArea .Txt .textBox .title {
    font-size: 22px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .aboutArea .Txt .textBox .title {
    font-size: 25px;
  }
}
.aboutArea .Txt .textBox .text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.625;
  color: #414535;
}
.aboutArea .Txt .textBox .text + .text {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .aboutArea .Txt .textBox .text + .text {
    margin-top: 1.25rem;
  }
}
.aboutArea .Txt .btnBox {
  margin-top: 40px;
}
.aboutArea .rightBox {
  position: relative;
  width: 56%;
  padding: 75px 95px 30px 30px;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox {
    width: 50%;
    padding: 40px 80px 30px 40px;
  }
}
@media (max-width: 991px) {
  .aboutArea .rightBox {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .aboutArea .rightBox {
    padding: 20px 50px 20px 20px;
  }
}
@media (max-width: 450px) {
  .aboutArea .rightBox {
    padding: 15px 30px 15px 15px;
  }
}
.aboutArea .rightBox .decoBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aboutArea .rightBox .decoBox .left {
  position: absolute;
  width: 215px;
  height: 150px;
  top: 40px;
  left: 0;
  color: #d4c1a6;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox .decoBox .left {
    width: 180px;
    height: 125px;
    top: 0;
  }
}
@media (max-width: 575px) {
  .aboutArea .rightBox .decoBox .left {
    width: 120px;
    height: 85px;
  }
}
@media (max-width: 375px) {
  .aboutArea .rightBox .decoBox .left {
    width: 100px;
    height: 70px;
  }
}
.aboutArea .rightBox .decoBox .rightTop {
  position: absolute;
  width: 155px;
  height: 110px;
  top: 105px;
  right: 5px;
  color: #b0644b;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox .decoBox .rightTop {
    width: 130px;
    height: 95px;
    top: 30px;
    right: 10px;
  }
}
@media (max-width: 575px) {
  .aboutArea .rightBox .decoBox .rightTop {
    width: 87px;
    height: 61px;
  }
}
@media (max-width: 450px) {
  .aboutArea .rightBox .decoBox .rightTop {
    right: 0;
  }
}
@media (max-width: 375px) {
  .aboutArea .rightBox .decoBox .rightTop {
    width: 70px;
    height: 50px;
    top: 20px;
  }
}
.aboutArea .rightBox .decoBox .rightBottom {
  position: absolute;
  width: 255px;
  height: 180px;
  bottom: 0;
  right: 50px;
  color: #d4c1a6;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox .decoBox .rightBottom {
    width: 200px;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .aboutArea .rightBox .decoBox .rightBottom {
    width: 145px;
    height: 100px;
    right: 40px;
  }
}
@media (max-width: 450px) {
  .aboutArea .rightBox .decoBox .rightBottom {
    right: 20px;
  }
}
@media (max-width: 375px) {
  .aboutArea .rightBox .decoBox .rightBottom {
    width: 110px;
    height: 80px;
    right: 15px;
  }
}
.aboutArea .Img {
  width: 100%;
  -webkit-mask-image: url("../images/deco/aboutMask.svg");
          mask-image: url("../images/deco/aboutMask.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
}
.aboutArea .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .decoTextBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.aboutArea .decoTextBox .left {
  position: absolute;
  width: 500px;
  height: 500px;
  top: -35%;
  left: -300px;
  opacity: 0;
  -webkit-animation: rotate 50s linear infinite;
          animation: rotate 50s linear infinite;
}
.aboutArea .decoTextBox .left.show {
  opacity: 1;
}
@media (max-width: 1799px) {
  .aboutArea .decoTextBox .left {
    left: -380px;
  }
}
@media (max-width: 1499px) {
  .aboutArea .decoTextBox .left {
    left: -400px;
  }
}
@media (max-width: 1299px) {
  .aboutArea .decoTextBox .left {
    top: -40%;
    left: -400px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .decoTextBox .left {
    top: -50%;
    left: -420px;
  }
}
@media (max-width: 991px) {
  .aboutArea .decoTextBox .left {
    top: -23%;
    left: -400px;
  }
}
@media (max-width: 900px) {
  .aboutArea .decoTextBox .left {
    left: -420px;
  }
}
@media (max-width: 850px) {
  .aboutArea .decoTextBox .left {
    top: -25%;
  }
}
@media (max-width: 768px) {
  .aboutArea .decoTextBox .left {
    top: -32%;
  }
}
@media (max-width: 575px) {
  .aboutArea .decoTextBox .left {
    top: -25%;
  }
}
@media (max-width: 440px) {
  .aboutArea .decoTextBox .left {
    display: none;
  }
}
.aboutArea .decoTextBox .left svg {
  width: 100%;
  height: 100%;
}
.aboutArea .decoTextBox .left svg text {
  font-size: 30px;
  fill: #c6bbac;
}
@media (max-width: 1499px) {
  .aboutArea .decoTextBox .left svg text {
    font-size: 26px;
  }
}
.aboutArea .decoTextBox .right {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .aboutArea .decoTextBox .right {
    height: 50%;
    top: unset;
    bottom: 0;
  }
}
.aboutArea .decoTextBox .right .top {
  position: absolute;
  width: 680px;
  height: 350px;
  top: -65px;
  right: -170px;
}
@media (max-width: 1499px) {
  .aboutArea .decoTextBox .right .top {
    right: -25%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .decoTextBox .right .top {
    top: -100px;
    right: -35%;
  }
}
@media (max-width: 1080px) {
  .aboutArea .decoTextBox .right .top {
    top: -80px;
    right: -40%;
  }
}
@media (max-width: 991px) {
  .aboutArea .decoTextBox .right .top {
    width: 500px;
    height: auto;
    right: -12%;
    top: -25%;
  }
}
@media (max-width: 768px) {
  .aboutArea .decoTextBox .right .top {
    right: -28%;
  }
}
@media (max-width: 640px) {
  .aboutArea .decoTextBox .right .top {
    right: -35%;
    top: -21%;
  }
}
@media (max-width: 575px) {
  .aboutArea .decoTextBox .right .top {
    width: 400px;
    top: -50px;
  }
}
@media (max-width: 500px) {
  .aboutArea .decoTextBox .right .top {
    top: -30px;
  }
}
@media (max-width: 480px) {
  .aboutArea .decoTextBox .right .top {
    top: 0;
    right: -50%;
  }
}
@media (max-width: 440px) {
  .aboutArea .decoTextBox .right .top {
    top: 20px;
  }
}
@media (max-width: 400px) {
  .aboutArea .decoTextBox .right .top {
    width: 400px;
    top: 50px;
    right: -60%;
  }
}
@media (max-width: 375px) {
  .aboutArea .decoTextBox .right .top {
    top: 80px;
  }
}
@media (max-width: 350px) {
  .aboutArea .decoTextBox .right .top {
    display: none;
  }
}
.aboutArea .decoTextBox .right .top svg {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.aboutArea .decoTextBox .right .top svg mask path {
  stroke-dasharray: 800;
  -webkit-animation: rtText 2s ease-in-out both;
          animation: rtText 2s ease-in-out both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.aboutArea .decoTextBox .right .top svg text {
  font-size: 20px;
  fill: #c6bbac;
}
@media (max-width: 1499px) {
  .aboutArea .decoTextBox .right .top svg text {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .decoTextBox .right .top svg text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .aboutArea .decoTextBox .right .top svg text {
    font-size: 24px;
  }
}
.aboutArea .decoTextBox .right .bottom {
  position: absolute;
  width: 845px;
  height: 440px;
  bottom: -25%;
  right: 36%;
}
@media (max-width: 1499px) {
  .aboutArea .decoTextBox .right .bottom {
    right: 25%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .decoTextBox .right .bottom {
    width: 700px;
    height: 405px;
    bottom: -23%;
    right: 20%;
  }
}
@media (max-width: 1080px) {
  .aboutArea .decoTextBox .right .bottom {
    right: unset;
    left: 20%;
    bottom: -20%;
  }
}
@media (max-width: 991px) {
  .aboutArea .decoTextBox .right .bottom {
    width: 550px;
    height: auto;
    left: unset;
    right: 60%;
    bottom: -30%;
  }
}
@media (max-width: 768px) {
  .aboutArea .decoTextBox .right .bottom {
    right: 70%;
    bottom: -40%;
  }
}
@media (max-width: 680px) {
  .aboutArea .decoTextBox .right .bottom {
    bottom: -45%;
  }
}
@media (max-width: 575px) {
  .aboutArea .decoTextBox .right .bottom {
    width: 450px;
    bottom: -35%;
  }
}
.aboutArea .decoTextBox .right .bottom svg {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.aboutArea .decoTextBox .right .bottom svg mask path {
  stroke-dasharray: 800;
}
.aboutArea .decoTextBox .right .bottom svg text {
  font-size: 16px;
  fill: #c6bbac;
}
@media (max-width: 1499px) {
  .aboutArea .decoTextBox .right .bottom svg text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .aboutArea .decoTextBox .right .bottom svg text {
    font-size: 20px;
  }
}
.aboutArea .decoTextBox.aniGo .right .top svg {
  opacity: 1;
}
.aboutArea .decoTextBox.aniGo .right .top svg mask path {
  -webkit-animation: rbText 2s ease-in-out both;
          animation: rbText 2s ease-in-out both;
}
.aboutArea .decoTextBox.aniGo .right .bottom svg {
  opacity: 1;
}
.aboutArea .decoTextBox.aniGo .right .bottom svg mask path {
  -webkit-animation: rbText 2s 1s ease-in-out both;
          animation: rbText 2s 1s ease-in-out both;
}

.facArea {
  position: relative;
  background-color: #b0644b;
}
@media (max-width: 991px) {
  .facArea {
    padding: 60px 0;
  }
}
.facArea .wrap {
  padding: 0;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 1;
}
@media (max-width: 1499px) {
  .facArea .wrap {
    padding-right: 50px;
  }
}
@media (max-width: 1180px) {
  .facArea .wrap {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .facArea .wrap {
    padding: 0;
  }
}
.facArea .leftBox {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .facArea .leftBox {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .facArea .leftBox {
    width: 100%;
  }
}
.facArea .leftBox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #b0644b;
  top: 0;
  left: 0;
  z-index: 1;
}
.facArea .leftBox .Img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .facArea .leftBox .Img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .facArea .leftBox .Img {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .facArea .leftBox .Img {
    height: 250px;
  }
}
.facArea .leftBox .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facArea .rightBox {
  width: 50%;
  max-width: 710px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .facArea .rightBox {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .facArea .rightBox {
    width: 100%;
    max-width: none;
    padding: 0 40px;
    margin-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .facArea .rightBox {
    padding: 0 25px;
  }
}
.facArea .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem 5.4375rem;
  padding: 3.75rem 0 3.25rem;
  margin-left: -8.4375rem;
}
@media (max-width: 1180px) {
  .facArea .top {
    padding: 2.5rem 0;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    margin-left: -5rem;
  }
}
@media (max-width: 991px) {
  .facArea .top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 2.5rem;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .facArea .top {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 640px) {
  .facArea .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.875rem;
  }
}
@media (min-width: 992px) {
  .facArea .top.mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .facArea .top.pc {
    display: none;
  }
}
.facArea .top .titleBox {
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .facArea .top .titleBox {
    max-width: 340px;
  }
}
@media (max-width: 768px) {
  .facArea .top .titleBox {
    max-width: 310px;
  }
}
@media (max-width: 675px) {
  .facArea .top .titleBox {
    max-width: 330px;
  }
}
@media (max-width: 375px) {
  .facArea .top .titleBox {
    max-width: 280px;
  }
}
.facArea .top .titleBox::before {
  width: 80%;
  background-color: #fff;
}
@media (max-width: 1180px) {
  .facArea .top .titleBox::before {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .facArea .top .titleBox::before {
    width: 100%;
  }
}
.facArea .top .titleBox .title,
.facArea .top .titleBox .decoTitle {
  color: #fff;
}
.facArea .top .titleBox .title {
  position: absolute;
  width: 100%;
  max-width: 175px;
  margin-top: 0;
  top: 35px;
  right: 0;
}
@media (max-width: 1180px) {
  .facArea .top .titleBox .title {
    max-width: 130px;
    top: 30px;
  }
}
@media (max-width: 768px) {
  .facArea .top .titleBox .title {
    max-width: 100px;
    font-size: 20px;
    top: 25px;
  }
}
@media (max-width: 375px) {
  .facArea .top .titleBox .title {
    font-size: 18px;
    max-width: 90px;
  }
}
.facArea .top .titleBox .decoTitle {
  width: 100%;
  max-width: 420px;
}
.facArea .top .btnBox {
  margin-top: 0rem;
}
.facArea.show .leftBox::before {
  -webkit-animation: aniClipToLeft 1s ease-in-out both;
          animation: aniClipToLeft 1s ease-in-out both;
}

.facBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  padding-bottom: 3.75rem;
}
@media (max-width: 1399px) {
  .facBox {
    max-width: 100%;
    padding-left: 3.125rem;
  }
}
@media (max-width: 1180px) {
  .facBox {
    padding-bottom: 2.5rem;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
}
@media (max-width: 991px) {
  .facBox {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .facBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5rem;
  }
}
.facBox .controlBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  width: 70px;
}
@media (max-width: 1180px) {
  .facBox .controlBox {
    width: 60px;
  }
  .facBox .controlBox .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .facBox .controlBox {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
  .facBox .controlBox .prevArrow {
    width: 55px;
    height: 55px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .facBox .controlBox .nextArrow {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 55px;
    height: 55px;
  }
}
.facBox .numBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 769px) {
  .facBox .numBox {
    display: none;
  }
}
.facBox .numBox span {
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: normal;
  color: rgba(234, 229, 217, 0.5);
}
@media (max-width: 575px) {
  .facBox .numBox span {
    font-size: 18px;
  }
}
.facBox .numBox span.currentText {
  font-size: 28px;
  color: #eae5d9;
}
@media (max-width: 575px) {
  .facBox .numBox span.currentText {
    font-size: 26px;
  }
}
.facBox .numBox span.totalText {
  position: relative;
  padding-left: 0.75rem;
}
.facBox .numBox span.totalText::before {
  position: absolute;
  content: "/";
  left: 0;
  bottom: 0;
}

.facList {
  position: relative;
  width: calc(100% - 70px - 50px);
  margin-right: -20px;
}
@media (max-width: 1180px) {
  .facList {
    width: calc(100% - 60px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .facList {
    margin: 0 -20px;
  }
}
@media (max-width: 768px) {
  .facList {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .facList .facItem {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .facList .facItem {
    padding: 0 10px;
  }
}
.facList .item {
  position: relative;
  padding-right: 20px;
}
@media (max-width: 1180px) {
  .facList .item {
    padding-right: 0;
  }
}
.facList .Img {
  position: relative;
  width: 100%;
}
.facList .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.facList .Txt {
  position: relative;
  display: block;
}
.facList .txtTitleBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding-bottom: 1rem;
  margin-bottom: 1.375rem;
}
@media (max-width: 991px) {
  .facList .txtTitleBox {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    padding-bottom: 0.625rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .facList .txtTitleBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 1rem;
    margin-bottom: 1.375rem;
  }
}
.facList .txtTitleBox::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(234, 229, 217, 0.3);
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
}
.facList .txtTitleBox .mTitleBox {
  position: relative;
  width: 100px;
  height: 70px;
}
@media (max-width: 1180px) {
  .facList .txtTitleBox .mTitleBox {
    width: 90px;
    height: 65px;
  }
}
@media (max-width: 575px) {
  .facList .txtTitleBox .mTitleBox {
    width: 100px;
    height: 70px;
  }
}
@media (max-width: 375px) {
  .facList .txtTitleBox .mTitleBox {
    width: 90px;
    height: 65px;
  }
}
.facList .txtTitleBox .mTitleBox svg {
  width: 100%;
  height: 100%;
  color: #eae5d9;
}
.facList .txtTitleBox .classTitle {
  position: absolute;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #eae5d9;
  text-align: center;
  padding: 0 0.625rem;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1180px) {
  .facList .txtTitleBox .classTitle {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .facList .txtTitleBox .classTitle {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .facList .txtTitleBox .classTitle {
    font-size: 14px;
  }
}
.facList .txtTitleBox .txtTitle {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 575px) {
  .facList .txtTitleBox .txtTitle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.facList .txtTitleBox .title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #eae5d9;
}
@media (max-width: 1180px) {
  .facList .txtTitleBox .title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .facList .txtTitleBox .title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .facList .txtTitleBox .title {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .facList .txtTitleBox .title {
    font-size: 22px;
  }
}
.facList .txtTitleBox .title a {
  display: block;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #eae5d9;
}
@media (min-width: 1201px) {
  .facList .txtTitleBox .title a:hover {
    color: #414535;
  }
}
@media (max-width: 1180px) {
  .facList .txtTitleBox .title a {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .facList .txtTitleBox .title a {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .facList .txtTitleBox .title a {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .facList .txtTitleBox .title a {
    font-size: 22px;
  }
}
.facList .txtTitleBox .engTitle {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #eae5d9;
  margin-top: 0.25rem;
}
@media (max-width: 1180px) {
  .facList .txtTitleBox .engTitle {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .facList .txtTitleBox .engTitle {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .facList .txtTitleBox .engTitle {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .facList .txtTitleBox .engTitle {
    font-size: 16px;
  }
}
.facList .textBox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
@media (max-width: 768px) {
  .facList .textBox li {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (max-width: 575px) {
  .facList .textBox li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.facList .textBox li + li {
  margin-top: 0.25rem;
}
.facList .textBox li .title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.75;
  color: #eae5d9;
  padding-right: 0.625rem;
}
@media (max-width: 991px) {
  .facList .textBox li .title {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .facList .textBox li .title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .facList .textBox li .title {
    padding-right: 0.5rem;
  }
}
.facList .textBox li .title::before {
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #eae5d9;
  position: absolute;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 0;
  -webkit-transform: skewX(-15deg) translateY(-50%);
          transform: skewX(-15deg) translateY(-50%);
}
@media (max-width: 991px) {
  .facList .textBox li .title::before {
    height: 14px;
  }
}
.facList .textBox li .text {
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.75;
  color: #eae5d9;
}
.facList .textBox li .text a {
  color: #eae5d9;
}
@media (min-width: 1201px) {
  .facList .textBox li .text a:hover {
    color: #414535;
  }
}
@media (max-width: 991px) {
  .facList .textBox li .text {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .facList .textBox li .text {
    font-size: 14px;
  }
}
.facList .btnBox {
  margin-top: 2.5rem;
}
@media (max-width: 1299px) {
  .facList .btnBox .btn {
    padding: 20px 30px;
  }
}
@media (max-width: 1024px) {
  .facList .btnBox .btn {
    min-width: 215px;
  }
}
@media (max-width: 991px) {
  .facList .btnBox {
    margin-top: 1.875rem;
  }
  .facList .btnBox .btn {
    min-width: 165px;
    max-width: 170px;
    padding: 16px 24px;
  }
  .facList .btnBox .btn .btnText {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .facList .btnBox .btn {
    max-width: 200px;
  }
}
@media (max-width: 440px) {
  .facList .btnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .facList .btnBox .btn {
    width: 100%;
  }
}
.facList .slick-current .txtTitleBox .mTitleBox {
  -webkit-animation: slideDownAnimation 0.8s ease-in-out both;
          animation: slideDownAnimation 0.8s ease-in-out both;
}
.facList .slick-current .txtTitleBox .txtTitle {
  -webkit-animation: slideUpAnimation 0.8s 0.2s ease-in-out both;
          animation: slideUpAnimation 0.8s 0.2s ease-in-out both;
}
.facList .slick-current .txtTitleBox::before {
  -webkit-animation: aniLine 0.8s ease-in-out both;
          animation: aniLine 0.8s ease-in-out both;
}
.facList .slick-current .textBox li:nth-child(1) {
  -webkit-animation: slideDownAnimation 0.8s 0.3s ease-in-out both;
          animation: slideDownAnimation 0.8s 0.3s ease-in-out both;
}
.facList .slick-current .textBox li:nth-child(2) {
  -webkit-animation: slideDownAnimation 0.8s 0.6s ease-in-out both;
          animation: slideDownAnimation 0.8s 0.6s ease-in-out both;
}
.facList .slick-current .textBox li:nth-child(3) {
  -webkit-animation: slideDownAnimation 0.8s 0.9s ease-in-out both;
          animation: slideDownAnimation 0.8s 0.9s ease-in-out both;
}
.facList .slick-current .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out both;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out both;
}

.afterLoading {
  /* 電腦版動畫 */
  /* 手機版動畫 */
}
.afterLoading .bannerArea::before {
  opacity: 0.03;
}
.afterLoading .bannerArea .scrollDown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.afterLoading .bannerBox .Txt .subtitle,
.afterLoading .bannerBox .Txt .title,
.afterLoading .bannerBox .Txt .textBox,
.afterLoading .bannerBox .Txt .smallImg .Img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (min-width: 992px) {
  .afterLoading header {
    -webkit-animation: aniSlideDown 0.5s 2.5s ease-out both;
            animation: aniSlideDown 0.5s 2.5s ease-out both;
  }
  .afterLoading .bannerArea .decoBg {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .afterLoading .bannerBox .leftBox,
  .afterLoading .bannerBox .rightBox {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .afterLoading .bannerBox .innerBlock .title {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .afterLoading .bannerBox .innerBlock .decoText {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .afterLoading .bannerBox .topText .logoBox {
    opacity: 1;
  }
  .afterLoading .bannerBox .topText .textBox,
  .afterLoading .bannerBox .topText .sinceBox,
  .afterLoading .bannerBox .topText .avocadoText .Img {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (max-width: 991px) {
  .afterLoading header {
    -webkit-animation: aniSlideDown 0.5s 1s ease-out both;
            animation: aniSlideDown 0.5s 1s ease-out both;
  }
  .afterLoading .bannerArea .decoBg::after {
    height: calc(50% + 75px);
  }
  .afterLoading .bannerBox .innerBlock .title {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .afterLoading .bannerBox .innerBlock .decoText {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .afterLoading .bannerBox .innerBlock .imgBox {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .afterLoading .bannerBox .topText .logoBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .afterLoading .bannerBox .topText .textBox,
  .afterLoading .bannerBox .topText .sinceBox,
  .afterLoading .bannerBox .topText .avocadoText .Img {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}