@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400&display=swap");

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  max-width: 1080px;
  margin: 0 auto;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  font-size: 12px;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
  font-family: "ShiseidoGinzaExt";
  src: url("../font/ShiseidoGinzaExt-Regular.woff2") format("woff2"), url("../font/ShiseidoGinzaExt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ShiseidoGinza";
  src: url("../font/ShiseidoGinza-Regular.woff2") format("woff2"), url("../font/ShiseidoGinza-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  overflow-x: hidden;
  width: auto;
  font-family: "shiseidoGinza", "woff2", "woff", "Noto Sans CJK TC", "Microsoft JhengHei", PingFang, STHeiti, sans-serif, serif, "Microsoft JhengHei UI", "微軟正黑體", "Microsoft JhengHei", "Microsoft YaHei UI", "微軟雅黑", "Microsoft YaHei", sans-serif;
  font-weight: normal;
}

.bg-set {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}

.fz-93 {
  font-size: 4.84vw;
}

.fz-64 {
  font-size: 3.333vw;
}

@media (max-width: 900px) {
  .fz-64 {
    font-size: 9vw;
  }
}

.fz-64-2 {
  font-size: 3.333vw;
}

@media (max-width: 900px) {
  .fz-64-2 {
    font-size: 6vw;
  }
}

.fz-56 {
  font-size: 3.6vw;
}

@media (max-width: 900px) {
  .fz-56 {
    font-size: 8.8vw;
  }
}

.fz-55 {
  font-size: 2.86vw;
}

.fz-54 {
  font-size: 2.8125vw;
}

@media (max-width: 900px) {
  .fz-54 {
    font-size: 7vw;
  }
}

.fz-48 {
  font-size: 2.5vw;
}

.fz-40 {
  font-size: 2.08vw;
}

@media (max-width: 900px) {
  .fz-40 {
    font-size: 6vw;
  }
}

.fz-40-1 {
  font-size: 2.08vw;
}

.fz-32 {
  font-size: 1.667vw;
}

.fz-36 {
  font-size: 1.88vw;
}

@media (max-width: 900px) {
  .fz-36 {
    letter-spacing: 0.2vw;
  }
}

.fz-24 {
  font-size: 1.25vw;
}

.fz-28 {
  font-size: 1.46vw;
}

.fz-30 {
  font-size: 1.5vw;
}

@media (max-width: 900px) {
  .fz-30 {
    font-size: 4.5vw;
  }
}

.fz-30-2 {
  font-size: 1.5vw;
}

.fz-26 {
  font-size: 1.35vw;
}

.fz-22 {
  font-size: 1.15vw;
}

.fz-20 {
  font-size: 1.04vw;
}

.d-f {
  display: flex;
}

.d-f-c {
  display: flex;
  flex-direction: column;
}

.w-700 {
  font-weight: 700;
}

.w-200 {
  font-weight: 200;
}

.w-400 {
  font-weight: 400;
}

.m-r-0 {
  margin-right: 0.5vw;
}

.m-r-1 {
  margin-right: 3vw;
}

@media (max-width: 900px) {
  .m-r-1 {
    margin-right: 1.3vw;
  }
}

.m-r-2 {
  margin-right: 3vw;
}

.m-r-3 {
  margin-right: 4.5vw;
}

.m-r-5 {
  margin-right: 2vw;
}

.color-n {
  color: #d6001c;
}

.color-b {
  color: #192384;
}

.color-w {
  color: #fff;
}

.color-bk {
  color: #000;
}

.break-point-p {
  display: block;
}

@media (max-width: 900px) {
  .break-point-p {
    display: none;
  }
}

.break-point-s {
  display: none;
}

@media (max-width: 900px) {
  .break-point-s {
    display: block;
  }
}

@keyframes lightSweep {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

.btn {
  padding: 1vw 2.5vw;
  letter-spacing: 0.2vw;
  display: inline-block;
  background-color: #192384;
  color: #ffffff;
  border: 2px solid transparent;
  -o-border-image: linear-gradient(to right, #7079d0 60%, #f2d8aa 100%);
  border-image: linear-gradient(to right, #7079d0 60%, #f2d8aa 100%);
  border-image-slice: 1;
  /* 老的 Firefox */
  box-shadow: 0px 5px 10px #d0c7b2;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  animation: lightSweep 2s ease infinite;
  z-index: 1;
}

@media (max-width: 900px) {
  .btn {
    padding: 4vw 7vw;
    border-image-slice: 5;
    font-size: 3.5vw;
  }
}

.btn span {
  margin-left: 1vw;
  display: inline-block;
  width: 1vw;
  height: 1vw;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 900px) {
  .btn span {
    width: 3vw;
    height: 3vw;
    margin-left: 4.5vw;
  }
}

.notion {
  position: absolute;
  font-size: 0.9vw;
  letter-spacing: 0.1vw;
}

@media (max-width: 900px) {
  .notion {
    font-size: 2.3vw;
  }
}

.shine {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 27.8vw;
  height: 5.26vw;
  background-image: url(../images/shine.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.shine-1 {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 5.66vw;
  height: 32vw;
  background-image: url(../images/shine-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 900px) {
  .shine-1 {
    width: 16.66vw;
    height: 89vw;
  }
}

.shine-animation-2 {
  animation: shine_shine linear 2s infinite alternate;
  animation-delay: 1s;
}

.shine-animation {
  animation: shine_shine linear 2s infinite alternate;
}

@keyframes shine_shine {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

.circle-shine {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 8.5vw;
  height: 8.5vw;
  background-image: url(../images/icon-light-8.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 900px) {
  .circle-shine {
    width: 11.5vw;
    height: 11.5vw;
  }
}

.circle-shine-1 {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 8.5vw;
  height: 8.5vw;
  background-image: url(../images/icon-light-8-re.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 900px) {
  .circle-shine-1 {
    width: 12.5vw;
    height: 12.5vw;
  }
}

.vertical-shine {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 27.45vw;
  height: 36.15vw;
  background-image: url(../images/vertical-shine.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.star-shine {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 10vw;
  height: 10vw;
  background-image: url(../images/icon-light-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: star-shine 2s infinite alternate;
  animation-delay: 0.5s;
  top: -70%;
  left: -40%;
}

@keyframes star-shine {
  0% {
    transform: rotate(0deg) scale(0);
  }

  100% {
    transform: rotate(360deg) scale(1.2);
  }
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.fixed-btn {
  position: relative;
}

.fixed-btn u {
  text-decoration: none;
  position: absolute;
  top: -4vw;
  left: 2.5vw;
  font-size: 0.95vw;
}

.fixed-btn u::after {
  content: "";
  content: "";
  width: 3.2vw;
  height: 1vw;
  top: 0vw;
  left: -0.6vw;
  position: absolute;
  background: white;
  filter: blur(0.7vw);
  z-index: -1;
}

@media (max-width: 900px) {
  .fixed-btn u::after {
    width: 8vw;
    height: 5vw;
    filter: blur(1.7vw);
  }
}

@media (max-width: 900px) {
  .fixed-btn u {
    top: -6vw;
    left: 6vw;
    font-size: 2.5vw;
  }
}

#g-quick {
  position: fixed;
  top: 46%;
  right: 1%;
  z-index: 20;
  width: 5vw;
  border-radius: 50vw;
  background: linear-gradient(to bottom, #fff 30%, #8f8f8f, #fff 80%);
  transition: 0.2s;
  box-shadow: 0 0 1.5vw rgba(0, 0, 0, 0.6);
  padding: 1px;
  text-align: center;
}

@media (max-width: 900px) {
  #g-quick {
    width: 13vw;
    right: 3%;
  }
}

#g-quick>div {
  padding-top: 3vw;
  padding-bottom: 1vw;
  border-radius: 50vw;
  background: #192384;
  box-shadow: inset 0 0 1px #8f8f8f;
  position: relative;
  overflow: hidden;
}

@media (max-width: 900px) {
  #g-quick>div {
    padding-top: 12vw;
    padding-bottom: 3vw;
  }
}

#g-quick>div:before {
  content: "";
  width: 13vw;
  height: 20vw;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}

@media (max-width: 900px) {
  #g-quick>div:before {
    padding-top: 12vw;
    padding-bottom: 3vw;
  }
}

#g-quick .icon-pd {
  width: 6.16vw;
  height: 62%;
  top: -6vw;
  left: -0.5vw;
  background: url(../images/quick-pd.png) no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
}

@media (max-width: 900px) {
  #g-quick .icon-pd {
    width: 15vw;
    top: -11vw;
    left: -1vw;
  }
}

#g-quick p {
  writing-mode: vertical-lr;
  text-shadow: 0 0 0.5vw rgba(255, 255, 255, 0.5);
  color: #fff;
  line-height: 1;
  letter-spacing: 0.2vw;
  font-size: 1.5vw;
  margin: 0 auto;
  position: relative;
  left: -0.2vw;
}

@media (max-width: 900px) {
  #g-quick p {
    font-size: 4.7vw;
  }
}

#g-quick .icon-arrow {
  background: url(../images/icon-down-fff.svg) no-repeat center #7079d0;
  background-size: 60%;
  width: 1.8vw;
  height: 1.8vw;
  display: inline-block;
  border-radius: 50vw;
  margin-top: 0.8vw;
}

@media (max-width: 900px) {
  #g-quick .icon-arrow {
    width: 4vw;
    height: 4vw;
    margin-top: 3.8vw;
  }
}

#g-quick:hover>div:before {
  animation: bt_hover_pie_fff 0.5s forwards;
}

.kv {
  background-image: url(../images/bg.jpg);
  height: 50vw;
}

@media (max-width: 900px) {
  .kv {
    height: 301vw;
    background: linear-gradient(to right, #fff 50%, rgba(25, 255, 255, 0)), url(../images/bg-1-m.jpg?v2), url(../images/bg.jpg), linear-gradient(to right, #fff, #fefdfb, #fbf8f1, #f6f2e6);
    background-size: 25% 160vw, 100% auto, 285% auto, 100% 80vw;
    background-position: 0 141vw, 0 0, 52.5% 100%, 0 90vw;
    background-repeat: no-repeat;
    background-color: #fff;
    border-right: 2vw solid #c30328;
  }
}

.cut1 {
  position: relative;
  align-items: center;
}

@media (max-width: 900px) {
  .cut1 {
    flex-direction: row;
    justify-content: center;
  }
}

.cut1 u {
  font-size: 1vw;
  text-decoration: none;
  padding-bottom: 0.2vw;
  border-bottom: 1px solid;
  position: absolute;
  top: 70%;
  right: 45%;
}

@media (max-width: 900px) {
  .cut1 u {
    font-size: 4vw;
    top: 86.5%;
    right: 37%;
  }
}

.cut1 .notion {
  bottom: 5%;
  right: 15.6%;
}

@media (max-width: 900px) {
  .cut1 .notion {
    bottom: 2%;
    right: 39%;
  }
}

.cut1 .text-right {
  position: absolute;
  right: 5%;
  text-align: center;
  width: 32%;
}

@media (max-width: 900px) {
  .cut1 .text-right {
    margin: 0 auto;
    width: 80%;
    top: 44%;
    left: 5%;
  }
}

.cut1 .text-right h1 {
  margin-bottom: 10%;
  align-self: center;
  width: 21vw;
  height: 5vw;
  background: url(../images/logoAndFlower.png) no-repeat center top;
  background-size: 100%;
  text-indent: -9999px;
  z-index: 1;
}

@media (max-width: 900px) {
  .cut1 .text-right h1 {
    transform: scale(2.5);
  }
}

.cut1 .text-right h2 {
  letter-spacing: 0.2vw;
}

.cut1 .text-right h3 {
  margin-top: 1vw;
  position: relative;
}

.cut1 .text-right h3 sup {
  position: absolute;
  font-size: 1.5vw;
}

.cut1 .text-right p {
  border: 1px solid transparent;
  border-width: 1px 0 1px 0;
  -o-border-image: linear-gradient(to right, rgba(0, 0, 0, 0), black);
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0), black);
  border-image-slice: 1;
  letter-spacing: 0.17vw;
  padding: 0.8vw;
  color: #000;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
  margin: 1vw 0;
}

@media (max-width: 900px) {
  .cut1 .text-right p {
    font-weight: 500;
    padding: 2vw;
    letter-spacing: 0.5vw;
    margin: 5vw 0;
    font-size: 3.7vw;
  }
}

.cut1 .text-right .cta {
  margin-top: 3vw;
  align-items: center;
}

@media (max-width: 900px) {
  .cut1 .text-right .cta {
    justify-content: space-around;
    width: 100%;
    position: absolute;
    top: 245%;
    flex-direction: row;
  }
}

.cut1 .text-right .cta .more {
  margin-bottom: 1vw;
}

@media (max-width: 900px) {
  .cut1 .text-right .cta .more {
    margin-bottom: 0;
  }
}

.cut1 .text-left {
  position: absolute;
  left: 4.5%;
  bottom: 5%;
  text-align: center;
}

@media (max-width: 900px) {
  .cut1 .text-left {
    left: auto;
    bottom: 62%;
    text-align: left;
  }
}

.cut1 .text-left h5 {
  margin-top: 1vw;
  font-weight: 500;
  letter-spacing: 0.7vw;
  font-size: 2.4vw;
}

@media (max-width: 900px) {
  .cut1 .text-left h5 {
    letter-spacing: 1.3vw;
    margin-top: 3vw;
    font-size: 4vw;
  }
}

.cut2 {
  background-image: url(../images/bg-2.jpg);
  height: 61vw;
  position: relative;
}

@media (max-width: 900px) {
  .cut2 {
    height: 70vw;
  }
}

.p-t-20 {
  padding-top: 9.38vw;
}

@media (max-width: 900px) {
  .p-t-20 {
    padding-top: 15vw;
  }
}

.shine-position {
  top: 8%;
  left: 23%;
}

@media (max-width: 900px) {
  .shine-position {
    top: 9%;
    left: 14%;
  }
}

.shine-position-2 {
  bottom: 11.35%;
  left: 53%;
}

@media (max-width: 900px) {
  .shine-position-2 {
    bottom: 8.5%;
    left: 54%;
  }
}

.video-board {
  margin: 0 auto;
  width: 70.83%;
  position: relative;
}

.video-board .video-board-frame {
  position: absolute;
  top: -7.5%;
  left: -4.5%;
}

.video-board .video-board-frame::after {
  position: absolute;
  content: "";
  width: 77.14vw;
  height: 46.04vw;
  background-image: url(../images/video_frame.png);
  background-size: cover;
}

.video-board .video-box {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video-board .video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .video-board {
    transform: scale(1.2);
  }
}

.cut3 {
  background-image: url(../images/bg-3.jpg);
  height: 55.57vw;
}

@media (max-width: 900px) {
  .cut3 {
    height: 81vw;
    background-size: 151% auto;
    background-position: 39.5% 69%;
  }
}

.cut3 {
  position: relative;
}

.cut3 .pd-name {
  position: absolute;
  bottom: 18%;
  left: 19%;
}

@media (max-width: 900px) {
  .cut3 .pd-name {
    transform: scale(1.5);
    bottom: 14%;
    left: 13%;
  }
}

.cut3 .pd-name .color-w {
  text-shadow: 0 0 1vw #ffffff;
}

.cut3 .notion {
  bottom: 5%;
  right: 31.6%;
}

@media (max-width: 900px) {
  .cut3 .notion {
    bottom: 5%;
    right: 24%;
  }
}

.cut3 .img {
  position: absolute;
  width: 12.66vw;
  left: 20%;
  top: 8%;
}

@media (max-width: 900px) {
  .cut3 .img {
    width: 21vw;
    top: 4%;
    left: 10%;
  }
}

.cut3 .text {
  position: absolute;
  top: 10%;
  left: 43.02%;
  width: 39.58%;
  text-align: center;
  color: #ffffff;
  align-items: center;
}

@media (max-width: 900px) {
  .cut3 .text {
    width: 53%;
    left: 38%;
    top: 7%;
  }
}

.cut3 .text .shine-position {
  top: 8%;
  left: -10%;
}

@media (max-width: 900px) {
  .cut3 .text .shine-position {
    top: -4%;
    left: 8%;
    transform: scaleY(-3);
  }
}

.cut3 .text .shine-position-2 {
  top: 24%;
  left: 32%;
}

@media (max-width: 900px) {
  .cut3 .text .shine-position-2 {
    top: 27.6%;
    left: 44%;
  }
}

.cut3 .text h2 {
  letter-spacing: 0.2vw;
}

@media (max-width: 900px) {
  .cut3 .text h2 {
    letter-spacing: 0.4vw;
  }
}

.cut3 .text .catch-title {
  font-size: 6.25vw;
  letter-spacing: 0.5vw;
  font-weight: 500;
  position: relative;
}

@media (max-width: 900px) {
  .cut3 .text .catch-title {
    font-size: 9vw;
  }
}

.cut3 .text .catch-title span {
  font-size: 9.9vw;
  font-style: italic;
  margin-right: 1vw;
  display: inline-block;
  transform: translateY(10px);
}

@media (max-width: 900px) {
  .cut3 .text .catch-title span {
    font-size: 15vw;
    transform: translate(-6px, 5px);
  }
}

.cut3 .text .catch-title sup {
  position: absolute;
  font-size: 1.5vw;
  top: 33%;
  right: 7%;
}

.cut3 .text .user-feedback {
  margin-top: 2.5vw;
  text-align: left;
  font-size: 1.46vw;
}

@media (max-width: 900px) {
  .cut3 .text .user-feedback {
    transform: scale(1.7);
    margin-top: 8vw;
  }
}

.cut3 .text .user-feedback small {
  font-size: 1.25vw;
}

.cut3 .text .user-feedback b {
  font-size: 2.5vw;
}

.cut3 .text .user-feedback span {
  margin: 0 1vw;
}

.cut3 .text .user-feedback li:nth-child(2) {
  font-size: 1vw;
  margin: 0 0.5vw;
}

.cut3 .text .user-feedback li p {
  letter-spacing: 0.1vw;
  line-height: 3vw;
  width: auto;
  height: 3vw;
}

.cut3 .text .data {
  margin-top: 10%;
}

.cut3 .text .data li {
  background: #ff0707;
  width: 12.24vw;
  height: 12.24vw;
}

.cut3.is-animate {
  /* Animations */
}

.cut3.is-animate .digits {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.cut3.is-animate .digit1 {
  animation-name: luckie-1;
}

.cut3.is-animate .digit2 {
  animation-name: luckie-2;
}

.cut3.is-animate .digit4 {
  animation-name: luckie-4;
}

@keyframes luckie-1 {
  100% {
    margin-top: -43.4vw;
  }
}

@keyframes luckie-2 {
  100% {
    margin-top: -38.6vw;
  }
}

@keyframes luckie-4 {
  100% {
    margin-top: -24vw;
  }
}

.group {
  justify-content: space-between;
  width: 38vw;
  margin-top: 15%;
}

@media (max-width: 900px) {
  .group {
    margin-top: 23%;
    transform: scale(1.35);
  }
}

.group .report-g .report .percent {
  font-size: 4.9vw;
  color: #c19e4c;
}

.group .report-g .report span {
  margin-top: 60px;
  font-size: 2.08vw;
}

.group .report-g .report p {
  font-size: 1.46vw;
}

.group .report-bg-1 {
  position: relative;
}

.group .report-bg-1::after {
  content: "";
  top: -3vw;
  left: -2.5vw;
  position: absolute;
  width: 13.5vw;
  height: 13.5vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/circle-1.png);
}

.group .report-bg-2 {
  position: relative;
}

.group .report-bg-2::after {
  content: "";
  top: -3vw;
  left: -2.5vw;
  position: absolute;
  width: 13.5vw;
  height: 13.5vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/circle-2.png);
}

