.shareArea .loadMoreBox .leftRight::before, .shareArea .loadMoreBox .leftRight::after, .shareArea .loadMoreBox .topBottom::before, .shareArea .loadMoreBox .topBottom::after, .shareArea .loadMoreBox .loadMore, .shareArea .loadMoreBox, .shareArea .Img img, .shareArea .wrap, .storeArea .Txt .tel, .storeArea .Txt a::before, .storeArea .wrap, .newsArea .Txt .top::after, .newsArea .newsList, .newsArea .wrap, .aboutArea .btnBox .menuBtn::before, .aboutArea .btnBox .menuBtn::after,
.aboutArea .btnBox .bookBtn::before,
.aboutArea .btnBox .bookBtn::after, .aboutArea .btnBox a::before, .aboutArea .previewImg, .aboutArea .aboutItem, .aboutArea .wrap::before, .bannerArea .bannerItem .Txt .bannerBtn .leftRight::before, .bannerArea .bannerItem .Txt .bannerBtn .leftRight::after, .bannerArea .bannerItem .Txt .bannerBtn .topBottom::before, .bannerArea .bannerItem .Txt .bannerBtn .topBottom::after, .bannerArea .bannerItem .Txt .bannerBtn, .bannerArea .slick-dots li button::before, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.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%;
  -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: #b89881;
  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: rgba(0, 0, 0, 0.85);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .slick-dots {
  bottom: 20px;
}
@media (max-width: 640px) {
  .bannerArea .slick-dots {
    display: none;
  }
}
.bannerArea .slick-dots li.slick-active button::before {
  color: #fff;
}
.bannerArea .slick-dots li button::before {
  color: #fff;
}
.bannerArea .bannerItem:not(.slick-slide):not(:first-child) {
  display: none;
}
.bannerArea .bannerItem.current .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 15s ease;
  transition: all 15s ease;
}
.bannerArea .bannerItem .Img {
  overflow: hidden;
}
@media (max-width: 950px) {
  .bannerArea .bannerItem .Img {
    height: 480px;
  }
}
.bannerArea .bannerItem .Img img {
  display: block;
  width: 100%;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}
@media (max-width: 950px) {
  .bannerArea .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.bannerArea .bannerItem .Txt {
  padding: 110px 20px 85px;
  padding-left: calc(5.4% + 20px);
  max-width: 1300px;
  /*font-family: "Arimo", "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;*/
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .pc {
    display: none;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItem .Txt .mobile {
    display: none;
  }
}
.bannerArea .bannerItem .Txt .title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #fff;
  opacity: 0;
  text-shadow: 0px 0px 10px #222;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 42px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 28px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  margin-top: 10px;
  display: block;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #fff;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 18px;
  }
}
.bannerArea .bannerItem .Txt .text {
  margin-top: 10px;
  display: block;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #fff;
  opacity: 0;
  font-size: 17px;
  font-weight: 200 !important;
  text-shadow: 0px 0px 10px #222;
  width: 50%;
}

@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
    height: 50px;
    overflow: hidden;
  }
}


