/*@mixin img-replace($img, $w: image-width($img), $h: image-height($img), $disp: block) {
    background: image-url($img) no-repeat;
    width: $w;
    height: $h;
    display: $disp;
}*/
/*color-set*/
/*mixin-set*/
/*@mixin bgblur($x) {
    filter: blur($x+px);
    -webkit-filter: blur($x+px);
    -moz-filter: blur($x+px);
    -ms-filter: blur($x+px);
    -o-filter: blur($x+px);
}*/
/*url*/
/*style set*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&family=Noto+Sans+TC:wght@100;300;500&display=swap");
html, a body {
  background: #fff;
  box-sizing: border-box;
  letter-spacing: 1px;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
}
html a, a body a {
  box-sizing: border-box;
  text-decoration: none;
  display: block;
}

.hide {
  display: none !important;
}

.alcenter, .product--box--list .pd--name span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fit {
  width: 100%;
  display: block;
}

/*font*/
@font-face {
  font-family: dflisong;
  src: url(../font/DFLiSongStdW5.OTF);
}
@font-face {
  font-family: whan;
  src: url(../font/WCL-02.ttf);
}
@font-face {
  font-family: itc;
  src: url(../font/ITCAvantGardePro-Md.otf);
}
body {
  font-family: "dflisong", sans-serif;
}

.cn-whan {
  font-family: "whan", sans-serif;
}

.en-itc {
  font-family: "itc", sans-serif;
}