.group .report-bg-3 {
  position: relative;
}

.group .report-bg-3::after {
  content: "";
  top: -3vw;
  left: -2.5vw;
  position: absolute;
  width: 13.5vw;
  height: 13.5vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/circle-3.png);
}

#counter {
  height: 1em;
  overflow: hidden;
}

#counter .fz-30-2 {
  text-align: left;
}

.percent {
  transform: skewX(-10deg);
  margin-bottom: 0.2vw;
}

.percent sup {
  font-size: 2.08vw;
}

.digits {
  float: left;
  list-style-type: none;
  font-size: 4.84vw;
  line-height: 4.84vw;
}

.cut4 {
  background-image: url(../images/bg-4.jpg);
  height: 64.01vw;
  padding-top: 5vw;
}

@media (max-width: 900px) {
  .cut4 {
    height: 140vw;
    background-image: url(../images/bg-4-m.jpg);
    padding-top: 10vw;
  }
}

.cut4 {
  position: relative;
}

.cut4 .title .shine-position {
  top: 6%;
  left: 22%;
}

@media (max-width: 900px) {
  .cut4 .title .shine-position {
    top: 7%;
    left: 20.5%;
  }
}

.cut4 .title .shine-position-2 {
  top: 10%;
  left: 55%;
}

@media (max-width: 900px) {
  .cut4 .title .shine-position-2 {
    top: 16.5%;
    left: 45%;
  }
}