.bannerArea .bannerItem .Txt .bannerBtn {
  position: relative;
  margin-top: 30px;
  padding: 3px 10px;
  display: block;
  max-width: 245px;
  width: 100%;
  border: 1px solid #ef8203;
  background-color: #ef8203;
  text-align: center;
  letter-spacing: 1px;
  /*background: #fff;*/
  opacity: 0;
  cursor: pointer;
  border-radius: 5px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .bannerBtn {
  padding: 8px 8px;
    max-width: 200px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .bannerBtn {
  padding: 6px 6px;
    max-width: 150px;
  }
}
.bannerArea .bannerItem .Txt .bannerBtn:hover {
  border-color: #ef8203;
  background: #ef8203;
}
.bannerArea .bannerItem .Txt .bannerBtn:hover a {
  color: #fff;
}
.bannerArea .bannerItem .Txt .bannerBtn:hover .topBottom::before, .bannerArea .bannerItem .Txt .bannerBtn:hover .topBottom::after {
  width: calc(100% + 14px);
  background: #b89881;
}
.bannerArea .bannerItem .Txt .bannerBtn:hover .leftRight::before, .bannerArea .bannerItem .Txt .bannerBtn:hover .leftRight::after {
  height: calc(100% + 12px);
  background: #b89881;
}
.bannerArea .bannerItem .Txt .bannerBtn a {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .bannerBtn a {
    font-size: 14px;
  }
}
.bannerArea .bannerItem .Txt .bannerBtn .topBottom,
.bannerArea .bannerItem .Txt .bannerBtn .leftRight {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.bannerArea .bannerItem .Txt .bannerBtn .topBottom::before, .bannerArea .bannerItem .Txt .bannerBtn .topBottom::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 1px;
  width: calc(100% - 10px);
  background: #685842;
}
.bannerArea .bannerItem .Txt .bannerBtn .topBottom::before {
  top: -6px;
}
.bannerArea .bannerItem .Txt .bannerBtn .topBottom::after {
  bottom: -6px;
}
.bannerArea .bannerItem .Txt .bannerBtn .leftRight::before, .bannerArea .bannerItem .Txt .bannerBtn .leftRight::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: calc(100% - 16px);
  background: #685842;
}
.bannerArea .bannerItem .Txt .bannerBtn .leftRight::before {
  right: -7px;
}
.bannerArea .bannerItem .Txt .bannerBtn .leftRight::after {
  left: -7px;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: textSlideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .bannerBtn {
  -webkit-animation: textSlideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 1.2s ease-in-out forwards;
}

.aboutArea {
  position: relative;
}
.aboutArea .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.aboutArea .bgImg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.aboutArea .bgImg.current {
  opacity: 1;
}
.aboutArea .wrap {
  position: relative;
  max-width: 100%;
  padding: 80px 0;
}
@media (max-width: 1180px) {
  .aboutArea .wrap {
    padding: 50px 0;
  }
}
.aboutArea .wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 180px;
  right: 0;
  width: 1600px;
  height: calc(100% - 210px);
  background: #b3b2b1;
  pointer-events: none;
}
.aboutArea .wrap.current::before {
  background: transparent;
}
.aboutArea .titleBox {
  padding: 0 20px;
}
.aboutArea .titleBox.current .text {
  background: transparent;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.aboutArea .titleBox.current .titleline {
  background: transparent;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.aboutArea .titleBox.current .titleline::before {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.aboutArea .titleBox .titleline::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  height: 3px;
  width: 250px;
  background: #f3f2f0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.aboutArea .Img img {
  display: block;
  width: 100%;
}
.aboutArea .aboutList {
  position: relative;
  z-index: 2;
  padding-top: 110px;
  padding-right: 5.4%;
  width: 100%;
  color: #fff;
}
@media (max-width: 1180px) {
  .aboutArea .aboutList {
    padding-top: 40px;
    padding-right: 0;
  }
}
.aboutArea .aboutItem {
  position: relative;
  opacity: 0;
}
.aboutArea .aboutItem.is-inview {
  opacity: 1;
}
.aboutArea .aboutItem:not(:last-child) {
  border-bottom: 1px solid rgba(184, 152, 129, 0.3);
}
.aboutArea .aboutItem.masterCurrent {
  opacity: 0.3;
}
.aboutArea .aboutItem.masterCurrent .previewImg {
  opacity: 0;
}
.aboutArea .aboutItem.current {
  opacity: 1;
}
.aboutArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.aboutArea .previewImg {
  position: relative;
  max-width: 1220px;
  width: 100%;
  height: 450px;
}
@media (max-width: 1180px) {
  .aboutArea .previewImg {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .aboutArea .previewImg {
    height: 350px;
  }
}
.aboutArea .previewImg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 45%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgb(14, 13, 13)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(14, 13, 13) 100%);
}
.aboutArea .previewImg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 1180px) {
  .aboutArea .previewImg img {
    opacity: 0.9;
  }
}
.aboutArea .rightBox {
  position: relative;
  z-index: 5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  padding-right: 55px;
  margin: 0 auto;
  min-width: 390px;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px;
    min-width: auto;
    background: rgba(255, 255, 255, 0.8);
    max-width: 480px;
    border-radius: 20px;
  }
}

