@charset "UTF-8";
/*750rem*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;400;500;600&display=swap");
:root {
  --remBasicSize: 16px;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Noto Sans TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: calc(1 * var(--remBasicSize));
  width: 100%;
  height: 100%;
  background-color: #f9efe9;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* ----------------------------------------------------
initial html5 reset
---------------------------------------------------- */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block;
}

nav ul {
  list-style: none;
}

ol {
  list-style: none;
}

ul {
  list-style: none;
}

ul ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input[type=submit], input[type=button], button {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}

input, select, a img {
  vertical-align: middle;
}

/*-------------------------

         a

-------------------------*/
a,
button {
  cursor: pointer;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

a:focus, a:active,
button:focus, button:active {
  outline: none;
  text-decoration: none;
}

section {
  overflow: hidden;
}

.container {
  position: relative;
  z-index: 4;
  margin: 0 auto;
  width: calc(46.875 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  .container {
    width: 100%;
    min-width: 100%;
  }
}

.fixbtn {
  position: fixed;
  z-index: 5;
  bottom: 8vh;
  right: 0;
  width: calc(6.5625 * var(--remBasicSize));
  height: calc(19.0625 * var(--remBasicSize));
  background: url(../images/fix.png) no-repeat center top/cover;
}
.fixbtn span.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.fixbtn::after {
  position: absolute;
  top: 72.5%;
  right: 20%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: calc(0.5625 * var(--remBasicSize)) solid #fff;
  border-right: calc(0.375 * var(--remBasicSize)) solid transparent;
  border-left: calc(0.375 * var(--remBasicSize)) solid transparent;
  animation: 1s go_data_arrow2 infinite ease-in-out;
}
@keyframes go_data_arrow2 {
  0% {
    top: 72.5%;
  }
  50% {
    top: 75%;
  }
  100% {
    top: 72.5%;
  }
}

@keyframes txt_shine {
  0% {
    transform: translateX(-350px);
    opacity: 1;
  }
  40% {
    transform: translateX(500px);
    opacity: 1;
  }
  100% {
    transform: translateX(500px);
    opacity: 1;
  }
}
.de_light {
  width: calc(46.875 * var(--remBasicSize));
  height: calc(0.9375 * var(--remBasicSize));
  margin: 0 auto calc(0.625 * var(--remBasicSize));
}

.txt {
  display: block;
  font-size: calc(2 * var(--remBasicSize));
  line-height: 1.5em;
  text-align: center;
}

/*-------------------------

           kv

-------------------------*/
#kv {
  width: calc(46.875 * var(--remBasicSize));
  height: calc(87.6875 * var(--remBasicSize));
  background: url(../images/kv/bg.jpg) no-repeat center top/cover;
  margin: 0 auto;
}
#kv .title {
  position: relative;
  margin-top: calc(32.5 * var(--remBasicSize));
  width: 100%;
  height: calc(20.3125 * var(--remBasicSize));
}
#kv .title h1 {
  position: absolute;
  top: calc(6.25 * var(--remBasicSize));
  left: 0;
  text-indent: -99999px;
  overflow: hidden;
  width: calc(21.5625 * var(--remBasicSize));
  height: calc(10.3125 * var(--remBasicSize));
  background: url(../images/kv/h1.png) no-repeat center top/cover;
  -webkit-mask-image: url(../images/kv/h1_light.png);
          mask-image: url(../images/kv/h1_light.png);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  margin-bottom: calc(0.3125 * var(--remBasicSize));
}
#kv .title h1:before {
  z-index: 2;
  top: 0;
  position: absolute;
  content: "";
  display: block;
  width: calc(21.5625 * var(--remBasicSize));
  height: calc(10.3125 * var(--remBasicSize));
  background: url(../images/light2.png) center no-repeat;
  background-size: cover;
  animation: 5s txt_shine infinite ease-in-out;
  animation-delay: 0.8s;
  opacity: 0;
}
#kv .title .product {
  position: absolute;
  top: 0;
  right: calc(1.1875 * var(--remBasicSize));
  width: calc(24.125 * var(--remBasicSize));
  height: calc(20.3125 * var(--remBasicSize));
  background: url(../images/kv/pd_img.png) no-repeat center top/cover;
}
#kv .content h2 {
  text-indent: -99999px;
  overflow: hidden;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(8.8125 * var(--remBasicSize));
  background: url(../images/kv/kv_h2.png) no-repeat center top/cover;
}
#kv .content a.page-scroll {
  position: relative;
  display: block;
  width: calc(17.6875 * var(--remBasicSize));
  height: calc(4 * var(--remBasicSize));
  margin: 0 auto;
  background: url(../images/kv/btn_bg.png) no-repeat center top/cover;
  -webkit-mask-image: url(../images/kv/btn_bg.png);
          mask-image: url(../images/kv/btn_bg.png);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  margin-bottom: calc(0.3125 * var(--remBasicSize));
}
#kv .content a.page-scroll:before {
  z-index: 2;
  top: 0;
  position: absolute;
  content: "";
  display: block;
  width: calc(17.6875 * var(--remBasicSize));
  height: calc(4 * var(--remBasicSize));
  background: url(../images/light2.png) center no-repeat;
  background-size: cover;
  animation: 4s txt_shine2 infinite ease-in-out;
  animation-delay: 1s;
  opacity: 0;
}
@keyframes txt_shine2 {
  0% {
    transform: translateX(-380px);
    opacity: 0;
  }
  40% {
    transform: translateX(500px);
    opacity: 1;
  }
  100% {
    transform: translateX(500px);
    opacity: 0;
  }
}
#kv .content a.page-scroll::after {
  position: absolute;
  top: 42%;
  right: 16%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: calc(0.375 * var(--remBasicSize)) solid transparent;
  border-bottom: calc(0.375 * var(--remBasicSize)) solid transparent;
  border-left: calc(0.5625 * var(--remBasicSize)) solid #fff;
  animation: 1s go_data_arrow infinite ease-in-out;
}
@keyframes go_data_arrow {
  0% {
    right: 13%;
  }
  50% {
    right: 16%;
  }
  100% {
    right: 13%;
  }
}
#kv .content a.page-scroll span {
  display: block;
  color: #fff;
  font-size: calc(2 * var(--remBasicSize));
  line-height: calc(4 * var(--remBasicSize));
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.02em;
}
#kv .content .de_light {
  width: calc(46.875 * var(--remBasicSize));
  height: calc(0.9375 * var(--remBasicSize));
  margin: 0 auto calc(0.625 * var(--remBasicSize));
}
#kv .content .kv_txt {
  display: block;
  margin: 0 auto;
  width: calc(40.9375 * var(--remBasicSize));
  height: calc(9.875 * var(--remBasicSize));
  margin-top: calc(5 * var(--remBasicSize));
}
#kv .content .arrow {
  position: relative;
  top: calc(1.25 * var(--remBasicSize));
  display: block;
  margin: 0 auto;
  width: calc(5.375 * var(--remBasicSize));
  height: calc(2.6875 * var(--remBasicSize));
  animation: 2s arrow infinite ease-in-out;
}
@keyframes arrow {
  0% {
    top: calc(1.25 * var(--remBasicSize));
  }
  50% {
    top: calc(1.875 * var(--remBasicSize));
  }
  100% {
    top: calc(1.25 * var(--remBasicSize));
  }
}

