@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

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

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

.suba h1 {
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2rem;
  white-space: nowrap;
  font-size: clamp(28px, calc(28px + 28 * (100vw - 500px) / 1420), 56px);
}
@supports (width: 100cqw) {
  .suba h1 {
    font-size: clamp(28px, calc(28px + 28 * (100cqw - 500px) / 1420), 56px);
  }
}
.suba h2 {
  font-weight: bold;
  color: #000;
  letter-spacing: 0.2rem;
  font-size: clamp(26px, calc(26px + 16 * (100vw - 500px) / 1420), 42px);
}
@supports (width: 100cqw) {
  .suba h2 {
    font-size: clamp(26px, calc(26px + 16 * (100cqw - 500px) / 1420), 42px);
  }
}
.suba h2 span {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding: 0 10px;
  z-index: 1;
}
.suba h2 span::before {
  content: "";
  width: 0;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: width 1s 0.3s;
  background: #ffec39;
  z-index: -1;
}
.suba h2 span:nth-child(n+2):before {
  transition: width 1s 1.3s;
}
.suba h2.is-animated span::before {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .suba h2 {
    letter-spacing: 0;
  }
  .suba h2 span {
    padding: 0 5px;
  }
}
.suba p {
  line-height: 1.3;
  font-size: clamp(15px, calc(15px + 7 * (100vw - 500px) / 1420), 22px);
}
@supports (width: 100cqw) {
  .suba p {
    font-size: clamp(15px, calc(15px + 7 * (100cqw - 500px) / 1420), 22px);
  }
}
@media screen and (max-width: 720px) {
  .suba p {
    line-height: 1.5;
    margin: 10px 0;
  }
}
.suba .note {
  color: #000;
  line-height: 1.5;
  padding: 0;
  font-size: clamp(10px, calc(10px + 4 * (100vw - 500px) / 1420), 14px);
}
@supports (width: 100cqw) {
  .suba .note {
    font-size: clamp(10px, calc(10px + 4 * (100cqw - 500px) / 1420), 14px);
  }
}
.suba .note span {
  display: block;
  margin: 3px;
}
@media screen and (max-width: 720px) {
  .suba .note {
    font-size: clamp(10px, calc(10px + 4 * (100vw - 500px) / 1420), 14px);
  }
  @supports (width: 100cqw) {
    .suba .note {
      font-size: clamp(10px, calc(10px + 4 * (100cqw - 500px) / 1420), 14px);
    }
  }
}
.suba img {
  width: 100%;
}

body {
  color: #000;
  line-height: 1.5;
  font-family: "Barlow", "Noto Sans TC", Arial, "微軟正黑體";
  font-weight: 400;
  background: #ede8e4;
}
body.Fixd, body.m-Fixd {
  height: 100vh;
  overflow: hidden;
}

.primary-Width {
  width: 82%;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .primary-Width {
    width: 92%;
  }
}

main {
  width: 100%;
  font-family: "Barlow", "Noto Sans TC", Arial, "微軟正黑體";
  line-height: 1.3;
}

.suba_h {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  border-radius: 0 0 0 90px;
  padding: 50px 40px 40px;
}
.suba_menu {
  max-height: calc(100vh - 90px);
  padding: 0 0 40px;
  overflow-y: auto;
  border-radius: 0 0 0 40px;
}
.suba_logo {
  width: 100%;
  transition: all 0.3s;
}
.suba_logo img {
  max-width: 55px;
}
.suba_nav {
  margin: 20px 0 20%;
}
.suba_nav li > a {
  display: block;
  color: #000;
  padding: 8px 0;
  transition: all 0.3s;
  font-family: "Barlow", "Noto Sans TC", Arial, "微軟正黑體";
  font-size: clamp(18px, calc(18px + 4 * (100vw - 500px) / 1420), 22px);
}
@supports (width: 100cqw) {
  .suba_nav li > a {
    font-size: clamp(18px, calc(18px + 4 * (100cqw - 500px) / 1420), 22px);
  }
}
.suba_nav li > a:hover {
  opacity: 0.6;
}
.suba_nav .sub {
  padding-left: 30px;
  margin: 0 0 20px 15px;
  border-left: 1px solid #888;
}
.suba_nav .sub li > a {
  padding: 8px 0;
  font-size: clamp(14px, calc(14px + 4 * (100vw - 500px) / 1420), 18px);
}
@supports (width: 100cqw) {
  .suba_nav .sub li > a {
    font-size: clamp(14px, calc(14px + 4 * (100cqw - 500px) / 1420), 18px);
  }
}
.suba_link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.suba_link a {
  display: inline-block;
  width: 60px;
  margin: 0 8px;
  transition: all 0.3s;
}
.suba_link a:hover {
  opacity: 0.6;
}

