@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");

body {
  font-family: "Century Gothic", "Arial", "微軟正黑體", "Microsoft JhengHei",
    "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  display: block;
  margin: 0 auto;
  padding: 0;
  clear: both;
  position: relative;
}

.lan_wrapper {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "Noto Serif",
    serif, sans-serif;
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
  clear: both;
  color: #fff !important;
  /* background: #982615; */
  /* overflow-x: hidden; */
}

/* 加入購物車彈跳視窗--按鈕調整樣式 */
.c-product-add-bag__form {
  width: fit-content;
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: auto;
}
.lan_wrapper img {
  display: block;
}

section {
  margin: 0 auto;
  width: 100%;
  clear: both;
  position: relative;
  display: block;
}

* {
  box-sizing: border-box;
}

sub {
  font-size: 35%;
  line-height: 0 !important;
  position: relative;
  vertical-align: baseline;
  font-weight: 300;
}

sup {
  font-size: 35%;
  line-height: 0 !important;
  position: relative;
  vertical-align: super;
  font-weight: 300;
}

img {
  max-width: 100%;
}

.mb {
  display: none !important;
}

@media (max-width: 800px) {
  .pc {
    display: none !important;
  }

  .mb {
    display: block !important;
  }
}

.text-shadow-w {
  text-shadow: 0 0 10px rgba(206, 218, 238, 0.6);
}

