@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes offset {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes f02action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(8%);
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 700px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .sp {
    display: block;
  }
}

body {
  color: #000;
  line-height: 1.5;
  font-family: "Gantari", "Noto Sans TC", Arial, "微軟正黑體";
  font-weight: 300;
}

body.Fixd, body.m-Fixd {
  height: 100vh;
  overflow: hidden;
}

section, header .menuBox {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.nwhgf h1 {
  display: inline-block;
  color: #b27651;
  font-weight: bold;
  font-size: clamp(26px, calc(26px + 54 * (100vw - 500px) / 1420), 80px);
}
@supports (width: 100cqw) {
  .nwhgf h1 {
    font-size: clamp(26px, calc(26px + 54 * (100cqw - 500px) / 1420), 80px);
  }
}
.nwhgf h2 {
  font-weight: bold;
  text-align: center;
  font-size: clamp(22px, calc(22px + 44 * (100vw - 500px) / 1420), 66px);
}
@supports (width: 100cqw) {
  .nwhgf h2 {
    font-size: clamp(22px, calc(22px + 44 * (100cqw - 500px) / 1420), 66px);
  }
}
.nwhgf h3 {
  font-weight: 500;
  text-align: center;
  font-size: clamp(18px, calc(18px + 18 * (100vw - 500px) / 1420), 36px);
}
@supports (width: 100cqw) {
  .nwhgf h3 {
    font-size: clamp(18px, calc(18px + 18 * (100cqw - 500px) / 1420), 36px);
  }
}
.nwhgf h3 span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 3%;
  margin: 0 4%;
  border-radius: 50px;
}
@media screen and (max-width: 900px) {
  .nwhgf h3 span {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 500px) {
  .nwhgf h3 span {
    padding: 10px 20px;
  }
}
.nwhgf p {
  margin: 1rem 0;
  font-size: clamp(15px, calc(15px + 9 * (100vw - 500px) / 1420), 24px);
}
@supports (width: 100cqw) {
  .nwhgf p {
    font-size: clamp(15px, calc(15px + 9 * (100cqw - 500px) / 1420), 24px);
  }
}
.nwhgf p b {
  font-weight: 500;
}
.nwhgf .note {
  font-size: clamp(10px, calc(10px + 6 * (100vw - 500px) / 1420), 16px);
}
@supports (width: 100cqw) {
  .nwhgf .note {
    font-size: clamp(10px, calc(10px + 6 * (100cqw - 500px) / 1420), 16px);
  }
}
.nwhgf img {
  width: 100%;
  max-height: 100%;
}
.nwhgf .txt {
  color: #000;
}

.menu_Btn {
  display: none;
  z-index: 999;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 10px;
}
.menu_Btn i {
  display: none;
}
.menu_Btn span {
  display: block;
  width: 80%;
  height: 3px;
  margin: 6px auto;
  border-radius: 2px;
  transition: transform 0.3s;
  background: #000;
}
.menu_Btn span:nth-of-type(2) {
  transition: opacity 1s;
}
.menu_Btn.Open {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.menu_Btn.Open span {
  width: 60%;
  margin: 0;
  position: absolute;
  top: 24px;
  left: 10px;
}
.menu_Btn.Open span:nth-of-type(1) {
  transform: rotate(45deg);
}
.menu_Btn.Open span:nth-of-type(2) {
  opacity: 0;
  transition: opacity 0s;
}
.menu_Btn.Open span:last-child {
  margin: 0;
  transform: rotate(-45deg);
}
.menu_Btn:hover {
  cursor: pointer;
}

header {
  width: 100vw;
  background: #fff;
}
header .menuBox {
  transition: all 0.3s;
}
header:after {
  content: none;
}
header .menu {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
header .menu ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu ul li a {
  display: inline-block;
  font-weight: bold;
  color: #000;
  padding: 30px 0;
  font-size: clamp(18px, calc(18px + 6 * (100vw - 500px) / 1420), 24px);
}
@supports (width: 100cqw) {
  header .menu ul li a {
    font-size: clamp(18px, calc(18px + 6 * (100cqw - 500px) / 1420), 24px);
  }
}
header .menu ul li a:hover {
  transform: translateY(-4px);
}
header.h-scroll {
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
}
header.h-scroll .menu ul li a {
  padding: 20px 0;
}

.bannerBox.h-scroll {
  padding-top: 200px;
}

.basic-width {
  width: 92%;
  max-width: 1100px;
}

.mainTitle {
  width: 92%;
  max-width: 1100px;
}
@media screen and (max-width: 1370px) {
  .mainTitle {
    max-width: 1000px;
  }
}
.mainTitle {
  margin: 7% auto 3%;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .mainTitle {
    margin: 60px auto 25px;
  }
}
.mainTitle h1 {
  letter-spacing: 0.8rem;
  padding: 0 5%;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .mainTitle h1 {
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 500px) {
  .mainTitle h1 {
    letter-spacing: 0;
  }
}
.mainTitle::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #b27651;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.t01-con {
  width: 92%;
  max-width: 1100px;
}
@media screen and (max-width: 1370px) {
  .t01-con {
    max-width: 1000px;
  }
}
.t01-con {
  margin: 0 auto;
  border: 10px solid #b27651;
  padding: 20px 50px;
}
@media screen and (max-width: 1370px) {
  .t01-con {
    border: 6px solid #b27651;
    padding: 0 30px;
  }
}
@media screen and (max-width: 700px) {
  .t01-con {
    max-width: 500px;
    padding: 0 20px;
  }
}
.t01-h3 {
  text-align: center;
  margin: 20px 0 0;
}
.t01-h3.subtxt {
  padding: 10px;
  margin: 10px 0 3%;
}
@media screen and (max-width: 700px) {
  .t01-h3.subtxt {
    margin: 10px 0 25px;
  }
}
.t01-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 700px) {
  .t01-items {
    flex-direction: column;
    padding: 30px 0;
  }
}
.t01-items:last-child {
  border-bottom: none;
}
.t01-info {
  width: calc(60% - 40px);
  padding: 50px 0 40px;
}
@media screen and (max-width: 700px) {
  .t01-info {
    width: 100%;
    padding: 0 0 15px;
  }
}
.t01-info .title {
  width: 100%;
  color: #fff;
  background: #000;
  font-weight: bold;
  padding: 10px 20px;
  font-size: clamp(20px, calc(20px + 12 * (100vw - 500px) / 1420), 32px);
}
@supports (width: 100cqw) {
  .t01-info .title {
    font-size: clamp(20px, calc(20px + 12 * (100cqw - 500px) / 1420), 32px);
  }
}
.t01-info p {
  margin: 1rem 0 0;
  font-weight: 500;
}
.t01-pic {
  width: 40%;
  padding: 30px 0;
}
@media screen and (max-width: 700px) {
  .t01-pic {
    width: 100%;
    padding: 0;
  }
}

.t02-con {
  background: linear-gradient(#fff 0%, #e5e5e5 20%, #e5e5e5 90%, #fff 100%);
}
.t02-con h3 {
  margin-top: 20px;
}

.point {
  width: 92%;
  max-width: 1100px;
}
@media screen and (max-width: 1370px) {
  .point {
    max-width: 1000px;
  }
}
.point {
  margin: 50px auto 8%;
}
@media screen and (max-width: 700px) {
  .point {
    margin: 50px auto 70px;
  }
}

.p01-h2 {
  margin-top: 30px;
}

.p01 {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .p01 {
    flex-direction: column;
    align-items: start;
  }
}
.p01 > img {
  width: 50%;
}
@media screen and (max-width: 700px) {
  .p01 > img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px;
  }
}
.p01-info {
  width: 45%;
}
@media screen and (max-width: 700px) {
  .p01-info {
    width: 100%;
    text-align: center;
  }
  .p01-info img {
    max-width: 500px;
  }
}
.p01-tb {
  width: calc(100% + 20px);
  border-collapse: separate;
  border-spacing: 10px 0;
  margin: 30px -10px 0;
  font-size: clamp(14px, calc(14px + 4 * (100vw - 500px) / 1420), 18px);
}
@supports (width: 100cqw) {
  .p01-tb {
    font-size: clamp(14px, calc(14px + 4 * (100cqw - 500px) / 1420), 18px);
  }
}
.p01-tb th {
  width: 42%;
  background: #b27651;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 10px;
}
@media screen and (max-width: 700px) {
  .p01-tb th {
    padding: 10px;
  }
}
.p01-tb td {
  width: 58%;
  background: #e8d2c6;
  border-bottom: 1px solid #fff;
  padding: 5px 10px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .p01-tb th, .p01-tb td {
    padding: 10px;
  }
}

.p02 {
  width: 80%;
  max-width: 940px;
  margin: 50px auto 8%;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .p02 {
    margin: 30px auto 70px;
  }
}

.p03-item01 {
  width: 100%;
  position: relative;
  padding: 0 0 10%;
}
.p03-item01 .title {
  font-weight: 400;
  font-size: clamp(22px, calc(22px + 28 * (100vw - 500px) / 1420), 50px);
}
@supports (width: 100cqw) {
  .p03-item01 .title {
    font-size: clamp(22px, calc(22px + 28 * (100cqw - 500px) / 1420), 50px);
  }
}
.p03-item01 p {
  width: 40%;
  text-align: justify;
}
.p03-item01 .p03-pic {
  width: 57%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .p03-item01 {
    padding: 0;
  }
  .p03-item01 p {
    width: 100%;
  }
  .p03-item01 .p03-pic {
    width: 100%;
    position: initial;
    right: 0;
    bottom: 0;
  }
}
.p03-item02 {
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p03-item02 > img {
  width: 35%;
}
.p03-item02-info {
  width: 57%;
}
.p03-item02 .title {
  font-weight: 400;
  font-size: clamp(24px, calc(24px + 26 * (100vw - 500px) / 1420), 50px);
}
@supports (width: 100cqw) {
  .p03-item02 .title {
    font-size: clamp(24px, calc(24px + 26 * (100cqw - 500px) / 1420), 50px);
  }
}
.p03-item02 .txt {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.p03-item02 .txt p {
  width: 55%;
  text-align: justify;
}
.p03-item02 .txt img {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .p03-item02 {
    flex-direction: column;
  }
  .p03-item02 > img {
    width: 100%;
    max-width: 300px;
  }
  .p03-item02-info {
    width: 100%;
    margin-top: 30px;
  }
}

.p04-item01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p04-item01 .txt {
  width: 40%;
}
.p04-item01 .txt .title {
  font-weight: bold;
  font-size: clamp(24px, calc(24px + 18 * (100vw - 500px) / 1420), 42px);
}
@supports (width: 100cqw) {
  .p04-item01 .txt .title {
    font-size: clamp(24px, calc(24px + 18 * (100cqw - 500px) / 1420), 42px);
  }
}
.p04-item01 .txt p {
  font-size: clamp(18px, calc(18px + 14 * (100vw - 500px) / 1420), 32px);
}
@supports (width: 100cqw) {
  .p04-item01 .txt p {
    font-size: clamp(18px, calc(18px + 14 * (100cqw - 500px) / 1420), 32px);
  }
}
.p04-item01 > img {
  width: 46%;
  max-width: 500px;
}
@media screen and (max-width: 700px) {
  .p04-item01 {
    flex-direction: column;
    align-items: center;
  }
  .p04-item01 .txt {
    width: 100%;
    text-align: center;
  }
  .p04-item01 > img {
    width: 100%;
    max-width: 400px;
  }
}
.p04-item02 {
  display: flex;
  align-items: end;
  margin: 70px 0 0;
}
.p04-pot {
  width: 38%;
  margin: 0 -2% 0 -5%;
}
.p04-level {
  width: 77%;
  display: flex;
  align-items: start;
}
.p04-level > div {
  transform: translateX(-50%);
  opacity: 0;
}
.p04-level > div:nth-child(1) {
  transition: all 0.6s;
}
.p04-level div:nth-child(2) {
  transition: all 0.6s 0.6s;
}
.p04-level div:nth-child(3) {
  transition: all 0.6s 1.2s;
}
.p04-level div:nth-child(4) {
  transition: all 0.6s 1.8s;
}
.p04-level.is-animated > div {
  transform: translateX(0);
  opacity: 1;
}
.p04-level.is-animated > div:nth-child(3) {
  transform: translateX(10%);
}
.p04-item03 {
  margin: 13% 0 0;
}
.p04-feature {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin: 70px 0 0;
}
.p04-feature > img {
  width: 50%;
}
.p04-feature .feature-txt {
  width: 45%;
  padding: 20px 0 0;
}
@media screen and (max-width: 1024px) {
  .p04-feature .feature-txt {
    padding-top: 0;
  }
}
.p04-feature .feature-txt .title {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 500;
  font-size: clamp(20px, calc(20px + 16 * (100vw - 500px) / 1420), 36px);
}
@supports (width: 100cqw) {
  .p04-feature .feature-txt .title {
    font-size: clamp(20px, calc(20px + 16 * (100cqw - 500px) / 1420), 36px);
  }
}
@media screen and (max-width: 600px) {
  .p04-feature {
    flex-direction: column;
    margin: 30px 0 0;
  }
  .p04-feature:nth-child(2) {
    flex-direction: column-reverse;
  }
  .p04-feature > img {
    width: 100%;
  }
  .p04-feature .feature-txt {
    width: 100%;
    padding: 20px 0;
  }
  .p04-feature .feature-txt p {
    margin: 1rem 0 0;
  }
}

.p05 {
  background: linear-gradient(rgba(61, 59, 57, 0) 80%, rgba(61, 59, 57, 0.4) 100%);
  margin: 50px auto 8%;
}
.p05-item01 {
  width: 92%;
  max-width: 1100px;
}
@media screen and (max-width: 1370px) {
  .p05-item01 {
    max-width: 1000px;
  }
}
.p05-item01 {
  margin: 0 auto;
  display: flex;
}
.p05-item01 li {
  padding: 0 20px;
}
@media screen and (max-width: 700px) {
  .p05-item01 {
    flex-direction: column;
    max-width: 350px;
  }
  .p05-item01 li {
    padding: 0 20px 20px;
  }
}
.p05-item02 {
  width: 92%;
  max-width: 1100px;
}
@media screen and (max-width: 1370px) {
  .p05-item02 {
    max-width: 1000px;
  }
}
.p05-item02 {
  display: flex;
  margin: 70px auto 0;
}
.p05-item02 img {
  width: 68%;
  margin: 0 -15% 0 -3%;
}
@media screen and (max-width: 700px) {
  .p05-item02 {
    flex-direction: column-reverse;
    margin: 30px auto 0;
  }
  .p05-item02 img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.p05-info {
  width: 50%;
  padding: 10% 0 0;
}
.p05-info .title {
  font-weight: 400;
  font-size: clamp(24px, calc(24px + 18 * (100vw - 500px) / 1420), 42px);
}
@supports (width: 100cqw) {
  .p05-info .title {
    font-size: clamp(24px, calc(24px + 18 * (100cqw - 500px) / 1420), 42px);
  }
}
@media screen and (max-width: 700px) {
  .p05-info {
    width: 100%;
    padding: 0 0 20px;
  }
}

.p06 ul {
  display: flex;
  margin: 0 -10px;
}
.p06 ul li {
  margin: 0 10px;
}
.p06 ul.p06-item02 {
  margin-top: 50px;
}
@media screen and (max-width: 700px) {
  .p06 ul {
    flex-wrap: wrap;
  }
  .p06 ul.p06-item01 > li {
    width: 100%;
    margin: 10px;
  }
  .p06 ul.p06-item02 {
    margin-top: 0;
  }
  .p06 ul.p06-item02 > li {
    width: calc(50% - 20px);
    margin: 10px;
  }
}

.t03-con {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}
.t03-con ul li {
  border: 2px solid #003b6f;
  border-radius: 30px;
  padding: 3% 3% 3% 6%;
  margin: 6% 0 0 4%;
  position: relative;
  font-size: clamp(16px, calc(16px + 14 * (100vw - 500px) / 1420), 30px);
}
@supports (width: 100cqw) {
  .t03-con ul li {
    font-size: clamp(16px, calc(16px + 14 * (100cqw - 500px) / 1420), 30px);
  }
}
@media screen and (max-width: 600px) {
  .t03-con ul li {
    border-radius: 20px;
    padding: 3% 3% 3% 6%;
    margin: 40px 0 0 20px;
  }
}
.t03-con ul li::before {
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  left: -5%;
  top: -25px;
  background: url(../images/t03-icon.png) no-repeat top center;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .t03-con ul li::before {
    width: 12%;
    min-width: 40px;
  }
}
.t03-con ul li .tl {
  font-weight: bold;
  font-size: clamp(20px, calc(20px + 16 * (100vw - 500px) / 1420), 36px);
}
@supports (width: 100cqw) {
  .t03-con ul li .tl {
    font-size: clamp(20px, calc(20px + 16 * (100cqw - 500px) / 1420), 36px);
  }
}
.t03-con ul li .tl small {
  font-size: clamp(15px, calc(15px + 13 * (100vw - 500px) / 1420), 28px);
}
@supports (width: 100cqw) {
  .t03-con ul li .tl small {
    font-size: clamp(15px, calc(15px + 13 * (100cqw - 500px) / 1420), 28px);
  }
}
.t03-con ul li .red {
  font-weight: bold;
  font-size: clamp(20px, calc(20px + 16 * (100vw - 500px) / 1420), 36px);
}
@supports (width: 100cqw) {
  .t03-con ul li .red {
    font-size: clamp(20px, calc(20px + 16 * (100cqw - 500px) / 1420), 36px);
  }
}
.t03-h1 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: clamp(22px, calc(22px + 28 * (100vw - 500px) / 1420), 50px);
}
@supports (width: 100cqw) {
  .t03-h1 {
    font-size: clamp(22px, calc(22px + 28 * (100cqw - 500px) / 1420), 50px);
  }
}
.t03-h2 {
  text-align: center;
  font-size: clamp(18px, calc(18px + 18 * (100vw - 500px) / 1420), 36px);
}
@supports (width: 100cqw) {
  .t03-h2 {
    font-size: clamp(18px, calc(18px + 18 * (100cqw - 500px) / 1420), 36px);
  }
}
.t03-h2 a {
  color: #000;
  border: 3px solid #eee;
  border-radius: 50px;
  padding: 5px 20px;
  display: inline-block;
}
.t03-h2 a:hover {
  background: #f5f5f5;
}

.t04-con {
  width: 92%;
  max-width: 1100px;
}
@media screen and (max-width: 1370px) {
  .t04-con {
    max-width: 1000px;
  }
}
.t04-con {
  margin: 0 auto;
  padding: 0 50px 50px 40px;
  background: url(../images/t04-bg.png) no-repeat bottom center;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .t04-con {
    padding: 0 30px 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  .t04-con {
    padding: 0 15px 20px 10px;
  }
}
.t04-con ul li {
  margin-top: 30px;
}

.t05-con {
  padding: 0 0 80px;
}

.shopbnt {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 99;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (min-width: 1920px) {
  .shopbnt {
    width: 6%;
  }
}
.shopbnt a {
  display: block;
  width: 120px;
  height: 120px;
  background: url("../images/shopICON.png") center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1920px) {
  .shopbnt a {
    width: 100%;
    padding-top: 100%;
    height: auto;
  }
}
.shopbnt:hover {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .menu_Btn {
    display: block !important;
  }
  header {
    display: block;
  }
  header .menuBox {
    padding: 10px;
    height: 60px;
  }
  header .menu {
    width: 100vw;
    position: fixed;
    height: 0;
    top: 60px;
    left: 0;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 888;
    transition: height 0.5s;
  }
  header .menu.Open {
    height: calc(100% - 60px);
  }
  header .menu ul {
    flex-direction: column;
  }
  header .menu ul li {
    width: 80%;
    border: 1px solid #f1f1f1;
    border-radius: 100px;
    margin-bottom: 20px;
  }
  header .menu ul li:hover {
    background-color: #f9f9f9;
  }
  header .menu ul li a {
    padding: 15px 0;
    display: block;
    text-align: center;
  }
  header .menu ul li a:hover {
    transform: translateY(0);
  }
  .shopbnt a {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sns_list {
    padding: 50px 0;
  }
  .sns_list ul {
    max-width: 400px;
  }
  .sns_list ul li a {
    width: 70px;
  }
}
@media screen and (max-width: 500px) {
  .shopbnt {
    right: 10px;
  }
  .shopbnt a {
    width: 60px;
    height: 60px;
  }
}/*# sourceMappingURL=NWHGF18.css.map */