.menu_Btn {
  z-index: 999;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .menu_Btn {
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    padding: 9px;
  }
}
.menu_Btn i {
  display: none;
}
.menu_Btn span {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin: 4px auto;
  transition: transform 0.3s;
}
.menu_Btn span:nth-of-type(2) {
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  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: 80%;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 5px;
}
.menu_Btn.Open span:nth-of-type(1) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_Btn.Open span:nth-of-type(2) {
  opacity: 0;
  -o-transition: opacity 0s;
  -ms-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
.menu_Btn.Open span:last-child {
  margin: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu_Btn:hover {
  cursor: pointer;
}

.subaBN {
  position: relative;
}
.subaBN > div:nth-child(n+2) {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.subaBN img {
  width: 100%;
}
.subaBN .clip {
  clip-path: circle(0 at 79% 50%);
}
@media screen and (max-width: 700px) {
  .subaBN .clip {
    clip-path: circle(0 at 78% 48%);
  }
}

.subaMV {
  width: 100%;
  height: 250vh;
  background: #9fd9f6;
  position: relative;
  z-index: -2;
}
.subaMV .scroll-txt {
  width: 10%;
  max-width: 60px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: -1;
}
.subaMV-box {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}
.subaMV-con {
  width: 100%;
  height: 100vh;
  position: relative;
  transform: scale(0.5);
  overflow: hidden;
}
.subaMV-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subaMV-info {
  width: 100%;
  height: 250vh;
  position: absolute;
  top: 0;
  left: 0;
}
.subaMV-info .txtBox {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  padding: 5% 10%;
  display: flex;
  align-items: flex-end;
}
.subaMV-info .txt_img {
  width: 30%;
  max-width: 410px;
  height: 100%;
  background: url(../images/subaMV-info.svg) no-repeat left bottom;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .subaMV-info .txt_img {
    width: 60%;
  }
}

.t01, .t02, .f05, .f04, .f03, .f02, .f01 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.t01_bg {
  background: #ede8e4;
}
.t01_con {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 8% 0;
  position: relative;
}
.t01_title {
  width: 21%;
  text-align: right;
  position: absolute;
  top: 11%;
  left: 0;
  padding-bottom: 10px;
  z-index: 1;
}
.t01_title::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #000;
  border-left: none;
}
.t01_title h1 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.t01_title h1::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 2px #000;
}
.t01_slogan {
  text-align: right;
  position: absolute;
  right: 3%;
  top: -3%;
}
.t01_slogan span {
  display: block;
  font-weight: bold;
  font-family: "Barlow", "Noto Sans TC", Arial, "微軟正黑體";
  font-size: clamp(16px, calc(16px + 16 * (100vw - 500px) / 1420), 32px);
}
@supports (width: 100cqw) {
  .t01_slogan span {
    font-size: clamp(16px, calc(16px + 16 * (100cqw - 500px) / 1420), 32px);
  }
}
.t01_slogan h1 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.t01_slogan h1::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 2px #000;
}
.t01_info {
  width: 82%;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .t01_info {
    width: 92%;
  }
}
.t01_info {
  background: #fff;
  border-radius: 40px;
  padding: 11% 3% 4.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.t01_info ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.t01_info ul li {
  width: 16.6666666667%;
  text-align: center;
}
.t01_info ul li .t01_pic {
  padding: 15px 15px 10px;
  text-align: center;
}
.t01_info ul li .t01_pic img {
  width: 100%;
  max-width: 150px;
}
.t01_info ul li p {
  font-size: clamp(16px, calc(16px + 8 * (100vw - 500px) / 1420), 24px);
}
@supports (width: 100cqw) {
  .t01_info ul li p {
    font-size: clamp(16px, calc(16px + 8 * (100cqw - 500px) / 1420), 24px);
  }
}
.t01_info ul li p {
  border-right: 1px solid #000;
  font-weight: 500;
}
.t01_info ul li:last-child p {
  border-right: none;
}
.t01_info a {
  width: 50%;
  max-width: 200px;
  display: inline-block;
  text-align: center;
  background: #000;
  color: #fff;
  margin-top: 30px;
  padding: 10px 30px;
  border: 1px solid #000;
  font-size: clamp(16px, calc(16px + 8 * (100vw - 500px) / 1420), 24px);
}
@supports (width: 100cqw) {
  .t01_info a {
    font-size: clamp(16px, calc(16px + 8 * (100cqw - 500px) / 1420), 24px);
  }
}
.t01_info a:hover {
  background: #f5f5f5;
  color: #000;
}
@media screen and (max-width: 768px) {
  .t01_con {
    padding: 80px 0;
  }
  .t01_title {
    width: 25%;
    top: 60px;
  }
  .t01_info {
    padding: 100px 20px 50px;
  }
}
@media screen and (max-width: 750px) {
  .t01_info ul {
    max-width: 500px;
  }
  .t01_info ul li {
    width: 33.3333333333%;
    margin-bottom: 20px;
  }
  .t01_info ul li .t01_pic {
    padding: 10px 20px;
  }
  .t01_info ul li:nth-child(3) p {
    border-right: none;
  }
}
@media screen and (max-width: 600px) {
  .t01_title {
    width: 150px;
  }
  .t01_slogan {
    position: initial;
    margin-bottom: 40px;
  }
  .t01_info {
    padding: 50px 20px;
  }
}

.f01_bg {
  background: #fff;
}
.f01_con {
  padding: 8% 0;
  position: relative;
  overflow: hidden;
}
.f01_title {
  width: 40%;
  text-align: right;
  position: absolute;
  top: 3%;
  left: -10%;
  padding-bottom: 10px;
  transform: rotate(90deg);
}
.f01_title::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #000;
  border-left: none;
}
.f01_title h1 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.f01_title h1::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 2px #000;
}
.f01_info {
  width: 82%;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .f01_info {
    width: 92%;
  }
}
.f01_info {
  display: flex;
  align-items: center;
}
.f01_txt {
  width: 50%;
  padding: 8%;
}
.f01_txt span {
  display: block;
  font-weight: bold;
  font-family: "Barlow", "Noto Sans TC", Arial, "微軟正黑體";
  font-size: clamp(16px, calc(16px + 16 * (100vw - 500px) / 1420), 32px);
}
@supports (width: 100cqw) {
  .f01_txt span {
    font-size: clamp(16px, calc(16px + 16 * (100cqw - 500px) / 1420), 32px);
  }
}
.f01_txt h1 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.f01_txt h1::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 2px #000;
}
.f01_txt span {
  color: #f00;
}
.f01_txt p {
  line-height: 1.7;
  margin-top: 8%;
}
.f01_pic {
  width: 50%;
}
.f01_pic img {
  margin-top: -30px;
}
.f01_pic p {
  padding-left: 8%;
}
@media screen and (max-width: 1300px) {
  .f01_title {
    left: -15%;
  }
}
@media screen and (max-width: 900px) {
  .f01_txt {
    width: 50%;
    padding: 30px 30px 30px 60px;
  }
  .f01_txt span {
    display: block;
    font-weight: bold;
    font-family: "Barlow", "Noto Sans TC", Arial, "微軟正黑體";
    font-size: clamp(16px, calc(16px + 16 * (100vw - 500px) / 1420), 32px);
  }
  @supports (width: 100cqw) {
    .f01_txt span {
      font-size: clamp(16px, calc(16px + 16 * (100cqw - 500px) / 1420), 32px);
    }
  }
  .f01_txt h1 {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .f01_txt h1::before {
    content: attr(data-storke);
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 2px #000;
  }
  .f01_txt span {
    color: #f00;
  }
  .f01_txt p {
    line-height: 1.7;
    margin-top: 8%;
  }
  .f01_pic img {
    margin-top: 0;
  }
  .f01_pic p {
    padding-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .f01_title {
    width: 250px;
    left: -80px;
    top: 5%;
  }
  .f01_con {
    padding: 80px 0;
  }
  .f01_info {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .f01_txt {
    width: 100%;
    padding: 30px 30px 30px 90px;
  }
  .f01_pic {
    width: 100%;
  }
}

.f02 {
  background: url(../images/f02_bg.png) no-repeat top left, #89d0f3;
  background-size: 55%;
}
.f02_bg {
  background: #89d0f3;
}
.f02_con {
  width: 82%;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .f02_con {
    width: 92%;
  }
}
.f02_con {
  padding: 8% 0;
}
.f02_info {
  position: relative;
  text-align: right;
  padding: 8% 0 0 30%;
}
.f02_txt {
  background: #fff;
  border-radius: 40px;
  padding: 5%;
}
.f02_txt span {
  display: block;
  font-weight: bold;
  font-family: "Barlow", "Noto Sans TC", Arial, "微軟正黑體";
  font-size: clamp(16px, calc(16px + 16 * (100vw - 500px) / 1420), 32px);
}
@supports (width: 100cqw) {
  .f02_txt span {
    font-size: clamp(16px, calc(16px + 16 * (100cqw - 500px) / 1420), 32px);
  }
}
.f02_txt h1 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.f02_txt h1::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 2px #000;
}
.f02_txt > span {
  color: #3a8dde;
}
.f02_txt p {
  line-height: 1.7;
  margin: 5% 0;
  position: relative;
  z-index: 1;
}
.f02_txt p span {
  display: inline-block;
}
.f02_txt p .small {
  vertical-align: text-top;
  font-size: clamp(10px, calc(10px + 4 * (100vw - 500px) / 1420), 14px);
}
@supports (width: 100cqw) {
  .f02_txt p .small {
    font-size: clamp(10px, calc(10px + 4 * (100cqw - 500px) / 1420), 14px);
  }
}
.f02_txt p .red {
  color: #f00;
  font-weight: 600;
  font-size: clamp(20px, calc(20px + 20 * (100vw - 500px) / 1420), 40px);
}
@supports (width: 100cqw) {
  .f02_txt p .red {
    font-size: clamp(20px, calc(20px + 20 * (100cqw - 500px) / 1420), 40px);
  }
}
.f02_pic {
  width: 50%;
  max-width: 620px;
  position: absolute;
  top: 0;
  left: 20%;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .f02 {
    background: url(../images/f02_bg.png) no-repeat top left -20%, #89d0f3;
    background-size: 60%;
  }
  .f02_info {
    padding: 80px 0 0 30%;
  }
  .f02_pic {
    width: 45%;
    left: 17%;
  }
}
@media screen and (max-width: 800px) {
  .f02_con {
    padding: 80px 0 30px;
  }
  .f02_info {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
  }
  .f02_txt {
    width: 70%;
    border-radius: 30px;
    padding: 40px 30px 100px;
  }
  .f02_pic {
    width: 80%;
    position: relative;
    z-index: 1;
    top: -50px;
    left: 0;
    margin-right: auto;
    border-radius: 30px;
  }
}
@media screen and (max-width: 500px) {
  .f02 {
    background: url(../images/f02_bg.png) no-repeat top left, #89d0f3;
    background-size: 130%;
  }
  .f02_con {
    padding: 105% 0 30px;
  }
  .f02_txt {
    width: 90%;
  }
  .f02_pic {
    width: 90%;
  }
}

.f03_con {
  width: 82%;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .f03_con {
    width: 92%;
  }
}
.f03_con {
  padding: 8% 0;
  position: relative;
  z-index: 1;
}
.f03_con::before {
  content: "";
  width: 50%;
  height: 40%;
  position: absolute;
  top: 15%;
  right: 0;
  background: #fff;
  border-radius: 40px;
  z-index: -1;
}
.f03_title {
  padding: 0 7%;
}
.f03_title span {
  display: block;
  font-weight: bold;
  font-family: "Barlow", "Noto Sans TC", Arial, "微軟正黑體";
  font-size: clamp(16px, calc(16px + 16 * (100vw - 500px) / 1420), 32px);
}
@supports (width: 100cqw) {
  .f03_title span {
    font-size: clamp(16px, calc(16px + 16 * (100cqw - 500px) / 1420), 32px);
  }
}
.f03_title h1 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.f03_title h1::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 2px #000;
}
.f03_title > span {
  color: #F00;
}
.f03_info {
  background: #fff;
  border-radius: 40px;
  padding: 7%;
  margin-top: -2%;
}
.f03_item1 {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -10%;
}
.f03_item1 .title {
  width: 52%;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.f03_item1 .title img {
  width: 30%;
  min-width: 50px;
  max-width: 100px;
  margin-right: 15px;
}
.f03_item1 .pic {
  width: 42%;
  max-width: 530px;
}
.f03_item1 p,
.f03_item1 .note {
  width: 100%;
}
.f03_item1 p {
  margin: 30px 0;
  font-size: clamp(18px, calc(18px + 10 * (100vw - 500px) / 1420), 28px);
}
@supports (width: 100cqw) {
  .f03_item1 p {
    font-size: clamp(18px, calc(18px + 10 * (100cqw - 500px) / 1420), 28px);
  }
}
.f03_item1 > a {
  width: 100%;
  max-width: 300px;
  display: block;
  background: #808080;
  color: #fff;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, calc(18px + 3 * (100vw - 500px) / 1420), 21px);
}
@supports (width: 100cqw) {
  .f03_item1 > a {
    font-size: clamp(18px, calc(18px + 3 * (100cqw - 500px) / 1420), 21px);
  }
}
.f03_item1 > a img {
  width: 26px;
  margin-left: 8px;
}
.f03_item1 > a:hover {
  background: #333;
}
.f03_item2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.f03_item2 .pic {
  width: 40%;
  display: flex;
  justify-content: space-around;
}
.f03_item2 .pic img {
  width: 40%;
  max-width: 220px;
}
.f03_item2 .txt {
  width: 55%;
}
.f03_item2 .txt h2 {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.f03_item2 .txt p {
  margin: 30px 0;
  font-size: clamp(18px, calc(18px + 10 * (100vw - 500px) / 1420), 28px);
}
@supports (width: 100cqw) {
  .f03_item2 .txt p {
    font-size: clamp(18px, calc(18px + 10 * (100cqw - 500px) / 1420), 28px);
  }
}
@media screen and (max-width: 1300px) {
  .f03_con::before {
    top: 10%;
  }
  .f03_info {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 900px) {
  .f03_con {
    padding: 80px 0;
  }
  .f03_con::before {
    content: none;
  }
  .f03_info {
    padding: 50px 30px;
  }
  .f03_item1 {
    margin-top: 0%;
  }
  .f03_item1 .title {
    width: 100%;
  }
  .f03_item1 .title img {
    width: 20%;
  }
  .f03_item1 .pic {
    width: 80%;
    max-width: 400px;
    margin: 30px auto 0;
  }
  .f03_item1 > a img {
    width: 20px;
  }
  .f03_item2 {
    flex-direction: column;
  }
  .f03_item2 .pic {
    width: 100%;
    max-width: 450px;
  }
  .f03_item2 .txt {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .f03_info {
    margin-top: -20px;
  }
  .f03_item1 .title {
    flex-direction: column;
    align-items: start;
    padding-bottom: 20px;
  }
  .f03_item1 .title img {
    margin: 0 0 10px;
  }
  .f03_item1 p {
    margin: 20px 0;
  }
  .f03_item1 > a {
    margin: 20px auto 0;
  }
  .f03_item1 > a img {
    width: 26px;
    margin-left: 8px;
  }
  .f03_item1 > a:hover {
    background: #333;
  }
  .f03_item2 .txt h2 {
    padding-bottom: 20px;
  }
  .f03_item2 .txt p {
    margin: 20px 0;
  }
}

.f04_con {
  width: 82%;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .f04_con {
    width: 92%;
  }
}
.f04_con {
  padding: 5% 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.f04_con > div {
  width: 48%;
  position: relative;
  padding: 3% 0 0;
  margin: 30px 0;
  transform: translateY(5%);
  transition: all 0.8s;
}
.f04_con > div.is-animated {
  transform: translateY(0);
}
.f04_title span {
  display: block;
  font-weight: bold;
  font-family: "Barlow", "Noto Sans TC", Arial, "微軟正黑體";
  font-size: clamp(16px, calc(16px + 16 * (100vw - 500px) / 1420), 32px);
}
@supports (width: 100cqw) {
  .f04_title span {
    font-size: clamp(16px, calc(16px + 16 * (100cqw - 500px) / 1420), 32px);
  }
}
.f04_title h1 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.f04_title h1::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 2px #000;
}
.f04_title span {
  color: #f00;
}
.f04_info {
  background: #fff;
  border-radius: 40px;
  padding: 15% 8% 8%;
}
.f04_no {
  width: 20%;
  max-width: 130px;
  position: absolute;
  top: 0;
  left: 3%;
}
.f04_txt {
  padding: 0 8%;
  margin-bottom: 50px;
}
.f04_txt p {
  line-height: 2;
  margin: 30px 0;
}
.f04_pic {
  position: relative;
}
.f04_item1 {
  padding: 5% 0 2% 5% !important;
}
.f04_item1 p {
  line-height: 2;
  font-size: clamp(18px, calc(18px + 10 * (100vw - 500px) / 1420), 28px);
}
@supports (width: 100cqw) {
  .f04_item1 p {
    font-size: clamp(18px, calc(18px + 10 * (100cqw - 500px) / 1420), 28px);
  }
}
.f04_item2 .new {
  width: 24%;
  position: absolute;
  bottom: 5%;
  right: 5%;
}
.f04_item2 .seamless {
  width: 50%;
  margin: 20px 0 0 auto;
}
.f04_item3 {
  transform: translateY(-45%) !important;
}
.f04_item3.is-animated {
  transform: translateY(-50%) !important;
}
.f04_item3 .new {
  width: 24%;
  position: absolute;
  top: -15%;
  right: -5%;
}
.f04_item4 h2 span {
  width: 100%;
}
.f04_item4 h2 span::before {
  transform: translateY(0);
}
.f04_item4 p span {
  color: #f00;
  font-weight: bold;
  vertical-align: text-top;
  line-height: 1;
  font-size: clamp(20px, calc(20px + 20 * (100vw - 500px) / 1420), 40px);
}
@supports (width: 100cqw) {
  .f04_item4 p span {
    font-size: clamp(20px, calc(20px + 20 * (100cqw - 500px) / 1420), 40px);
  }
}
@media screen and (max-width: 900px) {
  .f04_txt {
    padding: 0;
    margin-bottom: 30px;
  }
  .f04_item1 {
    padding: 50px 0 0 !important;
  }
}
@media screen and (max-width: 700px) {
  .f04_con > div {
    width: 100%;
    padding: 8% 0 0;
  }
  .f04_item1 {
    padding: 0 !important;
  }
  .f04_item3 {
    transform: translateY(5%) !important;
  }
  .f04_item3.is-animated {
    transform: translateY(0) !important;
  }
}
@media screen and (max-width: 500px) {
  .f04_txt {
    margin-bottom: 40px;
  }
  .f04_txt p {
    margin: 20px 0;
  }
}

.f05 {
  overflow: hidden;
}
.f05_bg {
  padding: 0 0 8%;
}
@media screen and (min-width: 1920px) {
  .f05_bg {
    padding: 0 0 150px;
  }
}
.f05_con {
  padding: 18% 0 0;
  position: relative;
  width: 82%;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .f05_con {
    width: 92%;
  }
}
.f05_con .f05_pic01,
.f05_con .f05_pic02 {
  width: 23%;
  max-width: 320px;
  position: absolute;
  z-index: 1;
}
.f05_con .f05_pic02 {
  top: 3%;
  left: 12%;
}
.f05_con .f05_pic01 {
  left: 0;
  bottom: 0;
}
.f05_info .txtBox {
  background: #fff;
  border-radius: 300px;
  padding: 6% 0 6% 32%;
  margin: 0 -5% 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f05_info .txtBox .txt {
  width: 52%;
}
.f05_info .txtBox p {
  line-height: 2;
}
.f05_info .f05_pic03 {
  width: 45%;
  max-width: 440px;
  margin-top: -25%;
  position: relative;
}
.f05_info .f05_pic03 .point {
  width: 15%;
  position: absolute;
  right: 0;
  top: 42%;
}
.f05_title span {
  display: block;
  font-weight: bold;
  font-family: "Barlow", "Noto Sans TC", Arial, "微軟正黑體";
  font-size: clamp(16px, calc(16px + 16 * (100vw - 500px) / 1420), 32px);
}
@supports (width: 100cqw) {
  .f05_title span {
    font-size: clamp(16px, calc(16px + 16 * (100cqw - 500px) / 1420), 32px);
  }
}
.f05_title h1 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.f05_title h1::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 2px #000;
}
.f05_title span {
  color: #f00;
}
.f05_title h1 {
  white-space: nowrap;
}
.f05_slide {
  margin: -2% -10% 0;
}
.f05_slide div {
  padding: 0 0.2%;
}
@media screen and (max-width: 1300px) {
  .f05_info .txtBox {
    padding: 6% 0 6% 37%;
    margin: 0;
  }
  .f05_info .f05_pic03 {
    margin-top: -20%;
  }
}
@media screen and (max-width: 950px) {
  .f05_con {
    padding: 50% 0 0;
  }
  .f05_con .f05_pic01,
  .f05_con .f05_pic02 {
    width: 35%;
    max-width: 320px;
    position: absolute;
    z-index: 1;
  }
  .f05_con .f05_pic02 {
    top: 10%;
    left: 40%;
  }
  .f05_con .f05_pic01 {
    left: 20%;
    bottom: auto;
    top: 30%;
  }
  .f05_info .txtBox {
    padding: 40% 6% 6% 10%;
    border-radius: 180px;
    margin: 0;
  }
  .f05_info .f05_pic03 {
    margin-top: -10%;
  }
  .f05_slide {
    margin: -2% -50% 0;
  }
}
@media screen and (max-width: 700px) {
  .f05_con {
    padding: 70% 0 0;
  }
  .f05_con .f05_pic01,
  .f05_con .f05_pic02 {
    width: 50%;
    max-width: initial;
  }
  .f05_con .f05_pic02 {
    left: 45%;
  }
  .f05_con .f05_pic01 {
    left: 5%;
    top: 25%;
  }
  .f05_info .txtBox {
    padding: 230px 20px 50px 20px;
    border-radius: 180px 180px 30px 30px;
    margin: 0;
  }
  .f05_info .f05_pic03 {
    margin-top: -10%;
  }
  .f05_slide {
    margin: -2% -50% 0;
  }
}
@media screen and (max-width: 500px) {
  .f05_con .f05_pic02 {
    top: 6%;
  }
  .f05_con .f05_pic01 {
    top: 20%;
  }
  .f05_info .txtBox {
    flex-direction: column;
  }
  .f05_info .txtBox .txt {
    width: 100%;
  }
  .f05_info .f05_pic03 {
    margin-top: -10%;
  }
  .f05 .f05_pic03 {
    width: 60%;
    margin-top: 20px;
  }
}

.t02_con {
  width: 85%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 8% 0;
}
.t02_title span {
  display: block;
  font-weight: bold;
  font-family: "Barlow", "Noto Sans TC", Arial, "微軟正黑體";
  font-size: clamp(16px, calc(16px + 16 * (100vw - 500px) / 1420), 32px);
}
@supports (width: 100cqw) {
  .t02_title span {
    font-size: clamp(16px, calc(16px + 16 * (100cqw - 500px) / 1420), 32px);
  }
}
.t02_title h1 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.t02_title h1::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 2px #000;
}
.t02_item1, .t02_item2 {
  display: flex;
  align-items: start;
}
.t02_item1 .t02_txtBox, .t02_item2 .t02_txtBox {
  background: #fff;
  border-radius: 40px;
}
.t02_item1 .t02_txtBox .t02_txt, .t02_item2 .t02_txtBox .t02_txt {
  position: relative;
  padding: 9%;
  z-index: 1;
}
.t02_item1 .t02_txtBox .t02_txt p, .t02_item2 .t02_txtBox .t02_txt p {
  line-height: 2;
  margin: 1rem 0 0;
  text-shadow: -1px 0 2px #fff, 0 1px 2px #fff, 1px 0 2px #fff, 0 -1px 2px #fff;
}
.t02_item1 .t02_pic, .t02_item2 .t02_pic {
  width: 100%;
  position: relative;
}
.t02_item1 .t02_pic .img, .t02_item2 .t02_pic .img {
  border-radius: 40px;
}
.t02_item1 .t02_txtBox {
  width: 40%;
  margin-right: -40%;
}
.t02_item1 .t02_pic {
  width: 100%;
  text-align: right;
  position: relative;
  padding: 6% 0 0;
}
.t02_item1 .t02_pic .imgBox {
  width: 75%;
  min-height: 580px;
  padding-top: 41%;
  background: url(../images/t02_pic_1.png) no-repeat center;
  background-size: cover;
  border-radius: 40px;
  margin-left: auto;
}
.t02_item1 .t02_pic .txt {
  width: 92.5%;
  margin-top: -3%;
  padding-right: 2%;
}
.t02_item1 .t02_pic .logo {
  width: 16%;
  max-width: 240px;
  position: absolute;
  right: 10%;
  top: 0;
}
.t02_item2 {
  margin-top: 8%;
  align-items: end;
}
.t02_item2 .t02_txtBox {
  width: 45%;
  margin: 6% 0 0 -45%;
  text-align: right;
}
.t02_item2 .t02_txtBox .t02_txt {
  padding: 9% 9% 6% 0;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.t02_item2 .t02_txtBox .t02_txt p {
  margin: 5% 0 19%;
  text-shadow: -1px 0 2px #fff, 0 1px 2px #fff, 1px 0 2px #fff, 0 -1px 2px #fff;
}
.t02_item2 .t02_txtBox .t02_txt .note {
  padding-left: 25%;
}
.t02_item2 .t02_pic {
  width: 100%;
  text-align: left;
  padding: 0 0 50px;
}
.t02_item2 .t02_pic .img {
  width: 72.36%;
}
.t02_item2 .t02_pic .imgBox {
  width: 72.35%;
  min-height: 580px;
  padding-top: 41%;
  background: url(../images/t02_pic_2.png) no-repeat center;
  background-size: cover;
  border-radius: 40px;
}
.t02_item2 .t02_pic .txt {
  width: 63.25%;
  margin-top: -3%;
  padding-left: 7%;
}
@media screen and (max-width: 1300px) {
  .t02_con {
    width: 92%;
  }
  .t02_item1 .t02_txtBox .t02_txt, .t02_item2 .t02_txtBox .t02_txt {
    padding: 9% 6%;
  }
  .t02_item2 .t02_txtBox .t02_txt {
    padding: 9% 6% 6% 0;
  }
}
@media screen and (max-width: 950px) {
  .t02_item1, .t02_item2 {
    flex-direction: column;
  }
  .t02_item1 .t02_txtBox, .t02_item2 .t02_txtBox {
    background: #fff;
    border-radius: 30px;
  }
  .t02_item1 {
    flex-direction: column-reverse;
  }
  .t02_item1 .t02_txtBox {
    width: 90%;
    margin-right: 0;
    margin-top: -200px;
  }
  .t02_item1 .t02_txtBox .t02_txt {
    padding: 250px 50px 50px;
  }
  .t02_item1 .t02_pic {
    padding: 6% 0 0;
  }
  .t02_item1 .t02_pic .imgBox {
    width: 90%;
    min-height: 300px;
    padding-top: 50%;
    border-radius: 30px;
  }
  .t02_item1 .t02_pic .txt {
    width: 95%;
    margin-top: -5%;
  }
  .t02_item1 .t02_pic .logo {
    width: 30%;
    right: 5%;
  }
  .t02_item2 {
    margin-top: 8%;
  }
  .t02_item2 .t02_txtBox {
    width: 90%;
    margin: -200px 0 0 0;
  }
  .t02_item2 .t02_txtBox .t02_txt {
    padding: 250px 50px 6% 0;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .t02_item2 .t02_txtBox .t02_txt p {
    margin: 5% 0 19%;
    text-shadow: -1px 0 2px #fff, 0 1px 2px #fff, 1px 0 2px #fff, 0 -1px 2px #fff;
  }
  .t02_item2 .t02_txtBox .t02_txt .note {
    padding-left: 25%;
  }
  .t02_item2 .t02_pic {
    padding: 0;
  }
  .t02_item2 .t02_pic .imgBox {
    width: 90%;
    min-height: 300px;
    padding-top: 50%;
    border-radius: 30px;
  }
  .t02_item2 .t02_pic .txt {
    width: 65%;
  }
}
@media screen and (max-width: 500px) {
  .t02_item1 .t02_txtBox {
    width: 95%;
  }
  .t02_item1 .t02_txtBox .t02_txt {
    padding: 230px 20px 30px;
  }
  .t02_item1 .t02_txtBox .t02_txt p {
    margin: 30px 0 0;
  }
  .t02_item2 {
    margin-top: 50px;
  }
  .t02_item2 .t02_txtBox {
    width: 98%;
    margin: -200px 0 0 0;
  }
  .t02_item2 .t02_txtBox .t02_txt {
    padding: 230px 20px 30px 0;
  }
  .t02_item2 .t02_txtBox .t02_txt p {
    margin: 30px 0;
    text-shadow: -1px 0 2px #fff, 0 1px 2px #fff, 1px 0 2px #fff, 0 -1px 2px #fff;
  }
  .t02_item2 .t02_txtBox .t02_txt .note {
    padding-left: 25%;
  }
  .t02_item2 .t02_pic {
    padding: 0;
  }
  .t02_item2 .t02_pic .imgBox {
    width: 90%;
    min-height: 300px;
    padding-top: 50%;
    border-radius: 30px;
  }
  .t02_item2 .t02_pic .txt {
    width: 65%;
  }
}

.h1_tit {
  text-align: center;
  font-weight: bold;
  font-size: clamp(22px, calc(22px + 10 * (100vw - 500px) / 1420), 32px);
}
@supports (width: 100cqw) {
  .h1_tit {
    font-size: clamp(22px, calc(22px + 10 * (100cqw - 500px) / 1420), 32px);
  }
}

.detail {
  padding: 8% 0 5%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (min-width: 1920px) {
  .detail {
    padding: 150px 0 100px;
  }
}
.detailBox {
  width: 82%;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .detailBox {
    width: 92%;
  }
}
.detailBox {
  padding: 5% 10%;
  background: #fff;
  border-radius: 40px;
}
.detail_detail {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
}
.detail_detail .note {
  padding: 20px;
}
.detail_pic {
  width: 90%;
  margin: 8% auto 4%;
}
.detail_pic ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.detail_pic ul li {
  width: 16.6666666667%;
  text-align: center;
}
.detail_pic ul li .t01_pic {
  padding: 10px;
  text-align: center;
}
.detail_pic ul li .t01_pic img {
  width: 90%;
}
.detail_pic ul li p {
  font-size: clamp(16px, calc(16px + 6 * (100vw - 500px) / 1420), 22px);
}
@supports (width: 100cqw) {
  .detail_pic ul li p {
    font-size: clamp(16px, calc(16px + 6 * (100cqw - 500px) / 1420), 22px);
  }
}
.detail_pic ul li p {
  border-right: 1px solid #000;
  font-weight: 500;
}
.detail_pic ul li:last-child p {
  border-right: none;
}
.detail_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px;
  empty-cells: show;
}
.detail_table .mark {
  border-top: #999 1px solid;
}
.detail_table th,
.detail_table td {
  width: 33.3333333333%;
  padding: 20px 30px;
  color: #1d1d1d;
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: clamp(12px, calc(12px + 8 * (100vw - 500px) / 1420), 20px);
}
@supports (width: 100cqw) {
  .detail_table th,
  .detail_table td {
    font-size: clamp(12px, calc(12px + 8 * (100cqw - 500px) / 1420), 20px);
  }
}
.detail_table th {
  background: #000;
  color: #fff;
  text-align: left;
  font-size: clamp(12px, calc(12px + 6 * (100vw - 500px) / 1420), 18px);
}
@supports (width: 100cqw) {
  .detail_table th {
    font-size: clamp(12px, calc(12px + 6 * (100cqw - 500px) / 1420), 18px);
  }
}
.detail_table td {
  background: #ede8e4;
}
.detail_table td:last-child {
  border-right: none;
}
.detail_table span {
  font-size: clamp(8px, calc(8px + 6 * (100vw - 500px) / 1420), 14px);
}
@supports (width: 100cqw) {
  .detail_table span {
    font-size: clamp(8px, calc(8px + 6 * (100cqw - 500px) / 1420), 14px);
  }
}
@media screen and (max-width: 950px) {
  .detailBox {
    padding: 50px 10px 20px;
    background: #fff;
    border-radius: 30px;
  }
}
@media screen and (max-width: 700px) {
  .detail_bg {
    padding: 80px 0 50px;
  }
  .detail_pic {
    width: 100%;
    margin: 40px auto 10px;
  }
  .detail_pic ul {
    max-width: 400px;
    margin: 0 auto;
  }
  .detail_pic ul li {
    width: 33.3333333333%;
    margin-bottom: 20px;
  }
  .detail_pic ul li .t01_pic {
    padding: 20px 20px 10px 20px;
  }
  .detail_pic ul li:nth-child(3) p {
    border-right: none;
  }
  .detail_table {
    border-spacing: 5px;
  }
  .detail_table th,
  .detail_table td {
    width: 33.3333333333%;
    padding: 10px;
    letter-spacing: 0;
  }
}

.sns_list {
  background: #f6f3f1;
  padding: 80px 0;
}
.sns_list ul {
  display: flex;
  justify-content: center;
}
.sns_list ul li {
  margin: 0 20px;
}
.sns_link {
  width: 75px;
  display: block;
}
.sns_link:hover {
  opacity: 0.7;
}

.Popup_home {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.color_Box {
  width: 82%;
  max-width: 1360px;
}
.color_Box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: block;
}
@media screen and (max-width: 1300px) {
  .color_Box {
    width: 100%;
  }
}

.color_cont {
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}

.color_list {
  display: grid;
  grid-template-columns: 4fr 1fr 3fr;
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 20px;
  grid-template-areas: "pdPic pd36 pdTxt" "pdPic pd48 pdTxt" "pdPic pdColoc pdColoc";
}
@media screen and (max-width: 1300px) {
  .color_list {
    width: 92%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .color_list {
    max-width: 400px;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-template-areas: "pdPic pdPic pdPic pd36" "pdPic pdPic pdPic pd48" "pdTxt pdTxt pdTxt pdTxt" "pdColoc pdColoc pdColoc pdColoc";
  }
}
.color_list > div {
  border-radius: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 45px;
  border: 1px solid #fff;
}
@media screen and (max-width: 1100px) {
  .color_list > div {
    padding: 30px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 750px) {
  .color_list > div {
    padding: 20px;
    border-radius: 20px;
  }
}

.pdPic36, .pdPic48 {
  grid-area: pdPic;
  display: none !important;
  padding: 0 !important;
  background-color: #fff;
  align-items: stretch !important;
}
.pdPic36 img, .pdPic48 img {
  width: 80%;
  max-width: 130px;
  margin-top: auto;
}
.pdPic36.Open, .pdPic48.Open {
  display: flex !important;
}
.pdPic36 > div, .pdPic48 > div {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.pdPic36 > div.show, .pdPic48 > div.show {
  display: flex;
}
@media screen and (max-width: 750px) {
  .pdPic36 img, .pdPic48 img {
    width: 35%;
  }
  .pdPic36 > div, .pdPic48 > div {
    border-radius: 20px;
  }
}
.pd36, .pd48 {
  text-align: center;
  flex-direction: column;
  line-height: 1.1;
  background-color: #fff;
  font-size: clamp(14px, calc(14px + 12 * (100vw - 500px) / 1420), 26px);
}
@supports (width: 100cqw) {
  .pd36, .pd48 {
    font-size: clamp(14px, calc(14px + 12 * (100cqw - 500px) / 1420), 26px);
  }
}
.pd36 span, .pd48 span {
  font-size: clamp(20px, calc(20px + 14 * (100vw - 500px) / 1420), 34px);
}
@supports (width: 100cqw) {
  .pd36 span, .pd48 span {
    font-size: clamp(20px, calc(20px + 14 * (100cqw - 500px) / 1420), 34px);
  }
}
.pd36.nopd, .pd48.nopd {
  background: #ccc;
  color: #999;
}
.pd36.active, .pd48.active {
  background-color: #808080;
  border: 1px solid #595757;
  color: #fff;
}
.pd36 {
  grid-area: pd36;
}
.pd48 {
  grid-area: pd48;
}
.pdTxt {
  grid-area: pdTxt;
  background-color: #fff;
  flex-direction: column;
  align-items: start !important;
  line-height: 1.5;
}
.pdTxt h3 {
  font-size: clamp(24px, calc(24px + 16 * (100vw - 500px) / 1420), 40px);
}
@supports (width: 100cqw) {
  .pdTxt h3 {
    font-size: clamp(24px, calc(24px + 16 * (100cqw - 500px) / 1420), 40px);
  }
}
.pdTxt h4 {
  font-size: clamp(20px, calc(20px + 14 * (100vw - 500px) / 1420), 34px);
}
@supports (width: 100cqw) {
  .pdTxt h4 {
    font-size: clamp(20px, calc(20px + 14 * (100cqw - 500px) / 1420), 34px);
  }
}
.pdTxt .colorName {
  width: 100%;
}
.pdTxt .colorName span {
  display: block;
  font-weight: bold;
  font-family: "Barlow", "Noto Sans TC", Arial, "微軟正黑體";
  font-size: clamp(16px, calc(16px + 16 * (100vw - 500px) / 1420), 32px);
}
@supports (width: 100cqw) {
  .pdTxt .colorName span {
    font-size: clamp(16px, calc(16px + 16 * (100cqw - 500px) / 1420), 32px);
  }
}
.pdTxt .colorName h1 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.pdTxt .colorName h1::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 2px #000;
}
.pdTxt .colorName h1 {
  display: none;
}
.pdTxt .colorName h1.show {
  display: block;
}
.pdTxt .capacity p {
  margin: 0.5rem 0 0;
  color: #000;
  display: none;
  font-size: clamp(14px, calc(14px + 12 * (100vw - 500px) / 1420), 26px);
}
@supports (width: 100cqw) {
  .pdTxt .capacity p {
    font-size: clamp(14px, calc(14px + 12 * (100cqw - 500px) / 1420), 26px);
  }
}
.pdTxt .capacity p.Open {
  display: block;
}
.pdColor {
  grid-area: pdColoc;
  background-color: #fff;
}
.pdColor p {
  width: 100%;
  text-align: left;
  margin: 0 0 1rem;
  font-size: clamp(15px, calc(15px + 13 * (100vw - 500px) / 1420), 28px);
}
@supports (width: 100cqw) {
  .pdColor p {
    font-size: clamp(15px, calc(15px + 13 * (100cqw - 500px) / 1420), 28px);
  }
}
.pdColor .pdColorBtn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pdColor .pdColorBtn .change {
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  border: 3px solid transparent;
  box-sizing: border-box;
  margin-right: calc(20% - 58px);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .pdColor .pdColorBtn .change {
    width: 40px;
    height: 40px;
    margin-right: calc(20% - 48px);
  }
}
.pdColor .pdColorBtn .change:last-child {
  margin-right: 0;
}
.pdColor .pdColorBtn .change i {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.pdColor .pdColorBtn .change:nth-child(1).active {
  border: 3px solid #a8a6a5;
}
.pdColor .pdColorBtn .change:nth-child(2).active {
  border: 3px solid #ddd9c7;
}
.pdColor .pdColorBtn .change:nth-child(3).active {
  border: 3px solid #73847b;
}
.pdColor .pdColorBtn .change:nth-child(4).active {
  border: 3px solid #8bacb7;
}
.pdColor .pdColorBtn .change:nth-child(5).active {
  border: 3px solid #000;
}
.pdColor .pdColorBtn .change:nth-child(6).active {
  border: 3px solid #d39bae;
}

.zoom {
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .zoom {
    background-size: 80%;
  }
}

.HR_Box {
  width: 70%;
  max-width: 1200px;
  background: #fff;
  border-radius: 40px;
  padding: 3%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: block;
}
@media screen and (max-width: 1024px) {
  .HR_Box {
    width: 92%;
    border-radius: 30px;
  }
}

.HR_cont {
  width: 100%;
  max-height: calc(90vh - 60px);
  overflow-y: auto;
}
@media screen and (max-width: 700px) {
  .HR_cont {
    border-radius: 20px;
  }
}

.Popup_home .Popup-close {
  z-index: 99999;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Popup_home .Popup-close span {
  width: 80%;
  height: 1px;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 5px;
  background: #000;
}
.Popup_home .Popup-close span:nth-of-type(1) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Popup_home .Popup-close span:last-child {
  margin: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.Popup_home .Popup-close:hover {
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .Popup_home .Popup-close {
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    padding: 9px;
  }
}

.is-hide {
  display: none;
}

.gotop {
  margin-bottom: 25px;
}
.gotop a {
  width: 15%;
  max-width: 115px;
  margin: 0 auto;
  display: block;
}

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

@media (min-width: 1920px) {
  .sns_list li {
    width: 3%;
  }
  .shopbnt {
    width: 6%;
  }
  .shopbnt a {
    display: block;
    width: 100%;
    padding-top: 100%;
    height: auto;
    background: url(../images/shopICON.png) center no-repeat;
    background-size: contain;
  }
}
@media (max-width: 1024px) {
  .sns_list {
    padding: 70px 0;
  }
  .sns_list ul li {
    margin: 0 15px;
  }
  .sns_link {
    width: 65px;
  }
  .shopbnt a {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 500px) {
  .sns_list {
    padding: 70px 0;
  }
  .sns_link {
    width: 50px;
  }
  .shopbnt {
    right: 10px;
    bottom: 30px;
  }
  .shopbnt a {
    width: 60px;
    height: 60px;
  }
  .shopbnt:hover {
    bottom: 40px;
  }
}/*# sourceMappingURL=SUBA.css.map */