.cut4 .title h2 {
  margin: 0 auto;
  text-align: center;
  width: 63vw;
  font-weight: 700;
  letter-spacing: 0.3vw;
  line-height: 1.5;
  margin-bottom: 2vw;
  color: #fff;
}

@media (max-width: 900px) {
  .cut4 .title h2 {
    letter-spacing: 0.4vw;
    margin-bottom: 4vw;
  }
}

.cut4 .title h2 sup {
  vertical-align: 80%;
  font-size: 50%;
}

.cut4 .title p {
  margin: 0 auto;
  text-align: center;
  width: 65%;
  color: #fff;
  line-height: 1.5;
}

.cut4 .title p sup {
  vertical-align: 50%;
  font-size: 50%;
}

@media (max-width: 900px) {
  .cut4 .title p {
    font-size: 3.5vw;
    width: 82%;
  }
}

.cut4 .content {
  position: absolute;
  top: 39%;
  right: 22%;
  width: 33vw;
}

@media (max-width: 900px) {
  .cut4 .content {
    top: 46%;
    right: 8%;
    width: 52%;
  }
}

.cut4 .content h3 {
  margin-bottom: 3vw;
  font-weight: 700;
}

@media (max-width: 900px) {
  .cut4 .content h3 {
    font-size: 4vw;
  }
}

.cut4 .content h3 sup {
  vertical-align: 80%;
  font-size: 50%;
}

.cut4 .content p {
  line-height: 1.3;
  letter-spacing: 0.1vw;
}

@media (max-width: 900px) {
  .cut4 .content p {
    font-size: 3vw;
    line-height: 1.5;
  }
}

.cut4 .content .p-l-30 {
  padding-left: 3vw;
}

.cut4 .content .p-l-40 {
  padding-left: 4vw;
}

.cut4 .content .p-l-20 {
  padding-left: 2vw;
}

.cut4 .content .m-t-b-20 {
  margin: 2vw 0;
}

@media (max-width: 900px) {
  .cut4 .content .m-t-b-20 {
    margin: 3.5vw 0;
  }
}