@media (max-width: 480px) {
  .aboutArea .rightBox {
    max-width: 350px;
  }
}

.aboutArea .logoImg {
  position: relative;
  padding-bottom: 30px;
  /*width: 170px;*/
  margin: 0 auto;
  color: #111;
  /*text-shadow: 0px 0px 5px #222;*/
}
@media (max-width: 1180px) {
  .aboutArea .logoImg {
    padding-bottom: 15px;
    /*width: 140px;*/
  }
}
.aboutArea .logoImg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 50px;
  height: 1px;
  background: #ef8203;
}
.aboutArea .introduction {
  padding-top: 24px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.8px;
  color: #222;
}
@media (max-width: 1180px) {
  .aboutArea .introduction {
    padding-top: 15px;
  }
}
.aboutArea .btnBox {
  padding-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutArea .btnBox a {
  position: relative;
  padding: 4px 30px 3px;
  display: block;
  font-size: 15px;
  /*letter-spacing: 1px;*/
  color: #fff;
  font-weight: 400;
}

.aboutArea .btnBox a:hover {
  color: #fff;
}
.aboutArea .btnBox a:hover::before {
  width: 100%;
}

.aboutArea .btnBox a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  width: 0;
  height: 1px;
  background: #ef8203;
}

/*
.aboutArea .btnBox a::before {
  content: "";
  position: relative;
  top: 3px;
  left: 0;
  margin-right: 15px;
  display: inline-block;
  opacity: 0.4;
}
@media (max-width: 640px) {
  .aboutArea .btnBox a::before {
    margin-right: 10px;
  }
}
*/
.aboutArea .btnBox .menuBtn,
.aboutArea .btnBox .bookBtn {
  position: relative;
  margin: 0 10px;
  background-color: #ef8203;
}