/*-------------------------

    pd1
    粉持久完美持妝粉底

-------------------------*/
.pd1 {
  width: calc(46.875 * var(--remBasicSize));
  height: calc(84 * var(--remBasicSize));
  background: url(../images/product/pd1_bg.jpg) no-repeat center top/cover;
  margin: 0 auto;
}
.pd1 .title {
  padding-top: calc(4.875 * var(--remBasicSize));
  margin-bottom: calc(1.6875 * var(--remBasicSize));
}
.pd1 .title h2 {
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(8.75 * var(--remBasicSize));
  background: url(../images/product/pd1_h2.png) no-repeat center top/cover;
  margin-bottom: calc(0.3125 * var(--remBasicSize));
}
.pd1 .title span {
  display: block;
  color: #693914;
  font-size: calc(2 * var(--remBasicSize));
  line-height: 1.5em;
  text-align: center;
  font-weight: 400;
}
.pd1 .point {
  position: relative;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(51.875 * var(--remBasicSize));
}
.pd1 .point .point1 {
  position: absolute;
  top: calc(22.3125 * var(--remBasicSize));
  left: calc(-0.625 * var(--remBasicSize));
  width: calc(19.125 * var(--remBasicSize));
  height: calc(19.125 * var(--remBasicSize));
}
.pd1 .point .point2 {
  position: absolute;
  top: calc(30.625 * var(--remBasicSize));
  left: calc(13.75 * var(--remBasicSize));
  width: calc(20.0625 * var(--remBasicSize));
  height: calc(20.0625 * var(--remBasicSize));
}
.pd1 .point .point3 {
  position: absolute;
  top: calc(20 * var(--remBasicSize));
  right: calc(-1.25 * var(--remBasicSize));
  width: calc(20.125 * var(--remBasicSize));
  height: calc(20.125 * var(--remBasicSize));
}
.pd1 .txt {
  color: #fff;
}