.cut4 img {
  width: 28.65vw;
  position: absolute;
  top: 35%;
  left: 18%;
}

@media (max-width: 900px) {
  .cut4 img {
    transform: scale(2.3);
    top: 52%;
    left: -7%;
  }
}

.cut5 {
  position: relative;
  background-image: url(../images/bg-5.jpg);
  height: 57.1vw;
}

@media (max-width: 900px) {
  .cut5 {
    background-image: url(../images/bg-5-m.jpg);
    background-size: 146vw 122vw;
    background-position-x: -31vw;
    height: 121vw;
  }
}

.cut5 .shine-position {
  top: 13%;
  left: 19%;
}

@media (max-width: 900px) {
  .cut5 .shine-position {
    top: 8%;
    left: 8.5%;
    position: absolute;
    z-index: 2;
  }
}

.cut5 .shine-position-2 {
  top: 17%;
  left: 45%;
}

@media (max-width: 900px) {
  .cut5 .shine-position-2 {
    top: 12%;
    left: 56%;
    position: absolute;
    z-index: 2;
  }
}

.cut5 h2 {
  position: absolute;
  top: 17%;
  left: 30%;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.3vw;
}

@media (max-width: 900px) {
  .cut5 h2 {
    top: 10%;
    left: 17%;
    position: absolute;
    z-index: 2;
  }
}

.cut5 .content-box-frame {
  position: relative;
  margin: 0 auto;
  width: 84.38vw;
  height: 50.36vw;
  background-image: url(../images/cut-5-frame-border.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 900px) {
  .cut5 .content-box-frame {
    width: 88.36vw;
    height: 109vw;
    background-image: url(../images/cut-5-frame-border-m.png);
  }
}

.cut5 .scrollable-hint {
  display: none;
  text-shadow: 0px 0px 10px #000;
  color: #ffffff;
  margin-top: 30%;
  margin-left: 20%;
  position: absolute;
  z-index: 9;
  display: none;
}

@media (max-width: 900px) {
  .cut5 .scrollable-hint {
    display: block;
    font-size: 6vw;
    z-index: 2;
    position: absolute;
    left: 5.8vw;
    top: 6vw;
  }
}

.cut5 .scrollable-hint img {
  margin-left: -5%;
  margin-top: 1vw;
  width: 12vw;
  animation: swing 2s ease-in-out infinite;
}

@keyframes swing {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0px);
  }
}

.cut5 .hide-element {
  transition: 0.5s all ease-in;
  opacity: 0;
}

.cut5 .remove-element {
  display: none;
}

.cut5 .mask {
  display: none;
}

@media (max-width: 900px) {
  .cut5 .mask {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 88.36vw;
    height: 109vw;
  }
}

.cut5 .content-pd {
  position: relative;
  margin: 0 auto;
}

.cut5 .content-pd .content-wrap {
  position: absolute;
  top: -36vw;
  left: 8vw;
  width: 84.38vw;
  height: 35.31vw;
  overflow-x: scroll;
  overflow-y: hidden;
}

@media (max-width: 900px) {
  .cut5 .content-pd .content-wrap {
    top: -109vw;
    left: 6vw;
    width: 87.36vw;
    height: 109vw;
  }
}

.cut5 .content-pd .content-wrap .content {
  position: absolute;
}

.cut5 .content-pd .content-wrap .content img {
  width: 84.38vw;
  height: 35.31vw;
}

@media (max-width: 900px) {
  .cut5 .content-pd .content-wrap .content img {
    transform: translate(23.3vw, -2vw);
  }
}

.cut5 .content-pd .content-wrap .content .content-pd-name {
  position: relative;
  font-size: 1.44vw;
}

@media (max-width: 900px) {
  .cut5 .content-pd .content-wrap .content .content-pd-name {
    position: relative;
    font-size: 1.44vw;
    transform: translate(23.3vw, -2vw);
  }
}

.cut5 .content-pd .content-wrap .content .content-pd-name .p-1 {
  position: absolute;
  top: -7vw;
  left: 7vw;
}

.cut5 .content-pd .content-wrap .content .content-pd-name .p-2 {
  position: absolute;
  top: -7vw;
  left: 17vw;
}

.cut5 .content-pd .content-wrap .content .content-pd-name .p-3 {
  position: absolute;
  top: -7vw;
  left: 29.5vw;
}

.cut5 .content-pd .content-wrap .content .content-pd-name .p-4 {
  position: absolute;
  top: -7vw;
  left: 41vw;
}

.cut5 .content-pd .content-wrap .content .content-pd-name .p-5 {
  position: absolute;
  top: -7vw;
  left: 52vw;
}

.cut5 .content-pd .content-wrap .content .content-pd-name .p-6 {
  position: absolute;
  top: -7vw;
  left: 66vw;
}

@media (max-width: 900px) {
  .cut5 .content-pd .content-wrap .content {
    transform: scale(2.4);
    top: 52vw;
  }
}

.cut5 .content-pd .content-wrap::-webkit-scrollbar {
  display: none;
}

.cut6 {
  background-image: url(../images/bg-6.jpg);
  height: 75.47vw;
}

@media (max-width: 900px) {
  .cut6 {
    height: 230vw;
    background-position-x: -29vw;
    background-size: 142% 231vw;
    background-image: url(../images/bg-6-m.jpg);
  }
}

.cut6 {
  position: relative;
}

.cut6 .title {
  padding-top: 5%;
  text-align: center;
}

@media (max-width: 900px) {
  .cut6 .title {
    padding-top: 3%;
  }
}

.cut6 .title h2 {
  font-weight: 700;
  letter-spacing: 0.2vw;
  margin-bottom: 2vw;
}

@media (max-width: 900px) {
  .cut6 .title h2 {
    letter-spacing: 0.3vw;
    line-height: 1.2;
  }
}

@media (max-width: 900px) {
  .cut6 .title p {
    margin: 0 auto;
    line-height: 1.5;
    width: 50%;
    font-size: 3.5vw;
  }
}

.cut6 .title .shine-position {
  top: 7%;
  left: 13%;
}

@media (max-width: 900px) {
  .cut6 .title .shine-position {
    top: 2.8%;
    left: 8.5%;
  }
}

.cut6 .title .shine-position-2 {
  top: 3.5%;
  left: 41%;
}

@media (max-width: 900px) {
  .cut6 .title .shine-position-2 {
    top: 5.8%;
    left: 56%;
  }
}

.cut6 .cards {
  margin-left: 34%;
  margin-top: 7%;
}

.cut6 .cards img {
  width: 11.93vw;
  padding-bottom: 0.2vw;
  transform: translate(0.2vw, -0.4vw);
}

@media (max-width: 900px) {
  .cut6 .cards img {
    width: 18.93vw;
    transform: translate(0.2vw, 0.6vw);
  }
}

@media (max-width: 900px) {
  .cut6 .cards {
    margin: 0 auto;
    padding-top: 90vw;
    width: 100%;
  }
}

.cut6 .cards ul {
  justify-content: space-between;
  width: 57.85vw;
  flex-wrap: wrap;
  gap: 2.5vw;
}

@media (max-width: 900px) {
  .cut6 .cards ul {
    margin: 0 auto;
    width: 85%;
    flex-wrap: wrap;
    gap: 0.2vw;
    margin: 0 auto;
    width: 95%;
    position: relative;
  }
}

