@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");
body {
  color: #000;
}

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;
  }
}

.CKLAF08 h1 {
  font-family: "Noto Serif TC", "SimSun";
  font-weight: 500;
  font-size: clamp(26px, calc(26px + 38 * (100vw - 500px) / 1420), 64px);
}
@supports (width: 100cqw) {
  .CKLAF08 h1 {
    font-size: clamp(26px, calc(26px + 38 * (100cqw - 500px) / 1420), 64px);
  }
}
.CKLAF08 p {
  color: #4c3c3d;
  line-height: 1.3;
  font-size: clamp(16px, calc(16px + 16 * (100vw - 500px) / 1420), 32px);
}
@supports (width: 100cqw) {
  .CKLAF08 p {
    font-size: clamp(16px, calc(16px + 16 * (100cqw - 500px) / 1420), 32px);
  }
}
@media screen and (max-width: 720px) {
  .CKLAF08 p {
    line-height: 1.5;
    margin: 10px 0;
  }
}
.CKLAF08 .note {
  font-size: clamp(10px, calc(10px + 4 * (100vw - 500px) / 1420), 14px);
}
@supports (width: 100cqw) {
  .CKLAF08 .note {
    font-size: clamp(10px, calc(10px + 4 * (100cqw - 500px) / 1420), 14px);
  }
}
@media screen and (max-width: 720px) {
  .CKLAF08 .note {
    font-size: clamp(10px, calc(10px + 4 * (100vw - 500px) / 1420), 14px);
  }
  @supports (width: 100cqw) {
    .CKLAF08 .note {
      font-size: clamp(10px, calc(10px + 4 * (100cqw - 500px) / 1420), 14px);
    }
  }
}

body {
  color: #4c3c3d;
  line-height: 1.5;
  font-family: "Noto Sans TC", Arial, "微軟正黑體";
  font-weight: 400;
  background: url(../images/bg_y.jpg) center repeat-y;
  background-size: 100%;
}
body.Fixd, body.m-Fixd {
  height: 100vh;
  overflow: hidden;
}

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

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

.CKLAFbn {
  position: relative;
  overflow: hidden;
}