.text-shadow-black {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.btn {
  color: #fff !important;
  background: #000;
  outline: 0;
  transition: all 0.5s ease;
  font-weight: 400;
  padding: 15px;
  width: 45%;
  margin: 0 3px;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.2rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #fff;
  width: 228px;
}

.btn.btn-large {
  letter-spacing: 0.1rem;
  width: 220px;
  line-height: 1.2;
  padding: 6px;
}

.btn_black {
  background: #000 !important;
}

.btn-w100 {
  width: 100%;
}

.btn:hover,
.btn:focus,
.btn:active {
  border: 1px solid #000 !important;
  color: #000 !important;
  background: #fff !important;
}

.adjust,
.adjust2 {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100px;
  top: -135px;
}

@media screen and (max-width: 800px) {
  .btn {
    padding: 1.875vw;
    width: 28.5vw;
    margin: 0 0.375vw;
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 500px) {
  .adjust {
    position: absolute;
    display: block;
    z-index: 1;
    width: 100px;
    top: -130px;
  }

  .adjust2 {
    position: absolute;
    display: block;
    z-index: 1;
    width: 100px;
    top: 140px;
  }
}

.lan_wrapper h1,
.lan_wrapper h2,
.lan_wrapper h3,
.lan_wrapper h4,
.lan_wrapper h5,
.lan_wrapper h6,
.lan_wrapper p {
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  text-decoration: none;
  letter-spacing: normal;
  font-weight: 400;
  color: #fff;
}

.lan_wrapper p {
  font-size: 20px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}

.lan_wrapper p small {
  font-size: 85.75%;
  line-height: 1.5;
}

.lan_wrapper h2 {
  font-size: 50px;
  letter-spacing: 0.1em;
}

.lan_wrapper h2 small {
  color: inherit;
}

.lan_wrapper h2 span.larger,
.lan_wrapper h3 span.larger,
.lan_wrapper h4 span.larger,
.lan_wrapper h5 span.larger,
.lan_wrapper h6 span.larger {
  font-size: 133.33%;
}

.lan_wrapper h2 .num,
.lan_wrapper h3 .num,
.lan_wrapper h4 .num,
.lan_wrapper h5 .num,
.lan_wrapper h6 .num {
  font-size: 120%;
}

.lan_wrapper h3 {
  font-size: 38px;
  letter-spacing: 0.08em;
}

.lan_wrapper h4 {
  font-size: 32px;
}

.lan_wrapper h5 {
  font-size: 28px;
}

@media screen and (max-width: 800px) {
  .lan_wrapper h2 {
    font-size: 6.6vw;
    overflow: visible;
    height: auto;
    display: block;
  }

  .lan_wrapper h3 {
    font-size: 5.7vw;
  }

  .lan_wrapper h4 {
    font-size: 4.26vw;
  }

  .lan_wrapper h5 {
    font-size: 3.7vw;
  }

  .lan_wrapper p {
    font-size: 3.7vw;
  }
}

.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}

.bold {
  font-weight: 700 !important;
}

.shine-text {
  background: -webkit-linear-gradient(
    left,
    #000 0%,
    #1f3b55 24%,
    #000 36%,
    #4475d1 46%,
    #000 52%,
    #4475d1 58%,
    #4475d1 67%,
    #072643 100%
  );
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background-size: 300%;
  -webkit-animation: shineText 10s infinite;
  animation: shineText 10s infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@-webkit-keyframes shineText {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@keyframes shineText {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.shine-btn {
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.shine-btn:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
  filter: blur(10px);
  transform: translateX(-100px) skewX(-15deg);
  animation: btn-shine 5s ease 1s infinite;
}

@keyframes btn-shine {
  0% {
    transform: translateX(-150%) skewX(-15deg);
    opacity: 1;
  }

  80% {
    transform: translateX(450%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(450%) skewX(-15deg);
    opacity: 0;
  }
}

/*區塊共用標題設定*/
.section-title {
  text-align: center;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.section-title img {
  display: block;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
@media (max-width: 800px) {
  .section-title {
    top: 5.3vw;
  }
}

/*影片設定*/
.video_wrap {
  position: relative;
}

video {
  display: block;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

/* KV */
.section-kv .kv_title {
  position: absolute;
  top: 140px;
  width: 100%;
}
.kv_title .kv_logo {
  width: 29.5%;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}
.kv_title h2 {
  letter-spacing: 0;
  font-size: 72px;
  font-weight: 500;
  color: #e8bc8a;
}
.kv_title h3 {
  font-size: 54px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 20px;
  line-height: 1.3;
}
.section-kv .btn-wrap {
  position: absolute;
  top: 456px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 800px) {
  .section-kv .kv_title {
    top: 17.5vw;
  }
  .kv_title .kv_logo {
    margin-bottom: 5.625vw;
  }
  .kv_title h2 {
    font-size: 9vw;
  }
  .kv_title h3 {
    font-size: 6.75vw;
    margin-top: 2.5vw;
  }
  .section-kv .btn-wrap {
    top: 57vw;
  }
}

/* sec_01 */
.sec_01 .s1_line {
  position: absolute;
  top: 0;
  left: 0;
}
.sec_01 .sp {
  position: absolute;
}
.sec_01 h4 {
  font-size: 24px;
  line-height: 1.5;
}
.sec_01 h4 span {
  font-size: 30px;
}
.sec_01 .sp1 {
  top: 174px;
  left: 92px;
}
.sec_01 .sp1 h4 {
  color: #333;
}
.sec_01 .sp1 span {
  color: #972c26;
}
.sec_01 .sp2 {
  top: 600px;
  left: 142px;
}
@media (max-width: 800px) {
  .sec_01 h4 {
    font-size: 3vw;
  }
  .sec_01 h4 span {
    font-size: 3.75vw;
  }
  .sec_01 .sp1 {
    top: 21.75vw;
    left: 11.5vw;
  }
  .sec_01 .sp2 {
    top: 75vw;
    left: 17.75vw;
  }
}

/* sec_02 */
.sec_02 .section-title {
  position: absolute;
  top: 92px;
}
.sec_02 h2 {
  font-size: 60px;
  color: #e8bc8a;
  letter-spacing: 0.025em;
}
.sec_02 h3 {
  font-size: 52px;
  color: #fee8ea;
  letter-spacing: 0.025em;
}
.sec_02 .pd {
  position: absolute;
  display: flex;
  justify-content: space-between;
}
.sec_02 .pd_img {
  margin-top: 20px;
  width: 55%;
}
.sec_02 .pd_img img {
  border: 1px solid #f9f0e4;
  box-shadow: 6px 14px 20px 0px rgba(94, 47, 35, 0.3);
}
.sec_02 .pd_img p {
  text-align: center;
  font-size: 30px;
  margin-top: 45px;
}
.sec_02 .pd_cta {
  width: 40%;
}
.sec_02 .pd_cta .pd_color {
  color: #e8bc8a;
  font-size: 165px;
  text-align: center;
  margin-top: -40px;
}
.sec_02 .pd_cta .pd_color span {
  font-size: 60px;
}
.sec_02 .pd_cta .pd_colortxt {
  color: #e8bc8a;
  text-align: center;
  font-size: 40px;
  margin-top: -12px;
  margin-bottom: 28px;
}
.sec_02 .pd_cta .btn {
  margin: 0 auto;
  display: block;
  border: 0;
  width: 84%;
}
.sec_02 .pd_03 {
  top: 324px;
  left: 40px;
  right: 50px;
}
.sec_02 .pd_06 {
  top: 1070px;
  left: 40px;
  right: 50px;
}
.sec_02 .pd_09 {
  top: 1808px;
  left: 40px;
  right: 50px;
}
@media (max-width: 800px) {
  .sec_02 .section-title {
    top: 11.5vw;
  }

  .sec_02 h2 {
    font-size: 7.5vw;
  }

  .sec_02 h3 {
    font-size: 6.5vw;
  }

  .sec_02 .pd_img {
    margin-top: 2.5vw;
  }

  .sec_02 .pd_img p {
    font-size: 3.75vw;
    margin-top: 5.625vw;
  }

  .sec_02 .pd_cta .pd_color {
    font-size: 20.625vw;
    margin-top: -5vw;
  }

  .sec_02 .pd_cta .pd_color span {
    font-size: 7.5vw;
  }

  .sec_02 .pd_cta .pd_colortxt {
    font-size: 5vw;
    margin-top: -1.5vw;
    margin-bottom: 3.5vw;
  }

  .sec_02 .pd_03 {
    top: 40.5vw;
    left: 5vw;
    right: 6.25vw;
  }

  .sec_02 .pd_06 {
    top: 133.75vw;
    left: 5vw;
    right: 6.25vw;
  }

  .sec_02 .pd_09 {
    top: 226vw;
    left: 5vw;
    right: 6.25vw;
  }
}
.sec_03 {
  position: relative;
}
.sec_03 .section-title {
  position: absolute;
  top: 260px;
}

.sec_03 h2 {
  font-size: 60px;
  color: #972c26;
  letter-spacing: 0.025em;
  margin-bottom: 1%;
}
.sec_03 h3 {
  font-size: 52px;
  color: #972c26;
  letter-spacing: 0.025em;
  margin-bottom: 4.5%;
}
.sec_03 h4 {
  font-size: 30px;
  color: #972c26;
  letter-spacing: 0.025em;
  border: 1px solid #972c26;
  padding: 10px 4%;
  margin: 0 auto;
  width: fit-content;
}
.sec_03 h5 {
  font-size: 40px;
  color: #c55957;
  letter-spacing: 0.025em;
  font-weight: 400;
  margin-bottom: 2%;
}
.sec_03 .bn_obj {
  position: absolute;
}
.sec_03 .bn_obj.bn_obj01 {
  top: 28%;
  z-index: 3;
}
.sec_03 .bn_obj.bn_obj02 {
  top: 50%;
  z-index: 2;
}
.sec_03 .bn_obj.bn_obj03 {
  top: 50%;
}

.bn_text {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.btn_love {
  color: #fff;
  background: #e25269;
  outline: 0;
  transition: all 0.5s ease;
  font-weight: 400;
  padding: 4% 0;
  margin: 0 auto;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 0.2rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  border-radius: 15px;
  border: 5px solid #fff;
  width: 73%;
  position: relative;
  animation: pulse 0.6s ease-out infinite;
}
.btn_love:hover {
  color: #d94f5c;
  background: rgba(255, 255, 255, 0.7);
  border: 5px solid #d94f5c;
  box-shadow: 0 10px 5px rgba(217, 79, 92, 0.3);
}

.sec_btn-obj01 {
  position: absolute;
  top: calc(50% - 20px);
  left: -20px;
}
.sec_btn-obj02 {
  position: absolute;
  top: calc(50% - 20px);
  right: -20px;
}
.btn_love:hover::before,
.btn_love:hover::after {
  transform: scale(1.2);
}
.btn_love::before {
  left: -20px;
}
.btn_love::after {
  right: -20px;
}
.btn_arrow {
  position: absolute;
  right: 10%;
  bottom: -20%;
  z-index: 3;
  animation: pulse 0.4s ease-in-out infinite;
}

.sec_04 {
  position: relative;
  margin-top: -1px;
}
.sec_04 .section-title {
  top: 85px;
}
.sec_04 h2 {
  font-size: 60px;
}
.sec_04 h2,
.sec_04 h3,
.sec_04 h4 {
  color: #972c26 !important;
}
.sec_04 .btn_wrap {
  position: absolute;
  bottom: 8.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.sec_04 .btn_wrap p {
  color: #c75656;
  margin-top: 18.5%;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
}
.sec_04 .btn_wrap b {
  display: block;
  font-weight: bold;
  color: #000;
  font-size: 30px;
  margin-bottom: 4%;
}
.sec_04_list {
  position: absolute;
  color: #972c26;
  top: 45%;
  right: 7%;
  width: 86%;
  text-align: center;
}
.sec_04_list li {
  font-size: 40px;
  margin-bottom: 8%;

  text-align: left;
}
.sec_04_list li b {
  display: inline-block;
  padding: 0 2%;
  position: relative;
}
.sec_04_list li b.first {
  margin-right: 4.5%;
}
.sec_04_list li b::after {
  content: "";
  position: absolute;
  bottom: -5px;
  z-index: -1;
  left: 0;
  background: #fff;

  height: 8px;
  width: 100%;
}
.sec_04_list li span {
  display: block;
  font-size: 21px;
  line-height: 1.75;
  margin-top: 3%;
  text-align: right;
  width: fit-content;
}
.sec_04_list .list_item {
  padding-left: 20%;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@media (max-width: 800px) {
  .sec_03 .section-title {
    top: 13%;
  }
  .sec_03 h2,
  .sec_04 h2 {
    font-size: 7.5vw;
  }
  .sec_03 h3 {
    font-size: 6.5vw;
  }
  .sec_03 h4 {
    font-size: 3.6vw;
    padding: 1.5% 4.5%;
  }
  .sec_03 h5 {
    font-size: 4.8vw;
    margin-bottom: 3%;
  }
  .btn_love {
    font-size: 5.5vw;
    letter-spacing: 0.1rem;
    border: 0.6vw solid #fff;
    border-radius: 2.5vw;
  }
  .btn_love:hover {
    border: 0.6vw solid #d94f5c;
  }
  .btn_arrow {
    position: absolute;
    right: 10%;

    width: 9%;
  }
  .sec_04 .section-title {
    top: 5%;
    letter-spacing: 0em;
  }
  .sec_04_list li {
    font-size: 4.8vw;
    margin-bottom: 9%;
  }
  .sec_04_list li span {
    font-size: 2.625vw;
  }
  .sec_04 .btn_wrap {
    bottom: 8.5%;
  }
  .sec_04 .btn_wrap p {
    font-size: 3vw;
  }
  .sec_04 .btn_wrap b {
    font-size: 3.75vw;
  }
  .sec_btn-obj01 {
    top: calc(50% - 3vw);
    left: -3vw;
    width: 6vw;
  }
  .sec_btn-obj02 {
    top: calc(50% - 3vw);
    right: -3vw;
    width: 6vw;
  }
}