.cut6 .cards li {
  padding: 1.4vw 3vw;
  width: 27.08vw;
  background-image: url(../images/cut-6-frame.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

@media (max-width: 900px) {
  .cut6 .cards li .fz-22 {
    font-size: 3vw;
    margin-bottom: 1vw;
  }
}

@media (max-width: 900px) {
  .cut6 .cards li .fz-55 {
    font-size: 4.5vw;
  }
}

.cut6 .cards li span {
  margin-left: 0.3vw;
}

.cut6 .cards li .info p {
  padding-top: 1vw;
  line-height: 1.5vw;
}

@media (max-width: 900px) {
  .cut6 .cards li .info p {
    padding-top: 1vw;
    line-height: 1.3;
  }
}

@media (max-width: 900px) {
  .cut6 .cards li .info {
    height: 33vw;
    align-items: center;
  }
}

@media (max-width: 900px) {
  .cut6 .cards li .fz-20 {
    font-size: 2.3vw;
  }
}

@media (max-width: 900px) {
  .cut6 .cards li {
    width: 47.4vw;
    height: 38vw;
    padding: 3.4vw 5vw;
    background-image: url(../images/cut-6-frame-m.png);
    height: 47vw;
  }
}

.cut6.is-animate .animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.cut6.is-animate .animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

.cut6.is-animate .animation-delay-1 {
  animation-delay: 0.2s;
}

.cut6.is-animate .animation-delay-2 {
  animation-delay: 1.2s;
}

.cut6.is-animate .animation-delay-3 {
  animation-delay: 2.2s;
}

.cut6.is-animate .animation-delay-4 {
  animation-delay: 3.2s;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.cut6 .pd-img-1 {
  position: absolute;
  width: 25vw;
  top: 22vw;
  left: 11vw;
}

@media (max-width: 900px) {
  .cut6 .pd-img-1 {
    width: 44vw;
    top: 36vw;
    left: 37vw;
  }
}

.cut6 .verticle-shine-postion {
  top: 23vw;
  left: 10vw;
}

@media (max-width: 900px) {
  .cut6 .verticle-shine-postion {
    top: 49vw;
    left: 46vw;
  }
}

.cut7 {
  background-image: url(../images/bg-7.jpg);
  height: 77.92vw;
  position: relative;
}

@media (max-width: 900px) {
  .cut7 {
    height: 233vw;
    background-image: url(../images/bg-7-m.jpg);
    background-position-x: -35vw;
    background-size: 185% 234vw;
  }
}

.cut7 .point {
  position: absolute;
  width: 1.5vw;
  height: 1.5vw;
  left: 51vw;
  border-radius: 2vw;
  background-color: #ffffff;
  z-index: 2;
}

.cut7 .point::after {
  content: "";
  position: absolute;
  left: -0.5vw;
  top: -0.5vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  width: 2.5vw;
  height: 2.5vw;
  z-index: -1;
  opacity: 0;
  animation: point 1s infinite linear;
}

.cut7 .point-position-1 {
  top: 21.5vw;
  left: 51vw;
}

@media (max-width: 900px) {
  .cut7 .point-position-1 {
    top: 45.5vw;
    left: 34vw;
  }
}

.cut7 .point-position-2 {
  top: 41vw;
  left: 36.5vw;
}

@media (max-width: 900px) {
  .cut7 .point-position-2 {
    top: 139vw;
    left: 66vw;
  }
}

.cut7 .point-position-3 {
  top: 45vw;
  left: 62vw;
}

@media (max-width: 900px) {
  .cut7 .point-position-3 {
    top: 192vw;
    left: 36.5vw;
  }
}

@keyframes point {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    opacity: 1;
    transform: scale(1.3);
  }

  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.cut7 h2 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2vw;
  padding-bottom: 8%;
  padding-top: 4%;
}

@media (max-width: 900px) {
  .cut7 h2 {
    padding-bottom: 35%;
  }
}

.cut7 .shine-position {
  top: 2%;
  left: 24%;
}

@media (max-width: 900px) {
  .cut7 .shine-position {
    top: 0.5%;
    left: 14.5%;
  }
}

.cut7 .shine-position-2 {
  top: 5.5%;
  left: 38%;
}

@media (max-width: 900px) {
  .cut7 .shine-position-2 {
    top: 2.8%;
    left: 38%;
  }
}

.pd-items {
  padding-bottom: 2vw;
  position: relative;
  margin: 0 auto;
  width: 33.59vw;
}

@media (max-width: 900px) {
  .pd-items {
    transform: scale(1.6);
  }
}

.pd-items .pd-1 {
  width: 9vw;
  height: 41.35vw;
  transform: translateY(5vw);
}

@media (max-width: 900px) {
  .pd-items .pd-1 {
    transform: translate(23vw, 35vw);
  }
}

.pd-items .pd-2 {
  width: 10.52vw;
  height: 37.03vw;
}

@media (max-width: 900px) {
  .pd-items .pd-2 {
    width: 16.52vw;
    height: 43.03vw;
    transform: translate(-12.2vw, -5vw);
  }
}

.pd-items .pd-3 {
  width: 15.94vw;
  height: 18.07vw;
  transform: translateY(14vw);
}

@media (max-width: 900px) {
  .pd-items .pd-3 {
    width: 20.94vw;
    height: 23.07vw;
    transform: translate(-28vw, 81.5vw);
  }
}

.postion-1 {
  position: absolute;
  left: 9vw;
  top: -31vw;
}

@media (max-width: 900px) {
  .postion-1 {
    left: 3vw;
    top: 3vw;
  }
}

.postion-1 .leading-line-1 {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 13vw;
  left: 19.5vw;
  width: 9.64vw;
  height: 3.59vw;
  background-image: url(../images/leading-line-1-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 900px) {
  .postion-1 .leading-line-1 {
    top: 43vw;
    /* z-index: -1; */
    left: 42.5vw;
    width: 24.64vw;
    height: 9.59vw;
  }
}

.postion-2 {
  position: absolute;
  left: 71vw;
  top: -49vw;
}

@media (max-width: 900px) {
  .postion-2 {
    left: 48vw;
    top: -65vw;
  }
}

.postion-2 .leading-line-2 {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 10vw;
  left: -20.5vw;
  width: 21.55vw;
  height: 6.33vw;
  background-image: url(../images/leading-line-0.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 900px) {
  .postion-2 .leading-line-2 {
    top: 19vw;
    left: -15.3vw;
    width: 19.57vw;
    height: 14.4vw;
    background-image: url(../images/leading-line-2-1.png);
  }
}

.postion-3 {
  position: absolute;
  left: 71vw;
  top: -22vw;
}

@media (max-width: 900px) {
  .postion-3 {
    left: 48vw;
    top: 63vw;
  }
}

.postion-3 .leading-line-3 {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 8vw;
  left: -9.3vw;
  width: 10.42vw;
  height: 3.59vw;
  background-image: url(../images/leading-line-2-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 900px) {
  .postion-3 .leading-line-3 {
    top: 38vw;
    /* z-index: -1; */
    left: -12.5vw;
    width: 16.42vw;
    height: 10.59vw;
    background-image: url(../images/leading-line-2-1.png);
  }
}

.txt {
  width: 20.57vw;
  text-align: center;
  position: relative;
}

.txt::after {
  content: " ";
  position: absolute;
  width: 20.57vw;
  height: 25.68vw;
  left: 0;
  top: 0;
  background-image: url(../images/whiteDeco.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 900px) {
  .txt::after {
    width: 47.57vw;
    height: 59.68vw;
  }
}

.txt .info {
  position: absolute;
  width: 20.57vw;
  padding: 3vw 2.5vw;
  z-index: 1;
}

@media (max-width: 900px) {
  .txt .info {
    left: 2vw;
    top: 6vw;
    width: 45.57vw;
    padding: 0vw 4.5vw;
  }
}

.txt .info sup {
  font-size: 50%;
  vertical-align: 90%;
}

.txt .info .label {
  margin-bottom: 2vw;
}

@media (max-width: 900px) {
  .txt .info .label {
    margin-bottom: 1vw;
  }
}

.txt .info .label h3 {
  font-weight: 700;
  margin-top: 2vw;
  margin-bottom: 0.3vw;
}

@media (max-width: 900px) {
  .txt .info .label h3 {
    font-size: 4.5vw;
  }
}

@media (max-width: 900px) {
  .txt .info .label h4 {
    font-size: 4vw;
  }
}

.txt .info .label p {
  line-height: 1.3;
  padding: 0.4vw 0.2vw;
  border: 1px solid transparent;
  border-width: 1px 0 1px 0;
  -o-border-image: linear-gradient(to right, rgba(0, 0, 0, 0), black);
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0), black);
  border-image-slice: 1;
}

@media (max-width: 900px) {
  .txt .info .label p {
    font-size: 3vw;
  }
}

.txt .info dt {
  background: linear-gradient(40deg, transparent 5%, #192384 5.1%, #192384 95%, transparent 95.1%);
  color: #fff;
  width: 7vw;
  margin: 0 auto;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .txt .info dt {
    width: 22vw;
    font-size: 4vw;
  }
}

.txt .info dd {
  margin: 0.5vw 0;
}

@media (max-width: 900px) {
  .txt .info dd {
    margin: 2vw 0;
    font-size: 3vw;
  }
}

.cut8 {
  /* background-image: url(../images/bg-8.jpg); */
  height: 79.11vw;
  position: relative;
}

@media (max-width: 900px) {
  .cut8 {
    /* background-image: url(../images/bg-8-m.jpg); */
    height: 120vw;
    background-size: 100% 120vw;
  }
}

.cut8 {
  /* padding-top: 10vw; */
}

.cut8 h2 {
  text-align: center;
  margin-bottom: 2vw;
  color: #fff;
}

.cut8 h3 {
  text-align: center;
  color: #fff;
}

.cut8 .illustrate {
  text-align: center;
  margin-top: 3vw;
  margin-bottom: 5vw;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .cut8 .illustrate {
    margin-top: 8vw;
    font-size: 3.5vw;
    margin-bottom: 2vw;
    letter-spacing: 0.2vw;
  }
}

.cut8 .circle-shine-position {
  transform: translate(66vw, -4vw);
}

@media (max-width: 900px) {
  .cut8 .circle-shine-position {
    transform: translate(74vw, -7vw);
  }
}

.cut8 .circle-shine-position-2 {
  transform: translate(27.7vw, -4vw);
}

@media (max-width: 900px) {
  .cut8 .circle-shine-position-2 {
    transform: translate(19.3vw, -7vw);
  }
}

.cut8 .shine-position {
  top: 44vw;
  left: 96.3%;
}

@media (max-width: 900px) {
  .cut8 .shine-position {
    top: 85vw;
    left: 86.3%;
  }
}

.cut8 .shine-position-2 {
  bottom: 50.35%;
  left: -4%;
}

@media (max-width: 900px) {
  .cut8 .shine-position-2 {
    bottom: 63.35%;
    left: -10%;
  }
}

.event-frame {
  position: relative;
  /* padding: 3vw; */
  margin: 0 auto;
  /* width: 70.83vw; */
  /* background: rgba(233, 213, 161, 0.5);
  border: 0.15vw solid transparent;
  -o-border-image: linear-gradient(to right, #938264, #cbb590 100%);
     border-image: linear-gradient(to right, #938264, #cbb590 100%);
  border-image-slice: 1;
  box-shadow: 0px 0px 10px 5px #f9f3c9; */
}

@media (max-width: 900px) {
  .event-frame {
    width: 100%;
  }
}

.event-frame .circle-shine-1 {
  top: -4.5vw;
  right: 49.5vw;
}

@media (max-width: 900px) {
  .event-frame .circle-shine-1 {
    top: -7.5vw;
    right: 61vw;
  }
}

.event-frame .circle-shine {
  top: -4.5vw;
  right: 11vw;
}

@media (max-width: 900px) {
  .event-frame .circle-shine {
    top: -6.8vw;
    right: 7vw;
  }
}

.event-title {
  text-align: center;
  position: absolute;
  color: #fff;
  padding: 1.9vw;
  left: 16vw;
  top: -4.5vw;
  width: 38.13vw;
  height: 8.85vw;
  background-color: rgb(25, 35, 132);
  border-radius: 4.43vw;
  margin-bottom: 2vw;
}

@media (max-width: 900px) {
  .event-title {
    width: 54.13vw;
    height: 12.85vw;
    border-radius: 11.43vw;
    top: -7.5vw;
  }
}

.event-title h2 {
  margin-bottom: 0.8vw;
}

@media (max-width: 900px) {
  .event-title h2 {
    font-size: 4.5vw;
  }
}

@media (max-width: 900px) {
  .event-title h3 {
    font-size: 3.2vw;
  }
}

.event-title::after {
  content: "";
  position: absolute;
  width: 8.5vw;
  height: 8.5vw;
  background: url(../images/icon-light-6.png) center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
}

.gift-form-wrap {
  justify-content: space-between;
}

@media (max-width: 900px) {
  .gift-form-wrap {
    flex-direction: column;
  }
}

.gift-form-wrap .gift-event {
  width: 30vw;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .gift-form-wrap .gift-event {
    width: 100%;
  }
}

.gift-form-wrap .gift-event .gift-pd {
  width: 21.67vw;
  position: absolute;
  transform: translate(0vw, -2vw);
}

@media (max-width: 900px) {
  .gift-form-wrap .gift-event .gift-pd {
    width: 43.67vw;
    position: absolute;
    transform: translate(0vw, 3vw);
  }
}

.gift-form-wrap .gift-event .gift-content {
  width: 30.05vw;
  margin-top: 25vw;
  padding: 2vw;
  border: 0.5px solid #fff;
  border-radius: 3px;
  align-items: center;
  background-repeat: no-repeat;
  background-image: url(../images/gift-frame.png);
  background-size: cover;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2274509804);
}

@media (max-width: 900px) {
  .gift-form-wrap .gift-event .gift-content {
    width: 100%;
    margin-bottom: 3vw;
    margin-top: 57vw;
  }
}

.gift-form-wrap .gift-event .gift-content p {
  border-bottom: 1px solid rgb(25, 35, 132);
  padding-bottom: 0.5vw;
}

@media (max-width: 900px) {
  .gift-form-wrap .gift-event .gift-content p {
    font-size: 4vw;
    padding-bottom: 1.5vw;
    margin-bottom: 2vw;
  }
}

.gift-form-wrap .gift-event .gift-content .gift-items {
  margin: 1vw 0;
  width: 26.51vw;
}

@media (max-width: 900px) {
  .gift-form-wrap .gift-event .gift-content .gift-items {
    width: 70vw;
    margin-bottom: 2vw;
  }
}

.gift-form-wrap .gift-event .list-l {
  font-size: 0.8vw;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .gift-form-wrap .gift-event .list-l {
    font-size: 2.3vw;
  }
}

.gift-form-wrap .gift-event .list-l li {
  text-align: left;
  padding-left: 1vw;
  position: relative;
}

@media (max-width: 900px) {
  .gift-form-wrap .gift-event .list-l li {
    padding-left: 3vw;
  }
}

.gift-form-wrap .gift-event .list-l li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.gift-form-wrap .form {
  /* width: 32.08vw; */
  padding: 2vw;
  border: 0.5px solid #fff;
  border-radius: 2px;
  align-items: center;
  background-repeat: no-repeat;
  background-image: url(../images/form-frame.png);
  background-size: cover;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2274509804); */
}

@media (max-width: 900px) {
  .gift-form-wrap .form {
    width: auto;
    padding: 3vw;
    padding-top: 8vw;
  }
}

.list-r {
  font-size: 1vw;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .list-r {
    font-size: 2.8vw;
  }
}

.list-r li {
  text-align: left;
  padding-left: 1vw;
  position: relative;
}

@media (max-width: 900px) {
  .list-r li {
    padding-left: 3vw;
  }
}

.list-r li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.gift-form-wrap .form .confirm {
  /* margin-left: 7vw; */
  font-size: 1.3vw;
}

#try-submit {
  text-align: center;
}

@media (max-width: 900px) {
  .gift-form-wrap .form .confirm {
    font-size: 4.5vw;
    padding: 4vw 7vw;
    /* margin-left: 16vw; */
  }
}

.g-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.g-form li {
  width: 49.5%;
  position: relative;
  font-size: 1.3vw;
  margin-bottom: 1vw;
}

@media (max-width: 900px) {
  .g-form li {
    font-size: 2.1vw;
    margin-bottom: 2.5vw;
  }
}

.g-form li label {
  width: 5vw;
  position: absolute;
  top: 0.5vw;
  left: 1.5vw;
  padding: 1vw 0;
}

.g-form li label:after {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  top: 5%;
  right: 0;
}

.g-form li input {
  padding: 1vw;
  border: 0;
  width: 100%;
  background: transparent;
  font-family: "ShiseidoGinzaExt", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  transition: 0.2s;
  font-size: 1.3vw;
}

@media (max-width: 900px) {
  .g-form li input {
    padding: 3vw;
    font-size: 2.1vw;
  }
}

.g-form li input:focus,
.g-form li input:hover {
  background-color: #fff;
}

.g-form li select {
  padding: 1vw;
  border: 0;
  width: 100%;
  /* background: url(../images/icon-down-purple.svg) no-repeat 95% 50% transparent; */
  background-size: 1vw;
  font-family: "ShiseidoGinzaExt", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.1vw;
}

@media (max-width: 900px) {
  .g-form li select {
    padding: 2vw;
    font-size: 3vw;
    background-size: 2.5vw;
  }
}

/* .g-form li select:focus,
.g-form li select:hover {
  background-color: #fff;
} */

.g-form li textarea {
  padding: 15px 15px;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
  background: #f2f2f2;
  width: 100%;
  height: 150px;
  font-size: 20px;
  font-family: "ShiseidoGinzaExt", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  transition: 0.2s;
}

.g-form li textarea:focus,
.g-form li textarea:hover {
  background-color: #fff;
}

.g-form li input[type=checkbox],
.g-form li input[type=radio] {
  display: none;
}

.g-form li input[type=checkbox]+label,
.g-form li input[type=radio]+label {
  padding-left: 3.5vw;
  width: 100%;
  color: #000;
  position: relative;
  display: inline-block;
  line-height: 0.7;
  text-align: left;
  cursor: pointer;
}

@media (max-width: 900px) {

  .g-form li input[type=checkbox]+label,
  .g-form li input[type=radio]+label {
    padding-left: 7.5vw;
    line-height: 1.4;
    font-size: 3vw;
  }

  .g-form li.is-rule {
    width: 40%;
  }

  .g-form li.is-rule+.is-rule {
    width: 60%;
  }
}

.g-form li input[type=checkbox]+label:before,
.g-form li input[type=radio]+label:before,
.g-form li input[type=checkbox]+label:after,
.g-form li input[type=radio]+label:after {
  content: "✔";
  color: #000;
  width: 2vw;
  height: 3vw;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s;
  font-size: 2.7vw;
  line-height: 0.8;
}

.g-form li input[type=checkbox]+label:before,
.g-form li input[type=radio]+label:before {
  content: "";
  border: 0.2vw solid #bc1d38;
}

.g-form li input[type=checkbox]+label:after,
.g-form li input[type=radio]+label:after {
  opacity: 0;
  visibility: hidden;
  top: -0.2vw;
  left: 0.3vw;
  transform-origin: 50% 80%;
  transform: scale(1.5);
  background-color: transparent;
}

@media (max-width: 900px) {

  .g-form li input[type=checkbox]+label:after,
  .g-form li input[type=radio]+label:after {
    top: 3vw;
    left: 2.3vw;
  }
}

.g-form li input[type=checkbox]+label:active:after,
.g-form li input[type=checkbox]:checked+label:after,
.g-form li input[type=radio]+label:active:after,
.g-form li input[type=radio]:checked+label:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

@media (max-width: 900px) {

  .g-form li input[type=checkbox]+label:active:after,
  .g-form li input[type=checkbox]:checked+label:after,
  .g-form li input[type=radio]+label:active:after,
  .g-form li input[type=radio]:checked+label:after {
    transform: scale(2.8);
  }
}

/* .g-form li .g-bt-1 {
  margin: 0 auto;
} */

.g-form li a {
  font-size: 1.3vw;
}

@media (max-width: 900px) {
  .g-form li a {
    font-size: 3vw;
  }
}

.g-form li.w100 {
  width: 100%;
}

.g-form li.is-rule label {
  top: 0;
  left: 0;
}

.g-form li.is-select label {
  display: none;
}

.g-form li.no-border {
  border: 0;
}

.g-form li.no-padding {
  padding: 0;
}

.g-form.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 1s;
  display: block;
}

#g-try .flex .form {
  border-radius: 1.25vw;
  box-shadow: inset 0 0 5vw #fff, 0 0 5vw rgba(0, 0, 0, 0.2);
  padding: 10vw 6.25vw;
  width: 90%;
  margin: 20vw auto 12.5vw;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#g-try .flex .form .g-form>li {
  padding: 0vw;
  margin-bottom: 2.5vw;
  font-size: 3.25vw;
}