/*
.aboutArea .btnBox .menuBtn::before, .aboutArea .btnBox .menuBtn::after,
.aboutArea .btnBox .bookBtn::before,
.aboutArea .btnBox .bookBtn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 1px;
  background: #ef8203;
}
.aboutArea .btnBox .menuBtn::before,
.aboutArea .btnBox .bookBtn::before {
  width: 0;
  bottom: 0;
}
.aboutArea .btnBox .menuBtn::after,
.aboutArea .btnBox .bookBtn::after {
  width: 0;
  bottom: -5px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.aboutArea .btnBox .menuBtn:hover::before,
.aboutArea .btnBox .bookBtn:hover::before {
  width: 80%;
}
.aboutArea .btnBox .menuBtn:hover::after,
.aboutArea .btnBox .bookBtn:hover::after {
  width: 100%;
}
.aboutArea .btnBox .menuBtn:hover a::before,
.aboutArea .btnBox .bookBtn:hover a::before {
  opacity: 1;
}

.aboutArea .btnBox .menuBtn a::before {
  width: 21px;
  height: 19px;
  background-image: url(../images/menu_icon.png);
}
.aboutArea .btnBox .bookBtn a::before {
  width: 18px;
  height: 18px;
  background-image: url(../images/book_icon.png);
}
*/
.newsArea {
  position: relative;
  z-index: 2;
  padding: 40px 0 125px;
  background: #f3f2f0;
}
@media (max-width: 1180px) {
  .newsArea {
    padding-top: 0px;
    padding-bottom: 70px;
  }
}
.newsArea .wrap {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.newsArea .wrap.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.newsArea .wrap.is-inview .newsList {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.newsArea .titleBox .titleEn {
  max-width: 600px;
}


.titleBox .aaa {
  font-size: 17px;
}
.titleBox .bbb {
  font-size: 27px;
}
@media (max-width: 640px) {
  .titleBox .aaa {
    font-size: 15px;
  }
  .titleBox .bbb {
    font-size: 24px;
  }
}


.newsArea .newsList {
  padding-top: 50px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.newsArea .newsItem {
  border-bottom: 1px solid rgba(239, 130, 3, 0.3);
}
.newsArea .newsItem:hover .Txt .top::after, .newsArea .newsItem.open .Txt .top::after {
  width: 100%;
}
.newsArea .item {
  cursor: pointer;
}
.newsArea .Txt {
  color: #222;
}
.newsArea .Txt a {
  color: #222;
}
.newsArea .Txt .top {
  position: relative;
  padding: 20px;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .newsArea .Txt .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px;
  }
}
.newsArea .Txt .top::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 640px) {
  .newsArea .Txt .top::before {
    right: 20px;
  }
}
.newsArea .Txt .top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 0;
  background: #ef8203;
}
.newsArea .Txt .dateBox {
  font-family: "Crimson Text", serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9a9a9a;
  width: 120px;
}
.newsArea .Txt .title {
  padding-left: 15px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
@media (max-width: 640px) {
  .newsArea .Txt .title {
    padding-left: 0;
    padding-right: 30px;
    padding-top: 10px;
  }
}
.newsArea .Txt .bottom {
  padding: 40px 20px;
  padding-left: 25px;
  display: none;
  border-top: 1px solid rgba(184, 152, 129, 0.3);
  cursor: auto;
}
@media (max-width: 767px) {
  .newsArea .Txt .bottom {
    padding: 40px 10px;
  }
}
.newsArea .Txt .textEditor .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 0px 0px 5px #222;
}
@media (max-width: 767px) {
  .newsArea .Txt .textEditor .textBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.newsArea .Txt .textEditor .textBox .text,
.newsArea .Txt .textEditor .textBox .Img {
  width: 50%;
}
@media (max-width: 767px) {
  .newsArea .Txt .textEditor .textBox .text,
.newsArea .Txt .textEditor .textBox .Img {
    width: 100%;
  }
}
.newsArea .Txt .textEditor .textBox .text {
  padding-right: 25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .newsArea .Txt .textEditor .textBox .text {
    padding-right: 0;
  }
}
.newsArea .Txt .textEditor .textBox .Img {
  padding-left: 25px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .newsArea .Txt .textEditor .textBox .Img {
    padding: 0;
    padding-bottom: 20px;
  }
}
.newsArea .Txt .textEditor .textBox .Img img {
  display: block;
}
@media (max-width: 767px) {
  .newsArea .Txt .textEditor .textBox .Img img {
    margin: 0 auto;
  }
}

.storeArea {
  position: relative;
  z-index: 2;
  padding: 77px 0 90px;
  background: #b3b2b1;
  background: url('../images/sbg.jpg') center center;
}
@media (max-width: 1180px) {
  .storeArea {
    padding: 50px 0 65px;
  }
}
.storeArea .wrap {
  max-width: 1120px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.storeArea .wrap.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.storeArea .titleBox .titleEn {
  max-width: 563px;
}
.storeArea .titleBox .text {
  background: #918f8d;
}
/*
@media (max-width: 480px) {
  .storeArea .titleBox .text {
  background: url('../images/sbg2.jpg');
  background-size: cover;
  }
}
*/
.storeArea .storeBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
.storeArea .storeBox.switch {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.storeArea .storeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .storeArea .storeList {
    display: none;
  }
}
@media (min-width: 1181px) {
  .storeArea .storeList_m {
    display: none;
  }
}
.storeArea .storeItem {
  width: 100%;
  text-align: center;
}
.storeArea .item {
  padding: 20px 20px 45px;
}
@media (max-width: 1180px) {
  .storeArea .item {
    padding-bottom: 40px;
  }
}
.storeArea .Txt {
  color: #fff;
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: 15px;
  font-weight: 400;
  text-shadow: 0px 0px 2px #222;
  line-height: 30px;
}
.storeArea .Txt a {
  position: relative;
  color: #fff;
}
.storeArea .Txt a:hover {
  color: #fff;
}
.storeArea .Txt a:hover::before {
  width: 100%;
}

.storeArea .Txt a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  width: 0;
  height: 1px;
  background: #ef8203;
}
.storeArea .Txt .title {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
}
.storeArea .Txt .address {
  padding-top: 13px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
}
.storeArea .Txt .address::before {
  content: "";
  position: relative;
  top: 3px;
  margin-right: 5px;
  display: inline-block;
  width: 12px;
  height: 16px;
  background-image: url(../images/map_icon.png);
}
.storeArea .Txt .tel {
  padding-top: 7px;
  font-size: 16px;
  letter-spacing: 1px;
}
.storeArea .Txt .tel:hover {
  color: #bd9e7f;
}
.storeArea .Txt .tel:hover a {
  color: #bd9e7f;
}
.storeArea .Txt .tel a {
  color: #b6b6b6;
}
.storeArea .Txt .tel a::before {
  bottom: -3px;
}
.storeArea .Txt .introductionBox {
  padding-top: 6px;
  font-size: 16px;
  text-align: center;
}
.storeArea .Txt .introductionBox .introduction {
  padding-top: 3px;
  letter-spacing: 0.8px;
  text-align: left;
  display:inline-block;
}
@media (min-width: 1181px) {
  .storeArea .controlBox {
    display: none;
  }
}
.storeArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #9a9a9a;
}
.storeArea .numBox {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 22px;
}
@media (max-width: 640px) {
  .storeArea .numBox {
    padding: 0 20px;
  }
}
.storeArea .numBox .numCurrent,
.storeArea .numBox .talNum {
  padding: 0 5px;
}
.storeArea .numBox .numCurrent {
  color: #fff;
}
.storeArea .numBox .talNum {
  font-size: 15px;
}
.storeArea .arrow {
  position: relative;
  padding: 5px 0;
  font-size: 13px;
  cursor: pointer;
}
.storeArea .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #9a9a9a;
}
.storeArea .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 11px;
  background: #9a9a9a;
}
.storeArea .arrowPrev {
  padding-left: 30px;
}
.storeArea .arrowPrev::before {
  left: 0;
  border-left: 1px solid #9a9a9a;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.storeArea .arrowPrev::after {
  left: 13px;
}
.storeArea .arrowNext {
  padding-right: 30px;
}
.storeArea .arrowNext::before {
  right: 0;
  border-right: 1px solid #9a9a9a;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.storeArea .arrowNext::after {
  right: 13px;
}