/*-------------------------

    pd2
    粉持久完美鎖妝氣墊粉餅 

-------------------------*/
.pd2 {
  width: calc(46.875 * var(--remBasicSize));
  height: calc(80 * var(--remBasicSize));
  background: url(../images/product/pd2_bg.jpg) no-repeat center top/cover;
  margin: 0 auto;
}
.pd2 .title {
  padding-top: calc(4.875 * var(--remBasicSize));
  margin-bottom: calc(1.6875 * var(--remBasicSize));
}
.pd2 .title h2 {
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(8.75 * var(--remBasicSize));
  background: url(../images/product/pd2_h2.png) no-repeat center top/cover;
  margin-bottom: calc(0.3125 * var(--remBasicSize));
}
.pd2 .title span {
  display: block;
  color: #693914;
  font-size: calc(2 * var(--remBasicSize));
  line-height: 1.5em;
  text-align: center;
  font-weight: 400;
}
.pd2 .point {
  position: relative;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(46.875 * var(--remBasicSize));
}
.pd2 .point .point1 {
  position: absolute;
  top: calc(25 * var(--remBasicSize));
  left: calc(2.8125 * var(--remBasicSize));
  width: calc(13.5625 * var(--remBasicSize));
  height: calc(13.5625 * var(--remBasicSize));
}
.pd2 .point .point2 {
  position: absolute;
  top: calc(30.625 * var(--remBasicSize));
  left: calc(16.25 * var(--remBasicSize));
  width: calc(13.5625 * var(--remBasicSize));
  height: calc(13.5625 * var(--remBasicSize));
}
.pd2 .point .point3 {
  position: absolute;
  top: calc(25 * var(--remBasicSize));
  right: calc(1.5625 * var(--remBasicSize));
  width: calc(14.375 * var(--remBasicSize));
  height: calc(14.375 * var(--remBasicSize));
}
.pd2 .txt {
  color: #693914;
}

/*-------------------------

    data
    兌換

-------------------------*/
#data {
  width: calc(46.875 * var(--remBasicSize));
  height: calc(71.625 * var(--remBasicSize));
  background: url(../images/product/data_bg.jpg) no-repeat center top/cover;
  margin: 0 auto;
}
#data .title {
  padding-top: calc(5.625 * var(--remBasicSize));
  margin-bottom: calc(1.6875 * var(--remBasicSize));
}
#data .title h2 {
  color: #040a2b;
  font-size: calc(2.5625 * var(--remBasicSize));
  line-height: 1.5em;
  text-align: center;
  font-weight: 500;
  margin-bottom: calc(0.3125 * var(--remBasicSize));
  letter-spacing: -0.02em;
}
#data .title h3 {
  color: #040a2b;
  font-size: calc(2.3125 * var(--remBasicSize));
  line-height: 1.45em;
  text-align: center;
  font-weight: 500;
}
#data .content {
  padding-top: calc(4.375 * var(--remBasicSize));
}
#data .content .data_span {
  display: block;
  width: calc(38.0625 * var(--remBasicSize));
  height: calc(10.75 * var(--remBasicSize));
  margin: 0 auto;
}
#data .content .data_pd {
  display: block;
  width: calc(18.75 * var(--remBasicSize));
  height: calc(23.75 * var(--remBasicSize));
  margin: 0 auto;
}
#data .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(27.75 * var(--remBasicSize));
  height: calc(4.625 * var(--remBasicSize));
  background: linear-gradient(to right, #222751 22%, #414a82 50%, #222751 72%);
  margin: 0 auto;
  overflow: hidden;
}
#data .btn::after {
  position: absolute;
  top: 42%;
  right: 19%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: calc(0.375 * var(--remBasicSize)) solid transparent;
  border-bottom: calc(0.375 * var(--remBasicSize)) solid transparent;
  border-left: calc(0.5 * var(--remBasicSize)) solid #fff;
  animation: 1s data_arrow infinite ease-in-out;
}
@keyframes data_arrow {
  0% {
    right: 19%;
  }
  50% {
    right: 17%;
  }
}
#data .btn:before {
  z-index: 2;
  top: 0;
  position: absolute;
  content: "";
  display: block;
  width: calc(27.75 * var(--remBasicSize));
  height: calc(4.625 * var(--remBasicSize));
  background: url(../images/light2.png) center no-repeat;
  background-size: cover;
  animation: 4s txt_shine infinite ease-in-out;
  animation-delay: 0.8s;
  opacity: 0;
}
#data .btn span {
  display: block;
  color: #fff;
  font-size: calc(1.875 * var(--remBasicSize));
}