.bn-top {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
@media screen and (max-width: 1200px) {
  .bn-top {
    padding-top: 60%;
  }
}
@media screen and (max-width: 820px) {
  .bn-top {
    padding-top: 70%;
  }
}
@media screen and (max-width: 500px) {
  .bn-top {
    padding-top: 100%;
  }
}
.bn_img {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .bn_img {
    padding-top: 60%;
  }
}
@media screen and (max-width: 820px) {
  .bn_img {
    padding-top: 70%;
  }
}
@media screen and (max-width: 500px) {
  .bn_img {
    padding-top: 100%;
  }
}
.bn_mask {
  width: 100%;
  position: absolute;
  top: 0;
  display: block;
  z-index: 2;
  -webkit-mask-image: url(../images/mask_1x1-180.png);
  -moz-mask-image: url(../images/mask_1x1-180.png);
  mask-image: url(../images/mask_1x1-180.png);
  -webkit-mask-position: 0 200%;
  -moz-mask-position: 0 200%;
  mask-position: 0 200%;
  mask-size: 100% 200%;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.bn-slogan {
  width: 40%;
  position: absolute;
  left: 20%;
  top: 15%;
  z-index: 9;
}
@media screen and (max-width: 500px) {
  .bn-slogan {
    width: 50%;
    left: 10%;
    top: 10%;
  }
}
.bn-slogan h1 {
  font-size: 3.375vw;
  font-weight: 500;
  opacity: 0;
  overflow: hidden;
  transition: all 2s 1.5s;
}
@media screen and (max-width: 500px) {
  .bn-slogan h1 {
    font-size: 5vw;
  }
}
.bn-slogan h1.active {
  opacity: 1;
}
.bn-slogan p {
  font-size: 1.75vw;
  opacity: 0;
  transition: all 2s 2s;
}
@media screen and (max-width: 500px) {
  .bn-slogan p {
    font-size: 2.5vw;
  }
}
.bn-slogan p.active {
  opacity: 1;
}
.bn-line {
  position: absolute;
  width: 22.5%;
  left: 31.2%;
  top: 0;
  opacity: 0;
  z-index: 3;
  padding-top: 20%;
}
@media screen and (max-width: 1200px) {
  .bn-line {
    width: 35%;
    left: 19.5%;
    padding-top: 24%;
  }
}
@media screen and (max-width: 820px) {
  .bn-line {
    width: 50%;
    left: 5.3%;
    padding-top: 28%;
  }
}
@media screen and (max-width: 500px) {
  .bn-line {
    width: 70%;
    left: -12.5%;
    padding-top: 40%;
  }
}

.cls-1 {
  height: 100%;
  fill: none;
  stroke: #000;
  opacity: 0.5;
  fill: none;
  stroke: #ff9e86;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.pCard_con {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  overflow: hidden;
  z-index: 10;
}

.stacked-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.card {
  width: 100%;
  position: relative;
}

.img-wrapper {
  width: 100%;
  min-height: 100vh;
}

.Card_pic, .Card07, .Card06, .Card05, .Card04, .Card03 {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  mask-image: url(../images/mask_1x1.png);
  mask-position: 0 -100%;
  mask-size: 100% 200%;
  mask-repeat: no-repeat;
  transform: scale(0.85);
}
@media screen and (max-width: 600px) {
  .Card_pic, .Card07, .Card06, .Card05, .Card04, .Card03 {
    height: 70vh;
    top: 15vh;
  }
}

.card_tex, .Card07 h1, .Card06 h1, .Card05 h1, .Card04 h1, .Card03 h1 {
  position: absolute;
  mask-image: url(../images/mask_1x1-180.png);
  mask-position: 0 200%;
  mask-size: 100% 200%;
  mask-repeat: no-repeat;
  line-height: 1.5;
  font-weight: 500;
  font-size: 2.65vw;
}
@media screen and (max-width: 750px) {
  .card_tex, .Card07 h1, .Card06 h1, .Card05 h1, .Card04 h1, .Card03 h1 {
    font-size: 4.25vw;
  }
}
@media screen and (max-width: 500px) {
  .card_tex, .Card07 h1, .Card06 h1, .Card05 h1, .Card04 h1, .Card03 h1 {
    font-size: 5vw;
  }
}
.card_tex span, .Card07 h1 span, .Card06 h1 span, .Card05 h1 span, .Card04 h1 span, .Card03 h1 span {
  display: inline-block;
  border-bottom: 1px solid #4c3c3d;
  margin-bottom: 5px;
}

.Card01, .Card02 {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.6);
}
@media screen and (max-width: 600px) {
  .Card01, .Card02 {
    height: 70vh;
    top: 15vh;
  }
}
.Card01 {
  overflow: hidden;
  background: url(../images/Card01-1.jpg) no-repeat center;
  background-size: cover;
}
.Card02 {
  display: block;
  z-index: 3;
  mask-image: url(../images/mask_1x1.png);
  mask-position: 0 20%;
  mask-size: 100% 200%;
  mask-repeat: no-repeat;
}
.Card03 {
  background: url(../images/Card02.jpg) no-repeat center;
  background-size: cover;
  z-index: 13;
}
.Card03 h1 {
  right: 16%;
  top: 10%;
}
@media screen and (max-width: 750px) {
  .Card03 h1 {
    right: 6%;
    top: 4%;
  }
}
.Card04 {
  background: url(../images/Card03.jpg) no-repeat center;
  background-size: cover;
  z-index: 14;
}
.Card04 h1 {
  right: 15%;
  bottom: 12%;
  color: #e7e2d9;
}
@media screen and (max-width: 750px) {
  .Card04 h1 {
    right: 8%;
    bottom: 10%;
  }
}
.Card04 h1 span {
  border-bottom: 1px solid #e7e2d9;
}
.Card05 {
  background: url(../images/Card04.jpg) no-repeat center;
  background-size: cover;
  z-index: 15;
}
.Card05 h1 {
  left: 18%;
  top: 15%;
  color: #e7e2d9;
}
@media screen and (max-width: 750px) {
  .Card05 h1 {
    left: 10%;
    top: 5%;
  }
}
.Card05 h1 span {
  border-bottom: 1px solid #e7e2d9;
}
.Card06 {
  background: url(../images/Card05.jpg) no-repeat center;
  background-size: cover;
  z-index: 16;
}
.Card06 h1 {
  left: 18%;
  bottom: 30%;
}
@media screen and (max-width: 750px) {
  .Card06 h1 {
    left: 50%;
    bottom: 80%;
  }
}
.Card07 {
  background: url(../images/Card06.jpg) no-repeat center;
  background-size: cover;
  z-index: 17;
}
.Card07 h1 {
  left: 25%;
  top: 20%;
  color: #e7e2d9;
}
@media screen and (max-width: 750px) {
  .Card07 h1 {
    left: 15%;
    top: 10%;
  }
}
.Card07 h1 span {
  border-bottom: 1px solid #e7e2d9;
}

.Card_img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.CKLAF08_info {
  position: relative;
  z-index: 99;
}

.type01 {
  width: 82%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .type01 {
    width: 92%;
  }
}
.type01 .t01_box {
  padding: 5% 0 15%;
}
.type01 .rowWrapper {
  margin: 0 auto;
  padding-bottom: 56.2%;
}

.type02 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.type02_bg {
  width: 100%;
  margin-bottom: 2%;
  background: url(../images/bg_p.jpg) center repeat-y;
  background-size: 100%;
}
.type02_box {
  width: 82%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .type02_box {
    width: 92%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .type02_box {
    flex-direction: column;
    align-items: center;
  }
}
.type02_pic {
  width: 70%;
  max-width: 1290px;
  margin: 0 -15% 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .type02_pic {
    width: 100%;
    max-width: 500px;
    padding-top: 230px;
    margin: -6% 0 0;
  }
}
@media screen and (max-width: 500px) {
  .type02_pic {
    padding-top: 46%;
  }
}
.type02_pic .t02_pic {
  width: 70%;
  max-width: 850px;
  position: absolute;
  left: 0;
  bottom: -3%;
  opacity: 0;
  transition: all 1s;
}
@media screen and (max-width: 750px) {
  .type02_pic .t02_pic {
    position: static;
  }
}
.type02_pic .t02_pic.is-animated {
  opacity: 1;
  bottom: -1%;
}
.type02_pic .t02_line {
  width: 102%;
  max-width: 980px;
  position: absolute;
  right: -10%;
  top: -8%;
  opacity: 0;
  transition: all 1s 1s;
}
@media screen and (max-width: 900px) {
  .type02_pic .t02_line {
    width: 108%;
  }
}
@media screen and (max-width: 750px) {
  .type02_pic .t02_line {
    width: 115%;
    right: -17%;
  }
}
.type02_pic .t02_line.is-animated {
  opacity: 1;
  top: -12%;
}
.type02_pic .t02_txt {
  width: 12%;
  max-width: 110px;
  position: absolute;
  right: 28%;
  top: 35%;
  opacity: 0;
  transition: all 1s 1.5s;
}
@media screen and (max-width: 750px) {
  .type02_pic .t02_txt {
    width: 11%;
    top: 38%;
  }
}
.type02_pic .t02_txt.is-animated {
  opacity: 1;
  right: 27%;
}
@media screen and (max-width: 750px) {
  .type02_pic .t02_txt.is-animated {
    right: 23%;
  }
}
.type02_info {
  width: 42%;
  max-width: 635px;
  margin-top: -2%;
}
@media screen and (max-width: 750px) {
  .type02_info {
    width: 100%;
    max-width: 500px;
    margin-top: -10%;
    position: relative;
    z-index: 1;
  }
}
.type02_info img {
  width: 100%;
  transform: translateY(10%);
  transition: all 0.8s;
}
.type02_info img.is-animated {
  transform: translateY(0);
}
.type02_info .t02_txt2 {
  margin: 8% 0 10%;
  transform: translateY(10%);
  transition: all 0.8s;
}
@media screen and (max-width: 500px) {
  .type02_info .t02_txt2 {
    margin: 20px 0 60px;
  }
}
.type02_info .t02_txt2.is-animated {
  transform: translateY(0);
}
.type02_info h1 {
  font-weight: 500;
}
.type02_info p {
  font-size: clamp(16px, calc(16px + 16 * (100vw - 500px) / 1420), 32px);
}
@supports (width: 100cqw) {
  .type02_info p {
    font-size: clamp(16px, calc(16px + 16 * (100cqw - 500px) / 1420), 32px);
  }
}

.type03 .t03_box {
  padding: 10% 0;
  position: relative;
}
.type03 .t03_box h1.sp {
  margin-bottom: 20px;
}

.grid-con {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr auto auto;
}
@media screen and (max-width: 700px) {
  .grid-con {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
.grid-con > div {
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 700px) {
  .grid-con > div {
    padding: 15px;
  }
}
.grid-con > div h2 {
  color: #4c3c3d;
  font-weight: 500;
  font-size: clamp(20px, calc(20px + 16 * (100vw - 500px) / 1420), 36px);
}
@supports (width: 100cqw) {
  .grid-con > div h2 {
    font-size: clamp(20px, calc(20px + 16 * (100cqw - 500px) / 1420), 36px);
  }
}
.grid-con > div p {
  color: #4c3c3d;
  font-size: clamp(16px, calc(16px + 12 * (100vw - 500px) / 1420), 28px);
}
@supports (width: 100cqw) {
  .grid-con > div p {
    font-size: clamp(16px, calc(16px + 12 * (100cqw - 500px) / 1420), 28px);
  }
}
.grid-con > div span.note {
  color: #4c3c3d;
  font-size: clamp(9px, calc(9px + 12 * (100vw - 500px) / 1420), 21px);
}
@supports (width: 100cqw) {
  .grid-con > div span.note {
    font-size: clamp(9px, calc(9px + 12 * (100cqw - 500px) / 1420), 21px);
  }
}
.grid-con .focus {
  display: inline-block;
  padding: 0 5% 0 0;
}
.grid-con .focus span {
  display: inline-block;
  position: relative;
}
.grid-con .focus span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40%;
  width: 170%;
  height: 50%;
  background: url(../images/t03-line3.png) no-repeat center;
  background-size: contain;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 1s;
}
.grid-con .focus.is-animated span::before {
  opacity: 1;
}
.grid-con .item1 {
  border-bottom: 2px solid #4c3c3d;
  text-align: center;
}
.grid-con .item1::before, .grid-con .item1::after {
  content: "";
  position: absolute;
  z-index: 3;
  background: #4c3c3d;
}
.grid-con .item1::before {
  width: 110%;
  height: 2px;
  top: 0;
  left: 0;
}
.grid-con .item1::after {
  width: 2px;
  height: 120%;
  top: -10%;
  right: 0;
}
@media screen and (max-width: 700px) {
  .grid-con .item1 {
    grid-column: span 2;
  }
  .grid-con .item1 > img {
    width: 100%;
    max-width: 400px;
  }
}
.grid-con .item2 {
  grid-column: span 2;
  border-bottom: 2px solid #4c3c3d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 30px !important;
}
.grid-con .item2 h1 {
  position: absolute;
  right: 13%;
  top: -10%;
}
.grid-con .item2 h2 {
  margin-top: 8%;
}
.grid-con .item2 h2 span {
  vertical-align: super;
}
.grid-con .item2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: 2px;
  background: #4c3c3d;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .grid-con .item2 {
    padding: 30px 15px !important;
  }
  .grid-con .item2 h2 {
    margin-top: 0;
  }
  .grid-con .item2::before {
    right: -10%;
    top: -2px;
  }
}
.grid-con .item3 {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.grid-con .item3 h2 {
  margin: 5% 0 0;
}
.grid-con .item3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150%;
  height: 2px;
  background: #4c3c3d;
  z-index: 2;
}
.grid-con .item3::after {
  content: "";
  position: absolute;
  left: calc(17% - 16px);
  top: 5%;
  width: 2px;
  height: 90%;
  background: #4c3c3d;
  z-index: 2;
  transform: rotate(10deg);
}
@media screen and (max-width: 1200px) {
  .grid-con .item3::after {
    left: calc(10% - 16px);
  }
}
@media screen and (max-width: 700px) {
  .grid-con .item3 {
    grid-column: span 1;
    border-right: 2px solid #4c3c3d;
  }
  .grid-con .item3 h2 {
    margin: 5% 0 50%;
  }
  .grid-con .item3::after {
    content: none;
  }
}
.grid-con .item4 {
  grid-row: span 2;
  border-bottom: 2px solid #4c3c3d;
  border-left: 2px solid #4c3c3d;
}
.grid-con .item4 .item4_pic {
  width: 100%;
  height: 100%;
  background: url(../images/t03_pic2.jpg) no-repeat left center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.grid-con .item4::before {
  content: "";
  position: absolute;
  background: #4c3c3d;
  width: 2px;
  height: 2%;
  top: -2%;
  left: -2px;
}
@media screen and (max-width: 700px) {
  .grid-con .item4 {
    grid-row: span 1;
    border-left: none;
  }
}
.grid-con .item5 {
  border-bottom: 2px solid #4c3c3d;
  border-right: 2px solid #4c3c3d;
}
.grid-con .item5::before {
  content: "";
  position: absolute;
  background: #4c3c3d;
  width: 2px;
  height: 3%;
  top: -3%;
  right: -2px;
}
.grid-con .item6 {
  border-bottom: 2px solid #4c3c3d;
}
.grid-con .item7 {
  border-right: 2px solid #4c3c3d;
}
.grid-con .item8 .focus span::before {
  width: 100%;
  background: url(../images/t03-line4.png) no-repeat center;
  background-size: contain;
  transition: all 1s 0.5s;
}
.grid-con .item9 {
  border-left: 2px solid #4c3c3d;
}
@media screen and (max-width: 700px) {
  .grid-con .item9 {
    display: none;
  }
}
.grid-con .t03_line1 {
  position: absolute;
  left: 6%;
  top: -12%;
  width: 160%;
  opacity: 0;
  z-index: 5;
  transition: all 1.5s;
}
.grid-con .t03_line1.is-animated {
  left: 10%;
  opacity: 1;
}
@media screen and (max-width: 700px) {
  .grid-con .t03_line1 {
    width: 93%;
  }
  .grid-con .t03_line1.is-animated {
    left: 0;
  }
}
.grid-con .t03_line2 {
  position: absolute;
  right: -14%;
  top: 45%;
  width: 40%;
  opacity: 0;
  z-index: 3;
  transition: all 1.5s;
}
.grid-con .t03_line2.is-animated {
  right: -18%;
  opacity: 1;
}
@media screen and (max-width: 700px) {
  .grid-con .t03_line2 {
    width: 70%;
    top: 25%;
  }
  .grid-con .t03_line2.is-animated {
    right: -30%;
  }
}
@media screen and (max-width: 500px) {
  .grid-con .t03_line2 {
    width: 80%;
    top: 25%;
  }
  .grid-con .t03_line2.is-animated {
    right: -33%;
  }
}

.type04 {
  background: url(../images/bg_b.jpg) center repeat-y;
  background-size: 100%;
}

.t04_bn {
  width: 100%;
  background: url(../images/t04_bn.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding-bottom: 8%;
}
.t04_slogan {
  padding: 6% 7%;
  box-sizing: content-box;
  opacity: 0;
  transform: translateY(10%);
  transition: all 1s;
}
.t04_slogan h1, .t04_slogan p {
  color: #e7e2d9;
}
.t04_slogan h1 {
  display: inline-block;
  border-bottom: 1px solid #e7e2d9;
  line-height: 1.6;
}
.t04_slogan p {
  line-height: 2;
}
.t04_slogan.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.t04_info {
  width: 82%;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
@media screen and (max-width: 1200px) {
  .t04_info {
    width: 92%;
  }
}
.t04_item {
  display: flex;
  opacity: 0;
  transform: translateY(10%);
  transition: all 1s;
}
.t04_item.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.t04_item h1 {
  color: #4c3c3d;
  font-weight: 500;
}
.t04_item:nth-child(1) {
  width: 100%;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 10%;
}
.t04_item:nth-child(1) .pic {
  width: 35%;
  max-width: 390px;
  margin-top: -10%;
  position: relative;
  z-index: 2;
}
.t04_item:nth-child(1) .txt {
  width: 62%;
}
.t04_item:nth-child(2) {
  width: 62%;
  flex-direction: column-reverse;
  margin-right: -15%;
  position: relative;
  z-index: 1;
}
.t04_item:nth-child(2) .pic {
  width: 100%;
}
.t04_item:nth-child(2) .txt {
  margin: 8% 0 12%;
}
.t04_item:nth-child(3) {
  width: 53%;
  flex-direction: column;
}
.t04_item:nth-child(3) .pic {
  width: 100%;
}
.t04_item:nth-child(3) .txt {
  margin: 8% 0 12%;
}
@media screen and (max-width: 700px) {
  .t04_bn {
    padding-bottom: 25%;
  }
  .t04_info {
    flex-direction: column;
    align-items: center;
  }
  .t04_item {
    max-width: 400px;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .t04_item:nth-child(1) {
    width: 70%;
    justify-content: start;
    align-items: center;
    margin-bottom: 60px;
  }
  .t04_item:nth-child(1) .pic {
    width: 100%;
    margin: -20px 0 20px;
  }
  .t04_item:nth-child(1) .txt {
    width: 100%;
  }
  .t04_item:nth-child(2) {
    width: 70%;
    flex-direction: column;
    margin-right: 0;
  }
  .t04_item:nth-child(2) .pic {
    margin: 0 0 20px;
  }
  .t04_item:nth-child(2) .txt {
    margin: 0;
  }
  .t04_item:nth-child(3) {
    width: 70%;
    flex-direction: column;
  }
  .t04_item:nth-child(3) .pic {
    margin: 0 0 20px;
  }
  .t04_item:nth-child(3) .txt {
    margin: 0;
  }
}
.t04_fbn {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
}
.t04_fbn .fbn1 {
  width: 63%;
  margin: 0 1% -5% 0;
  padding-top: 40%;
  background: url(../images/t04_fbn1.jpg) no-repeat right center;
  background-size: cover;
  position: relative;
  transform: translateX(-100%);
  transition: all 1s;
}
@media screen and (max-width: 900px) {
  .t04_fbn .fbn1 {
    width: 70%;
    padding-top: 50%;
  }
}
@media screen and (max-width: 700px) {
  .t04_fbn .fbn1 {
    background: url(../images/t04_fbn1.jpg) no-repeat right top;
    background-size: cover;
    padding-top: 70%;
  }
}
.t04_fbn .fbn1.is-animated {
  transform: translateX(0);
}
.t04_fbn .fbn1 .fbnTxt {
  position: absolute;
  left: 30%;
  top: 15%;
  opacity: 0;
  transition: all 1s 1s;
}
@media screen and (max-width: 1366px) {
  .t04_fbn .fbn1 .fbnTxt {
    left: 20%;
    top: 10%;
  }
}
@media screen and (max-width: 700px) {
  .t04_fbn .fbn1 .fbnTxt {
    left: 10%;
    top: 6%;
  }
}
.t04_fbn .fbn1 .fbnTxt h1 {
  font-weight: 500;
}
.t04_fbn .fbn1 .fbnTxt.is-animated {
  opacity: 1;
}
.t04_fbn .fbn2 {
  width: 0;
  background: url(../images/t04_fbn2.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: -5%;
  transition: all 1s 0.5s;
}
.t04_fbn .fbn2.is-animated {
  width: 18%;
}
@media screen and (max-width: 900px) {
  .t04_fbn .fbn2.is-animated {
    width: 20%;
  }
}

.t05_Box {
  padding: 15% 0 5%;
}
@media screen and (max-width: 900px) {
  .t05_Box {
    padding: 15% 0 0;
  }
}

.t05_pd {
  display: flex;
  align-items: center;
}
.t05_pd .t05_pic {
  width: 42%;
  padding: 0 5%;
}
.t05_pd .pd_info {
  width: 53%;
  padding: 0 2.5%;
  transform: translateY(10%);
  opacity: 0;
  transition: all 1s;
}
@media screen and (max-width: 900px) {
  .t05_pd .pd_info {
    width: 60%;
    padding: 0 2%;
  }
}
.t05_pd .pd_info.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.t05_pd .pd_title {
  font-family: "Noto Serif TC", "SimSun";
  border-bottom: 1px solid #4c3c3d;
  padding: 10px 0;
  font-size: clamp(22px, calc(22px + 14 * (100vw - 500px) / 1420), 36px);
}
@supports (width: 100cqw) {
  .t05_pd .pd_title {
    font-size: clamp(22px, calc(22px + 14 * (100cqw - 500px) / 1420), 36px);
  }
}
.t05_pd .pd_logo {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #4c3c3d;
}
.t05_pd .pd_logo img {
  width: 60%;
  max-width: 290px;
}
.t05_pd .pd_detail {
  background: #fcedc2;
  padding: 3% 8%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .t05_pd .pd_detail {
    padding: 3% 5%;
  }
}
.t05_pd .pd_detail .co_logo {
  text-align: center;
  padding: 30px 0 0;
}
.t05_pd .pd_detail .co_logo img {
  max-width: 140px;
}
.t05_pd .txtbg_u {
  transform: translateY(5px);
  font-size: 0;
}
.t05_pd .txtbg_d {
  transform: rotate(180deg) translateY(1px);
  font-size: 0;
  vertical-align: top;
}
.t05_pd .detail_table {
  width: 100%;
  table-layout: fixed;
}
.t05_pd .detail_table .mark {
  border-top: #999 1px solid;
}
.t05_pd .detail_table th, .t05_pd .detail_table td {
  width: 50%;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid #4c3c3d;
  font-size: clamp(12px, calc(12px + 10 * (100vw - 500px) / 1420), 22px);
}
@supports (width: 100cqw) {
  .t05_pd .detail_table th, .t05_pd .detail_table td {
    font-size: clamp(12px, calc(12px + 10 * (100cqw - 500px) / 1420), 22px);
  }
}
.t05_pd .detail_table th {
  border-right: 1px solid #4c3c3d;
}
@media screen and (max-width: 900px) {
  .t05_pd .t05_pic {
    width: 40%;
    padding: 0 2%;
  }
}
@media screen and (max-width: 700px) {
  .t05_pd {
    flex-direction: column;
  }
  .t05_pd .t05_pic {
    width: 50%;
    padding: 0;
    margin: 50px 0 30px;
  }
  .t05_pd .pd_info {
    width: 100%;
    max-width: 500px;
  }
}

.sns_list {
  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;
}

.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=CKLAF08.css.map */