.shareArea {
  position: relative;
  z-index: 2;
  background: #f3f2f0;
  padding: 69px 0 75px;
}
@media (max-width: 1180px) {
  .shareArea {
    padding: 40px 0 75px;
  }
}
.shareArea .wrap {
  max-width: 1250px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 1366px) {
  .shareArea .wrap {
    max-width: 100%;
    padding: 0 5.4%;
  }
}
@media (max-width: 1180px) {
  .shareArea .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .shareArea .wrap {
    padding: 0;
  }
}
.shareArea .wrap.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.shareArea .wrap.is-inview .loadMoreBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.shareArea .shareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shareArea .shareItem {
  padding: 10px;
  width: 25%;
  /*aspect-ratio: 1/1;*/
}
@media (max-width: 860px) {
  .shareArea .shareItem {
    width: 50%;
  }
}
.shareArea .item {
  position: relative;
  padding: 15px;
  border: 1px solid #ef8203;
}
.shareArea .item:hover .leftTop {
  width: 100%;
  height: 100%;
  -webkit-transition: height 0.35s ease-in, width 0.35s ease-out 0.35s;
  transition: height 0.35s ease-in, width 0.35s ease-out 0.35s;
}
.shareArea .item:hover .rightBottom {
  width: 100%;
  height: 100%;
  -webkit-transition: width 0.35s ease-in, height 0.35s ease-out 0.35s;
  transition: width 0.35s ease-in, height 0.35s ease-out 0.35s;
}
.shareArea .leftTop,
.shareArea .rightBottom {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  pointer-events: none;
}
.shareArea .leftTop {
  border-left: 1px solid #ffd09a;
  border-bottom: 1px solid #ffd09a;
  -webkit-transition: width 0.35s ease-in, height 0.35s ease-out 0.35s;
  transition: width 0.35s ease-in, height 0.35s ease-out 0.35s;
}
.shareArea .rightBottom {
  border-top: 1px solid #ffd09a;
  border-right: 1px solid #ffd09a;
  -webkit-transition: height 0.35s ease-in, width 0.35s ease-out 0.35s;
  transition: height 0.35s ease-in, width 0.35s ease-out 0.35s;
}
.shareArea .Img a {
  position: relative;
  display: block;
  overflow: hidden;
}
.shareArea .Img a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
}
/*
.shareArea .Img a::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
  background-image: url(../images/ig_icon.png);
  display: block;
  width: 15px;
  height: 15px;
}
*/
.shareArea .Img img {
  display: block;
  width: 100%;
    height: 250px;
    object-fit:cover;
}