/*-------------------------

    pd3
    NO.1 粉持久家族 

-------------------------*/
.pd3 {
  position: relative;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(97.375 * var(--remBasicSize));
  background: url(../images/product/pd3_bg.jpg) no-repeat center top/cover;
  margin: 0 auto;
}
.pd3 .title {
  padding-top: calc(6.0625 * var(--remBasicSize));
  margin-bottom: calc(1.6875 * var(--remBasicSize));
}
.pd3 .title span {
  display: block;
  color: #fff;
  font-size: calc(2.125 * var(--remBasicSize));
  line-height: 1.5em;
  text-align: center;
  font-weight: 400;
}
.pd3 .title h2 {
  position: relative;
  display: block;
  color: #fff;
  font-size: calc(2.5625 * var(--remBasicSize));
  line-height: 1.4em;
  text-align: center;
  font-weight: 400;
  margin-left: calc(0.75 * var(--remBasicSize));
}
.pd3 .name {
  position: relative;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(57.5 * var(--remBasicSize));
}
.pd3 .name .point1 {
  position: absolute;
  top: calc(3.75 * var(--remBasicSize));
  left: calc(8.75 * var(--remBasicSize));
  width: calc(12.1875 * var(--remBasicSize));
  height: calc(8.8125 * var(--remBasicSize));
}
.pd3 .name .point2 {
  position: absolute;
  top: calc(44.75 * var(--remBasicSize));
  left: calc(8.75 * var(--remBasicSize));
  width: calc(12.1875 * var(--remBasicSize));
  height: calc(8.3125 * var(--remBasicSize));
}
.pd3 .name .point3 {
  position: absolute;
  top: calc(44.75 * var(--remBasicSize));
  left: calc(27.625 * var(--remBasicSize));
  width: calc(12.1875 * var(--remBasicSize));
  height: calc(8.3125 * var(--remBasicSize));
}
.pd3 .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(27.75 * var(--remBasicSize));
  height: calc(4.625 * var(--remBasicSize));
  background: linear-gradient(to right, #222751 22%, #414a82 50%, #222751 72%);
  margin: 0 auto;
  overflow: hidden;
}
.pd3 .btn::after {
  position: absolute;
  top: 42%;
  right: 19%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: calc(0.375 * var(--remBasicSize)) solid transparent;
  border-bottom: calc(0.375 * var(--remBasicSize)) solid transparent;
  border-left: calc(0.5 * var(--remBasicSize)) solid #fff;
  animation: 1s pd3_arrow infinite ease-in-out;
}
@keyframes pd3_arrow {
  0% {
    right: 19%;
  }
  50% {
    right: 17%;
  }
}
.pd3 .btn:before {
  z-index: 2;
  top: 0;
  position: absolute;
  content: "";
  display: block;
  width: calc(27.75 * var(--remBasicSize));
  height: calc(4.625 * var(--remBasicSize));
  background: url(../images/light2.png) center no-repeat;
  background-size: cover;
  animation: 4s txt_shine infinite ease-in-out;
  animation-delay: 0.8s;
  opacity: 0;
}
.pd3 .btn span {
  display: block;
  color: #fff;
  font-size: calc(1.875 * var(--remBasicSize));
}

/*-------------------------

          footer

-------------------------*/
footer {
  position: absolute;
  z-index: 5;
  bottom: 0;
  width: 100%;
  height: calc(6.25 * var(--remBasicSize));
  margin: 0 auto;
  text-align: center;
}
footer > a {
  color: #fff;
}
footer .logo.icon-cosmo-logo {
  font-size: calc(3.125 * var(--remBasicSize));
}/*# sourceMappingURL=main.css.map */