#g-try .flex .form .g-form>li input,
#g-try .flex .form .g-form>li select {
  border: 0.25vw solid #ccc;
  border-radius: 1.25vw;
  box-shadow: inset 0.5vw 0.5vw 1.25vw rgba(0, 0, 0, 0.1);
  padding: 3vw;
  font-size: 3.25vw;
}

#g-try .flex .form .g-form>li input[type=checkbox]+label,
#g-try .flex .form .g-form>li input[type=radio]+label {
  padding-left: 10vw;
  line-height: 2;
}

#g-try .flex .form .g-form>li input[type=checkbox]+label:before,
#g-try .flex .form .g-form>li input[type=radio]+label:before {
  border: 0.25vw solid #ccc;
  border-radius: 1.25vw;
  width: 7.5vw;
  height: 7.5vw;
  box-shadow: inset 0.5vw 0.5vw 1.25vw rgba(0, 0, 0, 0.1);
}

#g-try .flex .form .g-form>li input[type=checkbox]+label:after,
#g-try .flex .form .g-form>li input[type=radio]+label:after {
  width: 7.5vw;
  height: 7.5vw;
  font-size: 7.5vw;
  left: 1.25vw;
}

#g-try .flex .form .g-form>li a {
  font-size: 3.25vw;
}

#g-try .flex .form .g-form>li .g-bt-1 {
  width: 100%;
  font-size: 4vw;
  margin-top: 2vw;
}