.f-herotitle {
  font-size: 2rem;
  /*<1280*/
}
@media (max-width: 1280px) {
  .f-herotitle {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .f-herotitle {
    font-size: 1.6rem;
  }
}

.f-herosubtitle {
  font-size: 1.3rem;
  /*<1280*/
}
@media (max-width: 1280px) {
  .f-herosubtitle {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .f-herosubtitle {
    font-size: 1rem;
  }
}

.f-50, .section--title {
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .f-50, .section--title {
    font-size: 1.25rem;
  }
}

.f-45, .kolbox--slick--item--text--title {
  font-size: 2.8125rem;
}
@media (max-width: 768px) {
  .f-45, .kolbox--slick--item--text--title {
    font-size: 1.3125rem;
  }
}

.f-40, .game-ans .ans--box--container--info--title, .game-index .startbtn, .section--link {
  font-size: 2.5rem;
}
@media (max-width: 1024px) {
  .f-40, .game-ans .ans--box--container--info--title, .game-index .startbtn, .section--link {
    font-size: 1.85rem;
  }
}
@media (max-width: 768px) {
  .f-40, .game-ans .ans--box--container--info--title, .game-index .startbtn, .section--link {
    font-size: 0.8125rem;
  }
}

.f-33, .section--subtitle {
  font-size: 2.0625rem;
}
@media (max-width: 768px) {
  .f-33, .section--subtitle {
    font-size: 0.9375rem;
  }
}

.f-27 {
  font-size: 1.6875rem;
}
@media (max-width: 768px) {
  .f-27 {
    font-size: 0.8125rem;
  }
}

.f-24, .game-ans .ans--box--container--info--text, .product--box--info, .product--box--list .pd--name, .kolbox--slick--item--text--description, .header .subtitle {
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .f-24, .game-ans .ans--box--container--info--text, .product--box--info, .product--box--list .pd--name, .kolbox--slick--item--text--description, .header .subtitle {
    font-size: 0.9375rem;
  }
}

/*slick set*/
.slick-arrow {
  display: none !important;
}

.slick-dots {
  padding: 0 !important;
  margin: 60px auto 0 auto;
  display: flex !important;
  justify-content: center;
}
.slick-dots li {
  width: 32px;
  height: 32px;
  margin: 0 16px;
  list-style-type: none;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 1px #b7ad70;
  background: #fff;
  text-indent: -5000px;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: #b7ad70;
  background: linear-gradient(to right, #b7ad70 1%, #d5cea6 98%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b7ad70", endColorstr="#d5cea6", GradientType=1);
}
@media (max-width: 768px) {
  .slick-dots li {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 8px;
  }
}

/*KV*/
.videobox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*header*/
.header {
  position: relative;
  padding-bottom: 260px;
}
@media (max-width: 768px) {
  .header {
    padding-bottom: 70px;
  }
}
.header .snow {
  display: block;
  width: 27.5%;
  max-width: 190px;
  position: absolute;
  top: -75px;
  left: 0;
}
.header .leaf1 {
  display: block;
  width: 60.5%;
  max-width: 568px;
  position: absolute;
  right: -15px;
  bottom: 0;
}
.header .maintitle {
  display: block;
  width: 89%;
  max-width: 990px;
  position: relative;
  margin: 161px auto 103px auto;
}
@media (max-width: 768px) {
  .header .maintitle {
    margin: 90px auto 68px auto;
  }
}
.header .subtitle {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 2px;
  line-height: 36px;
}
@media (max-width: 768px) {
  .header .subtitle {
    letter-spacing: 0px;
    line-height: 24px;
  }
}

/*section*/
.main {
  overflow: hidden;
}

.section {
  width: 100%;
  position: relative;
}
.section--title {
  width: 73.5%;
  max-width: 661px;
  height: 15.22vw;
  max-height: 106px;
  background: url("../images/Asset 6@2x.png") center center no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  color: #a2967b;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--subtitle {
  width: 90%;
  margin: 80px auto 90px auto;
  color: #eb6d9a;
  text-align: center;
}
@media (max-width: 768px) {
  .section--subtitle {
    margin: 45px auto 0 auto;
  }
}
.section--link {
  color: #000;
  width: 36.75%;
  height: 8vw;
  max-width: 462px;
  max-height: 101px;
  background: url("../images/Asset 8@2x.png") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/*KOL*/
.leaf2 {
  display: block;
  width: 45.5%;
  max-width: 383px;
  position: absolute;
  top: 113px;
  left: 0;
}
@media (max-width: 768px) {
  .leaf2 {
    top: 60%;
    z-index: 9;
  }
}

.leaf3 {
  display: block;
  width: 33%;
  max-width: 535px;
  position: absolute;
  right: 0;
  bottom: -40px;
}
@media (max-width: 768px) {
  .leaf3 {
    bottom: 70px;
  }
}

.kolbox {
  margin-top: 93px;
}
.kolbox--slick {
  margin-top: 115px;
}
@media (max-width: 1024px) {
  .kolbox--slick {
    margin-top: 50px;
  }
}
.kolbox--slick--item {
  width: 98%;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
}
.kolbox--slick--item--img {
  width: 37%;
  margin-left: 8%;
}
.kolbox--slick--item--img img {
  display: block;
  width: 100%;
}
.kolbox--slick--item--text {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.kolbox--slick--item--text--title {
  color: #eb6d9a;
}
.kolbox--slick--item--text--description {
  padding: 0 12%;
  margin-top: 90px;
  line-height: 3rem;
}
@media (max-width: 1024px) {
  .kolbox--slick--item {
    flex-wrap: wrap;
  }
  .kolbox--slick--item--img {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .kolbox--slick--item--text {
    width: 77%;
    padding-top: 60px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .kolbox--slick--item--text--description {
    text-align: center;
    margin-top: 60px;
    letter-spacing: 1px;
    line-height: 3rem;
  }
}
@media (max-width: 768px) {
  .kolbox--slick--item {
    flex-wrap: wrap;
  }
  .kolbox--slick--item--text--description {
    line-height: 1.3rem;
  }
}
.kolbox--slick--itembox.even .kolbox--slick--item--img {
  order: 1;
  margin-right: 8%;
  margin-left: 0;
}
@media (max-width: 1024px) {
  .kolbox--slick--itembox.even .kolbox--slick--item--img {
    order: 0;
  }
}
.kolbox .section--link {
  margin: 123px auto 0 auto;
}
@media (max-width: 1024px) {
  .kolbox {
    margin-top: 38px;
  }
  .kolbox .section--link {
    margin: 25px auto 0 auto;
  }
  .kolbox .slick-dots {
    margin-top: 30px;
  }
}

/*product*/
.product {
  margin-top: 277px;
  margin-bottom: 110px;
}
.product .snow {
  display: block;
  width: 27.5%;
  max-width: 190px;
  position: absolute;
  top: 0;
  left: 0;
}
.product .leaf6 {
  display: block;
  width: 60.5%;
  max-width: 568px;
  position: absolute;
  right: -15px;
  bottom: -70px;
  display: none;
}
.product--box--main {
  display: block;
  width: 90%;
  max-width: 1390px;
  margin: -32px auto 0 auto;
}
.product--box--list {
  width: 90%;
  max-width: 1390px;
  margin: 105px auto 0 auto;
}
.product--box--list .pd {
  position: relative;
  width: 100%;
}
.product--box--list .pd--img {
  display: block;
  margin: 0 auto;
  width: 90%;
}
.product--box--list .pd--name {
  width: 12vw;
  height: 2.5vw;
  min-width: 150px;
  min-height: 37px;
  background: url("../images/Asset 7@2x.png") center center no-repeat;
  background-size: contain;
  position: relative;
  margin: 40px auto 0 auto;
}
.product--box--list .pd--name span {
  display: flex;
  width: 90%;
  justify-content: center;
  align-items: center;
}
.product--box--list .pd--name span.color-pink {
  color: #f89ac7;
}
.product--box--list .pd--name span.color-green {
  color: #a8cecc;
}
.product--box--list .pd--name span.color-white {
  color: #B2B2B2;
}
.product--box--list .pd--name span.color-blue {
  color: #75BDEF;
}
.product--box--list .pd:after {
  content: "";
  width: 1px;
  height: 40%;
  background: #debf78;
  display: block;
  position: absolute;
  right: 0;
  top: 30%;
}
.product--box--list .pd:nth-child(4):after {
  display: none;
}
.product--box--info {
  width: 90%;
  margin: 55px auto 0 auto;
  text-align: center;
  line-height: 42px;
  letter-spacing: 1.5px;
}
.product .section--link {
  margin-top: 45px;
  max-width: 399px;
  max-height: 93px;
  letter-spacing: 1px;
  background-size: contain;
}
@media (max-width: 768px) {
  .product {
    margin-top: 30px;
    margin-bottom: 110px;
  }
  .product--box--main {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .product--box--list {
    width: 90%;
    max-width: 1390px;
    margin: 10px auto 0 auto;
  }
  .product--box--list .pd--img {
    margin: 0 auto;
    width: 60%;
  }
  .product--box--list .pd--name {
    font-size: 1.1rem;
    letter-spacing: 2px;
  }
  .product--box--list .pd:after {
    display: none;
  }
  .product--box--info {
    line-height: 24px;
    letter-spacing: 0px;
  }
  .product .snow {
    top: 50vh;
  }
  .product .leaf6 {
    display: block;
  }
}

/*game*/
.gamespot {
  /*    height:100vh;
      position:relative;*/
  min-height: 80vh;
}

.game-index .gamebox--landpage {
  width: 90vw;
  height: 54.58vw;
  max-width: 1080px;
  max-height: 655px;
  margin: 0 auto;
  position: relative;
}
.game-index .gamebox--landpage .girl1 {
  width: 49.5vw;
  max-width: 328px;
  display: block;
  position: absolute;
  top: 8%;
  left: 0%;
}
.game-index .gamebox--landpage .girl2 {
  width: 49.75vw;
  max-width: 328px;
  display: block;
  position: absolute;
  top: 10%;
  left: 49%;
}
.game-index .gamebox--landpage .girl3 {
  width: 51vw;
  max-width: 336px;
  display: block;
  position: absolute;
  top: 57%;
  right: 49%;
}
.game-index .gamebox--landpage .girl4 {
  width: 44vw;
  max-width: 290px;
  display: block;
  position: absolute;
  top: 60%;
  right: 0;
}
@media (max-width: 1024px) {
  .game-index .gamebox--landpage {
    height: 97vw;
  }
  .game-index .gamebox--landpage .girl1 {
    top: 8%;
    left: 0%;
  }
  .game-index .gamebox--landpage .girl2 {
    top: 20%;
    left: 49%;
  }
  .game-index .gamebox--landpage .girl3 {
    top: 64%;
    right: 47%;
  }
  .game-index .gamebox--landpage .girl4 {
    top: 75%;
    right: 4%;
  }
}
.game-index .startbtn {
  width: 74vw;
  height: 30.75vw;
  max-width: 410px;
  max-height: 150px;
  background: url("../images/Asset 13@2x.png") center center no-repeat;
  background-size: contain;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
  color: #000;
  margin: 131px auto 0 auto;
  letter-spacing: 5px;
}
@media (max-width: 768px) {
  .game-index .startbtn {
    font-size: 30px !important;
  }
}

.game-qa .qa--box {
  opacity: 0;
  display: none;
  /*<1680*/
  /*<1280*/
}
.game-qa .qa--box--select {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 7.8vw;
}
.game-qa .qa--box--select--item {
  width: 28%;
  margin: 0 5%;
}
.game-qa .qa--box--select--item img {
  width: 100%;
}
.game-qa .qa--box--select--item span {
  width: 90%;
  max-width: 466px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/Asset 8@2x.png") center center no-repeat;
  background-size: 100% 100%;
  /*@extend .f-40;*/
  color: #737373;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.game-qa .qa--box.show {
  display: block;
  opacity: 1;
  transition: 0.5s;
}
@media (max-width: 1680px) {
  .game-qa .qa--box--select--item span {
    font-size: 2rem;
  }
}
@media (max-width: 1280px) {
  .game-qa .qa--box--select--item span {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .game-qa .qa--box--select--item span {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .game-qa .qa--box--select--item {
    width: 90%;
    margin: 0 auto 80px auto;
  }
  .game-qa .qa--box--select--item span {
    width: auto;
    font-size: 1rem;
  }
}

.game-ans .ans--box {
  opacity: 0;
  display: none;
}
.game-ans .ans--box--container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.game-ans .ans--box--container--img {
  width: 100%;
  max-width: 720px;
  position: relative;
}
.game-ans .ans--box--container--img .ansimg {
  width: 80%;
}
.game-ans .ans--box--container--img .ansavatar {
  width: 30%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.game-ans .ans--box--container--info {
  width: 100%;
  max-width: 590px;
}
.game-ans .ans--box--container--info--title {
  color: #FF6699;
  padding: 15px;
  width: 90%;
  max-width: 445px;
  text-align: center;
  margin: 0 auto;
  background: url("../images/Asset 8@2x.png") center center no-repeat;
  background-size: 100% 100%;
}
.game-ans .ans--box--container--info--text {
  line-height: 36px;
  color: #737373;
  width: 80%;
  margin: 30px auto 0 20%;
}
.game-ans .ans--box--container--info--promo {
  width: 320px;
  margin-left: 20%;
  margin-top: 28px;
  margin-bottom: 16px;
}
.game-ans .ans--box--container--info--promo .promo--txt {
  font-size: 18px;
  color: #737373;
  padding-left: 16px;
}
.game-ans .ans--box--container--info--promo .promo--linkbox {
  display: flex;
  justify-content: space-between;
}
.game-ans .ans--box--container--info--promo .promo--linkbox .linkbtn img {
  display: block;
  width: 100%;
}
.game-ans .ans--box--container--info--promo .promo--linkbox .linkbtn span {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  padding-top: 32px;
  color: #737373;
}
.game-ans .ans--box--container--info--promo .promo--linkbox .linkbtn.client {
  width: 142px;
}
.game-ans .ans--box--container--info--promo .promo--linkbox .linkbtn.client span {
  padding-top: 0;
  margin-top: -12px;
  line-height: 19px;
}
.game-ans .ans--box--container--info--promo .promo--linkbox .linkbtn.fbshare {
  width: 140px;
}
.game-ans .ans--box--container--info--promo .promo--linkbox .linkbtn.fbshare img {
  width: 82px;
  margin: 16px auto 0 auto;
}
.game-ans .ans--box--note {
  width: 90%;
  max-width: 980px;
  margin: 50px auto 0 auto;
  font-size: 16px;
  color: #737373;
  line-height: 24px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .game-ans .ans--box--container {
    margin-top: 40px;
  }
  .game-ans .ans--box--container--img {
    width: 80%;
    margin: 0 auto;
  }
  .game-ans .ans--box--container--img .ansavatar {
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .game-ans .ans--box--container--info {
    margin-top: 30px;
  }
  .game-ans .ans--box--container--info--title {
    padding: 15px;
    width: 70%;
    max-width: 212px;
    font-size: 18px;
  }
  .game-ans .ans--box--container--info--text {
    width: 100%;
    text-align: center;
    margin: 30px auto 0 auto;
    line-height: 26px;
    background: #ffe6f3;
    padding: 8px 0;
  }
  .game-ans .ans--box--container--info--promo {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .game-ans .ans--box--note {
    width: 90%;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*footer*/
.footer {
  margin-top: 100px;
  width: 100%;
  background: #ffe6f3;
  height: 260px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .leaf4 {
  display: block;
  width: 28.9%;
  position: absolute;
  top: -230px;
  right: 0;
}
.footer .socialbox {
  width: 90%;
  max-width: 690px;
  display: flex;
  justify-content: center;
}
.footer .socialbox a {
  display: block;
  width: 72px;
  height: 72px;
  text-indent: -5000px;
  margin: 0 24px;
}
.footer .socialbox a.fb {
  background: url("../images/Asset 14@2x.png") center center no-repeat;
  background-size: contain;
}
.footer .socialbox a.ig {
  background: url("../images/Asset 15@2x.png") center center no-repeat;
  background-size: contain;
}
.footer .socialbox a.yt {
  background: url("../images/Asset 16@2x.png") center center no-repeat;
  background-size: contain;
}
.footer .socialbox a.gl {
  background: url("../images/Asset 17@2x.png") center center no-repeat;
  background-size: contain;
}
.footer .socialbox a.li {
  background: url("../images/Asset 18@2x.png") center center no-repeat;
  background-size: contain;
}
.footer .copyright {
  width: 90%;
  font-size: 20px;
  text-align: center;
  color: #c5ac84;
  font-family: "itc", sans-serif;
  margin-top: 32px;
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
}
@media (max-width: 1024px) {
  .footer {
    margin-top: 50px;
  }
  .footer .leaf4 {
    display: none;
  }
  .footer .socialbox a {
    margin: 0 12px;
  }
  .footer .copyright {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
  }
}