@media (max-width: 1180px) {
  .shareArea .Img img {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .shareArea .Img img {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .shareArea .Img img {
    height: 120px;
  }
}
.shareArea .loadMoreBox {
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.shareArea .loadMoreBox .loadMore {
  position: relative;
  padding: 15px 20px;
  display: block;
  max-width: 245px;
  width: 100%;
  border: 1px solid #685842;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
}
.shareArea .loadMoreBox .loadMore:hover {
  border-color: #b89881;
  background: #b89881;
}
.shareArea .loadMoreBox .loadMore:hover .topBottom::before, .shareArea .loadMoreBox .loadMore:hover .topBottom::after {
  width: calc(100% + 14px);
  background: #b89881;
}
.shareArea .loadMoreBox .loadMore:hover .leftRight::before, .shareArea .loadMoreBox .loadMore:hover .leftRight::after {
  height: calc(100% + 12px);
  background: #b89881;
}
.shareArea .loadMoreBox .topBottom,
.shareArea .loadMoreBox .leftRight {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.shareArea .loadMoreBox .topBottom::before, .shareArea .loadMoreBox .topBottom::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 1px;
  width: calc(100% - 10px);
  background: #685842;
}
.shareArea .loadMoreBox .topBottom::before {
  top: -6px;
}
.shareArea .loadMoreBox .topBottom::after {
  bottom: -6px;
}
.shareArea .loadMoreBox .leftRight::before, .shareArea .loadMoreBox .leftRight::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: calc(100% - 16px);
  background: #685842;
}
.shareArea .loadMoreBox .leftRight::before {
  right: -7px;
}
.shareArea .loadMoreBox .leftRight::after {
  left: -7px;
}
.shareArea .loadMoreBox .removeItems.transparent {
  opacity: 0;
}



.storeArea .btnBox {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.storeArea .btnBox a {
  position: relative;
  padding: 4px 30px;
  display: block;
  font-size: 15px;
  /*letter-spacing: 1px;*/
  color: #fff;
  font-weight: 400;
}

.storeArea .btnBox .menuBtn {
  position: relative;
  margin: 0 10px;
  background-color: #ef8203;
}



.shareArea .btnBox {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shareArea .btnBox a {
  position: relative;
  padding: 4px 30px;
  display: block;
  font-size: 15px;
  /*letter-spacing: 1px;*/
  color: #fff;
  font-weight: 400;
}

.shareArea .btnBox .menuBtn {
  position: relative;
  margin: 0 10px;
  background-color: #ef8203;
}


.shareArea .btnBox a {
  position: relative;
  color: #fff;
}
.shareArea .btnBox a:hover {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.shareArea .btnBox a:hover::before {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.shareArea .btnBox a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  width: 0;
  height: 1px;
  background: #ef8203;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