#g-try .flex .list-r {
  margin-top: 5vw;
  font-size: 2.5vw;
}

#g-try .flex .list-r a {
  font-size: 2.5vw;
}

#g-try .flex .list-r li {
  padding-left: 4vw;
}

#g-try .note {
  font-size: 2.25vw;
  bottom: 5vw;
  left: 5vw;
}

label {
  display: none;
}

.g-form>li input,
.form .g-form>li select {
  border: 0.1vw solid #ccc;
  border-radius: 0.5vw;
  box-shadow: inset 0.2vw 0.2vw 0.5vw rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 1vw;
  font-size: 1.1vw;
}

@media (max-width: 900px) {

  .g-form>li input,
  .form .g-form>li select {
    padding: 2vw;
    font-size: 3vw;

  }
}

.g-form>li input[type=checkbox]+label:before,
.g-form>li input[type=radio]+label:before {
  border: 0.1vw solid #ccc;
  background-color: #fff;
  border-radius: 0.5vw;
  width: 2.4vw;
  height: 2.4vw;
  box-shadow: inset 0.2vw 0.2vw 0.5vw rgba(0, 0, 0, 0.1);
}

@media (max-width: 900px) {

  .g-form>li input[type=checkbox]+label:before,
  .g-form>li input[type=radio]+label:before {
    width: 6vw;
    height: 6vw;
  }
}

.cut9 {
  background-image: url(../images/bg-9.jpg);
  height: 255vw;
}

@media (max-width: 900px) {
  .cut9 {
    height: 336vw;
    background-image: url(../images/bg-9-m.jpg);
  }
}

.cut9 .notion {
  margin-top: 3vw;
  font-size: 1.2vw;
  line-height: 1.8vw;
}

@media (max-width: 900px) {
  .cut9 .notion {
    margin-top: 4vw;
    line-height: 1.5;
    font-size: 2.3vw;
  }
}

.m-r-6 {
  margin-right: 3vw;
}

.cut9 {
  padding-top: 5vw;
  position: relative;
}

.cut9 .shine {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 27.8vw;
  height: 5.26vw;
  background-image: url(../images/shine.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.cut9 .shine-1 {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 5.66vw;
  height: 32vw;
  background-image: url(../images/shine-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.cut9 .shine-animation-2 {
  animation: shine_shine linear 2s infinite alternate;
  animation-delay: 1s;
}

.cut9 .shine-animation {
  animation: shine_shine linear 2s infinite alternate;
}

@keyframes shine_shine {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

.cut9 .title {
  text-align: center;
}

.cut9 .title h2 {
  letter-spacing: 0.1vw;
}

.cut9 .title p {
  padding: 2vw 0;
}

@media (max-width: 900px) {
  .cut9 .title p {
    margin: 0 auto;
    width: 50%;
    line-height: 1.5;
    font-size: 3.5vw;
    letter-spacing: 0.2vw;
    font-weight: 500;
  }
}

.cut9 .title .shine-position {
  top: 3vw;
  left: 20%;
}

.cut9 .title .shine-position-2 {
  top: 6vw;
  left: 48vw;
}

@media (max-width: 900px) {
  .cut9 .title .shine-position-2 {
    top: 16vw;
  }
}

.cut9 .sale-list-all {
  width: 85%;
  margin: 0 auto;
}

.cut9 .sale-list .list-frame {
  background: rgba(255, 255, 255, 0.8);
  border: 0.15vw solid transparent;
  -o-border-image: linear-gradient(to right, #938264, #cbb590 100%);
  border-image: linear-gradient(to right, #938264, #cbb590 100%);
  border-image-slice: 1;
  box-shadow: 0px 0px 10px 5px #f9f3c9;
  align-items: center;
  margin-top: 5vw;
  position: relative;
}

.cut9 .sale-list .list-frame .shine-position {
  top: -2.4vw;
  left: 2%;
}

.cut9 .sale-list .list-frame .shine-position-2 {
  top: 30.4vw;
  left: 55vw;
}

@media (max-width: 900px) {
  .cut9 .sale-list .list-frame .fz-26 {
    font-size: 2.8vw;
  }
}

.cut9 .sale-list .img {
  width: 50%;
}

@media (max-width: 900px) {
  .cut9 .sale-list .img {
    width: 46%;
  }
}

.cut9 .sale-list .sale-box {
  position: relative;
  padding: 5vw;
  width: 51%;
}

@media (max-width: 900px) {
  .cut9 .sale-list .sale-box {
    padding: 3vw 0 3vw 0;
    width: 58%;
  }
}

.cut9 .sale-list .sale-box u {
  position: absolute;
  text-decoration: none;
  font-size: 1.5vw;
  top: 5.5vw;
  left: 0;
}

@media (max-width: 900px) {
  .cut9 .sale-list .sale-box u {
    font-size: 4vw;
    top: 3.5vw;
    left: -12vw;
  }
}

.cut9 .sale-list .sale-box .hide {
  display: none;
}

.cut9 .sale-list .sale-box .price {
  position: relative;
  margin-top: 1vw;
  margin-bottom: 2vw;
  align-items: center;
  padding-bottom: 2vw;
}

.cut9 .sale-list .sale-box .price::after {
  content: "";
  top: 3.5vw;
  position: absolute;
  width: 23vw;
  border-bottom: 0.1vw solid #b3b3b3;
}

@media (max-width: 900px) {
  .cut9 .sale-list .sale-box .price .fz-32 {
    font-size: 2.5vw;
  }

  .cut9 .sale-list .sale-box .price .fz-40-1 {
    font-size: 3.5vw;
  }

  .cut9 .sale-list .sale-box .price .fz-22 {
    font-size: 2.2vw;
  }
}

.cut9 .sale-list .sale-box h3 {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1vw;
}

@media (max-width: 900px) {
  .cut9 .sale-list .sale-box h3 {
    font-size: 4.3vw;
  }
}

.cut9 .sale-list .sale-box .desc {
  margin-bottom: 4.5vw;
}

@media (max-width: 900px) {
  .cut9 .sale-list .sale-box .desc {
    margin-bottom: 1vw;
  }
}

.cut9 .sale-list .sale-box .desc span {
  width: 1.9vw;
  height: 1.9vw;
  font-size: 1.2vw;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #192384;
  border-radius: 50vw;
}

@media (max-width: 900px) {
  .cut9 .sale-list .sale-box .desc span {
    width: 4vw;
    height: 4vw;
    font-size: 3vw;
    line-height: 3vw;
  }
}

.cut9 .sale-list .sale-box .desc li {
  width: 93%;
  line-height: 1.4;
  margin-bottom: 1.2vw;
}

@media (max-width: 900px) {
  .cut9 .sale-list .sale-box .buy {
    margin-top: 2vw;
    padding: 1.5vw 4vw;
    font-size: 3vw;
  }
}

@media (max-width: 900px) {
  .cut9 .sale-list .sale-box .buy span {
    width: 2vw;
    height: 2vw;
    margin-left: 2.5vw;
  }
}

@media (max-width: 900px) {
  .cut9 .sale-list .shine-position {
    display: none;
  }

  .cut9 .sale-list .shine-position-2 {
    display: none;
  }
}

/*# sourceMappingURL=all.css.map */

#supply-btn,
#confirm-btn {
  cursor: pointer;
}

.thank_container {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
  top: -1px;
}

.thank_container .thank {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 780px;
  height: 770px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('../images/thanks.png');
  z-index: 999;
}

.thank_container .thank .close_btn {
  position: absolute;
  top: -6.8%;
  right: -7.8%;
  width: 6.6%;
  height: 6.4%;
  cursor: pointer;
  background-image: url('../images/close-btn.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width:1366px) {
  .thank_container .thank {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 660px;
    height: 650px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 999;
  }
}

@media screen and (max-width:767px) {
  .thank_container .thank {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 999;
    width: 95%;
    height: auto;
    padding-top: 93.5%;
  }

  .thank_container .thank .close_btn {
    top: -5.8%;
    right: -6.8%;
    width: 19.6%;
    height: 4.4%;
  }
}

@media screen and (max-width:540px) {
  .thank_container .thank {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 999;
  }

  .thank_container .thank .close_btn {
    top: -8.8%;
    right: 0.2%;
    width: 7%;
    height: 6%;

  }
}


.birthday-select {
  display: flex;
  /* background-color: #BBC7DC; */
  margin-bottom: 10px;
  font-size: 20px;
  border-radius: 3px;
  /* line-height: 1; */
}

.form .row .row-col.birthday-select select {
  background-size: 9%;
}


@media screen and (max-width: 767px) {
  /* .birthday-select {
    background-color: #BBC7DC;
  } */

  .form .row .row-col.birthday-select select {
    background-size: 9%;
  }

  .agree_block.last {
    margin-top: -7.3%;
    margin-bottom: 4%;
  }
}

#confirm-btn.disable {
  pointer-events: none;
}
