@charset "UTF-8";
:root {
  --primary: #C88C28;
  --primary-m3: #4F849B;
  --primary-dark2: #005B7F;
  --primary-dark: #0D3B4B;
  --primary-light: #98C0C2;
  --secondary: #0093B2;
  --secondary-light: #4AB3D7;
  --green: #AC7;
  --white: #FFF;
  --gray-light: #BFBFBF;
  --gray-middle: #8C8C8C;
  --gray: #7E6C6C;
  --gray-deep: #545454;
  --tag-red: #FF6060;
  --tag-purple: #7F8DD6;
  --tag-pink: #F9AAD4;
  --tag-blue: #60A0FF;
  --tag-green: #ADD881;
  --tag-orange: #FF8660;
}

body {
  color: var(--primary-dark);
  min-height: 100vh;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#ececec",GradientType=1);
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0px;
  letter-spacing: 1px;
}

* {
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
}

.container {
  max-width: 1121px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 90%;
  }
}

.container-w {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .container-w {
    max-width: 90%;
    width: 90%;
  }
}

h2, h3 {
  font-weight: normal;
  margin: 0;
}

.flex-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mt-10 {
  margin-top: 5vh;
}

.bg-gray {
  background: rgb(244, 244, 244);
  background: linear-gradient(180deg, rgb(244, 244, 244) 0%, rgb(236, 236, 236) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#ececec",GradientType=1);
}

body {
  background-color: #13444c;
  overflow-x: hidden;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}

.mobuse {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .mobuse {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .webuse {
    display: none !important;
  }
}

.ani23 {
  background-color: #13444c;
  overflow-x: hidden;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}
.ani23 h1, .ani23 h2, .ani23 h3 {
  font-family: "Noto Serif TC", serif !important;
  font-weight: bold;
  letter-spacing: 2px;
}
.ani23 .cover-golden-line {
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #937a5e, #e8dbb6, #937a5e);
  background-size: 200% auto;
  animation: goldenFlow 3s linear infinite;
  border-radius: 2.5px;
  position: relative;
  overflow: hidden;
}
@keyframes goldenFlow {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: -200% center;
  }
}
.ani23 .cover img {
  width: 100%;
}
.ani23 .major-video {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}
.ani23 .major-video .cover-bg {
  position: absolute;
  inset: 0;
  background-image: url("../../img/ani23/bg-video.jpg");
  background-size: cover;
  background-position: center;
  animation: floatBG 20s ease-in-out infinite alternate;
  z-index: 0;
  filter: brightness(0.8);
}
.ani23 .major-video .cover-video-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px;
  border-radius: 16px;
}
.ani23 .major-video .cover-video-wrap h3 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2em;
  margin-bottom: 4vh;
  letter-spacing: 3px;
}
@media only screen and (max-width: 768px) {
  .ani23 .major-video .cover-video-wrap h3 {
    font-size: 20px;
  }
}
.ani23 .major-video .cover-video-wrap .cover-video-mask {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}
.ani23 .major-video .cover-video-wrap .cover-video-mask iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
}
@keyframes floatBG {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.05) translate(-2%, -2%);
  }
}
.cover-video-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  top: 50%;
  border-radius: 16px;
}
.cover-video-wrap h3 {
  color: #fff;
  text-align: center;
  font-size: 2.2em;
  margin-bottom: 4vh;
  letter-spacing: 3px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .cover-video-wrap h3 {
    font-size: 20px;
    margin-bottom: 2vh;
  }
}
.cover-video-wrap .cover-video-mask {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
  background: #000;
}
.cover-video-wrap .cover-video-mask.fornew {
  padding-bottom: 52%;
}
.cover-video-wrap .cover-video-mask iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
}
.cover-video-wrap .webuse {
  display: block;
  padding-bottom: 56.25%;
}
@media only screen and (max-width: 768px) {
  .cover-video-wrap .webuse {
    display: none;
  }
}
.cover-video-wrap .mobuse {
  padding-bottom: 177.78%;
}
.ani-intro {
  background-color: #13444c;
  background-image: url(../../img/ani23/bg-film.jpg);
  position: relative;
  background-size: cover;
  background-position: top;
  padding-top: 10vh;
  overflow: hidden;
  min-height: 100vh;
}
.ani-intro .bg {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
}
.ani-intro .bg img {
  width: 100%;
}
.ani-intro .one {
  padding-top: 5vh;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .ani-intro .one {
    padding-top: 0px;
  }
}
.ani-intro .one .title {
  display: flex;
  color: #fff;
  font-size: 20px;
  flex-direction: row;
  letter-spacing: 1px;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .ani-intro .one .title {
    flex-direction: column;
  }
}
.ani-intro .one .title .l {
  flex: 1;
  align-content: end;
}
.ani-intro .one .title .l .en {
  font-size: clamp(2em, 5vw + 1rem, 50px);
}
@media only screen and (max-width: 768px) {
  .ani-intro .one .title .l .en {
    font-size: clamp(1.2em, 5vw + 1rem, 20px);
    margin-bottom: 5vh;
  }
}
.ani-intro .one .title .l h4 {
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-size: 2em;
  font-family: "Noto Serif TC", serif;
  font-weight: bold;
}
.ani-intro .one .title .l h2 {
  font-size: clamp(3em, 5vw + 1rem, 50px);
  color: #fff;
  font-weight: bold;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-family: "Noto Serif TC", serif;
}
@media only screen and (max-width: 768px) {
  .ani-intro .one .title .l h2 {
    font-size: clamp(2em, 5vw + 1rem, 30px);
  }
}
.ani-intro .one .title .r {
  flex: 1;
  align-content: end;
  padding-bottom: 10px;
}
.ani-intro .intro-model {
  width: 29vw;
  bottom: -10vh;
  left: -5vw;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .ani-intro .intro-model {
    width: 90vw;
    position: relative;
    left: 1vw;
    bottom: -14vh;
    overflow: hidden;
    height: 60vh;
    width: 100%;
  }
  .ani-intro .intro-model img {
    top: 0px;
    position: absolute;
  }
}

.pic-car {
  text-align: center;
  margin-top: 5vh;
  margin-bottom: 2vh;
  padding-bottom: 10vh;
}
.pic-car img {
  width: 100%;
}
.pic-car .big-title h5 {
  color: #fff;
  font-size: clamp(1.1em, 4vw + 0.5em, 20px);
  letter-spacing: 3px;
  line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
  .pic-car .big-title h5 {
    font-size: clamp(1em, 4vw + 0.5em, 18px);
  }
}

.lux-golden-text {
  font-size: clamp(1.5em, 4vw + 0.5em, 24px);
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  background: linear-gradient(90deg, #c8a976, #f9e6c4, #fff7dc, #d6b88e, #a77f5b);
  background-size: 300% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 0 10px rgba(255, 234, 175, 0.2);
  opacity: 0;
  transform: translateY(20px);
}
@media only screen and (max-width: 768px) {
  .lux-golden-text {
    font-size: 20px;
  }
}

.gold-text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  font-weight: normal;
  font-weight: bold;
  margin-top: 5vh;
}
@media only screen and (max-width: 768px) {
  .gold-text-wrap {
    flex-direction: column;
  }
}

.gold-text {
  position: relative;
  font-size: clamp(2em, 5vw + 1rem, 50px);
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #c39e5f, #f7e89f, #c39e5f);
  background-size: 300% auto;
  background-position: 0% center;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: gold-glow 6s linear infinite;
}
@media only screen and (max-width: 768px) {
  .gold-text {
    font-size: clamp(1.6em, 5vw + 1rem, 24px);
  }
}

.gold-text::before {
  content: attr(data-heading);
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0.6) 50%, transparent 55%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: flare 4s infinite linear;
  pointer-events: none;
}

.gold-text::after {
  content: attr(data-heading);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: #fff;
  text-shadow: 0 1px 2px rgba(255, 224, 150, 0.2), 0 3px 6px rgba(0, 0, 0, 0.6), 0 5px 15px rgba(0, 0, 0, 0.8);
}

@keyframes gold-glow {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
@keyframes flare {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
.goldbox {
  background: linear-gradient(-180deg, #FCE9AC 0%, #F8E099 40%, #734D00 50%, #FDE7A6 60%, #FCFAC8 100%);
  box-shadow: inset 0 0 3px 0 rgba(69, 2, 2, 0.67);
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  width: 100%;
  padding: 5px;
  text-decoration: none;
  margin: 5vh auto;
  position: relative;
}
.goldbox .inner {
  background: #13444c;
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.option {
  background-color: #13444c;
}

.gold-button {
  color: #000000;
  background: linear-gradient(90deg, #d5a77c 0%, #efbf8f 45%, #7c5231 100%);
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 28px;
  margin: 5px;
  border: 2px solid #f5e5ac;
  letter-spacing: 3px;
  display: inline-flex;
  align-items: center;
  min-width: 200px;
  transition: all 0.5s ease;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .gold-button {
    min-width: none;
    padding: 6px 16px;
  }
}
.gold-button .text {
  z-index: 2;
  color: #5e3c1b;
  min-width: 100px;
}
.gold-button .iconuse {
  width: 30px;
  margin-right: 10px;
}

/* Shine */
.shine-button {
  overflow: hidden;
  font-size: 20px;
  font-weight: normal;
}
.shine-button img {
  height: 30px !important;
  margin: 0 !important;
  margin-right: 10px !important;
}

.shine-button:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 120px;
  position: absolute;
  z-index: 1;
  animation: slide 2s infinite;
  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#007db9e8",GradientType=1 ); /* IE6-9 */
}

/* shine animation */
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.box-nums {
  position: absolute;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin: 2rem 0;
  bottom: 15%;
  left: 50%;
  gap: 1%;
  min-width: 460px;
}
@media only screen and (max-width: 768px) {
  .box-nums {
    min-width: auto;
  }
}
.box-nums .num-block {
  font-size: 1.8rem;
  font-weight: normal;
  color: #e7c3a3;
  flex: 1;
  text-align: center;
  font-family: "Noto Serif TC", serif;
}
@media only screen and (max-width: 768px) {
  .box-nums .num-block {
    padding: 5%;
  }
}
.box-nums .num-block:first-child {
  padding-right: 2%;
}
@media only screen and (max-width: 768px) {
  .box-nums .num-block:first-child {
    border-right: 0px;
  }
}
.box-nums .num-block:last-child {
  border-radius: 0px !important;
  border-bottom: 0px;
}
.box-nums .num-block .num {
  color: #e7c3a3;
  font-size: 3.5rem;
  font-weight: normal;
  font-family: "Noto Serif TC", serif;
}
@media only screen and (max-width: 768px) {
  .box-nums .num-block .num {
    font-size: 2rem;
  }
}
.box-nums .num-block p {
  margin-top: 0.3rem;
  font-size: 1.2rem;
  color: #02212e;
  border-radius: 8px 0px;
  font-weight: bold;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #E1C1A5 0%, #D4AD8A 18%, #FFE7B6 37.98%, #9A8068 60%, #C5A181 80.29%, #E2C3A7 100%);
}

.footer-award {
  min-height: 80vh;
  position: relative;
  background-image: url(../../img/ani23/bg-award.jpg);
}
.footer-award::before {
  content: "";
  height: 300px;
  width: 100%;
  background: #13444c;
  background: linear-gradient(0deg, rgba(19, 68, 76, 0) 0%, rgb(19, 68, 76) 100%);
  position: absolute;
}
.footer-award::after {
  content: "";
  height: 100px;
  width: 100%;
  background: #13444c;
  background: linear-gradient(180deg, rgba(19, 68, 76, 0) 0%, rgb(19, 68, 76) 100%);
  position: absolute;
  bottom: 0px;
}
.footer-award .box-awards {
  padding: 5% 0px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .footer-award .box-awards {
    padding: 10vh 0px 0px 0px;
  }
}
.footer-award .box-awards .title {
  text-align: center;
}
.footer-award .box-awards .title .logo {
  width: 100%;
}
.footer-award .box-awards .title .logo img {
  max-width: 400px;
  width: 100%;
  margin: auto;
}
.footer-award .box-awards .title h4 {
  font-size: 1.4em;
  color: #fff;
  margin-top: 20px;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 3px;
}
.footer-award .box-awards .aw-single {
  display: flex;
  gap: 20px;
  margin-top: 5vh;
}
@media only screen and (max-width: 768px) {
  .footer-award .box-awards .aw-single {
    flex-direction: column;
  }
}
.footer-award .box-awards .aw-single .single {
  margin: auto;
  flex: 1;
  max-width: 300px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer-award .box-awards .aw-single .single {
    max-width: 290px;
  }
}
.footer-award .box-awards .aw-single .single .font {
  font-family: "Noto Serif TC", serif;
  color: #fae3bf;
  position: absolute;
  top: 30%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.footer-award .box-awards .aw-single .single .font h5 {
  font-size: 2em;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .footer-award .box-awards .aw-single .single .font h5 {
    font-size: 22px;
  }
}
.footer-award .bul {
  margin-top: 10vh;
}

.cross-gold {
  background-image: url(../../img/ani23/bg-golden.jpg);
  background-size: cover;
  margin: 5% auto;
}
.cross-gold .box {
  width: 100%;
  min-height: 300px;
}
.cross-gold .box .title {
  box-sizing: content-box;
  display: flex;
  background-image: url(../../img/ani23/SVG/bg-goldtitle.svg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  width: 600px;
  margin: auto;
  padding: 10px;
}
.cross-gold .box .title h4 {
  font-weight: bold;
  margin: auto;
  display: flex;
  gap: 20px;
  color: #7c5c20;
  font-family: "Noto Serif TC", serif;
  font-size: 20px;
}
.cross-gold .box .title img {
  width: 30px;
}
.cross-gold .box .exe {
  padding-bottom: 6vh;
}
.cross-gold .box .exe img {
  margin: 10% auto;
}
.cross-gold .box .exe h3 {
  font-size: 2em;
  text-align: center;
  color: #fff8d6;
  margin-bottom: 10px;
}
.cross-gold .box .exe p {
  color: #fff6d8;
  text-align: center;
}

.cross-gold2 {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background-image: url(../../img/ani23/bg-sec2b.jpg);
  background-size: cover;
  min-height: 100vh;
  position: relative;
  background-position-x: 67%;
}
.cross-gold2 .box-nums {
  bottom: auto;
  top: 10vh;
  min-width: auto !important;
  left: 0px;
}
@media only screen and (max-width: 768px) {
  .cross-gold2 .box-nums {
    position: relative;
    top: 0px;
  }
}
.cross-gold2 .box-nums .num-block {
  border-right: 0px;
}
.cross-gold2 .box-buy {
  position: absolute;
  bottom: 5vh;
  left: 44%;
}
@media only screen and (max-width: 768px) {
  .cross-gold2 .box-buy {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .cross-gold2 .proventmu {
    width: 100%;
    height: auto;
    margin-top: 10vh;
  }
}
.cross-gold2 .model2 {
  position: absolute;
  right: 10vw;
  width: 46vw;
  top: 6vh;
}
.cross-gold2 .model2 .move {
  margin-left: 5vw;
}
.cross-gold2 .model2 img {
  width: auto;
  height: auto;
  max-height: 90vh;
}
@media only screen and (max-width: 768px) {
  .cross-gold2 .model2 {
    width: 120vw;
    margin-left: -10vw;
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
  }
}
.cross-gold2 .box {
  width: 100%;
  min-height: 300px;
}

.exe {
  padding-bottom: 6vh;
}
.exe img {
  max-height: 900px;
  margin-top: 5vh;
}
@media only screen and (max-width: 768px) {
  .exe img {
    height: auto;
    margin-top: 0px;
  }
}
.exe .box-font {
  margin-top: 10vh;
  display: flex;
  gap: 30px;
}
.exe .box-font.forone .box-nums {
  margin: 0px;
}
.exe .box-font.foreye .l {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.exe .box-font.foreye .l h3 {
  flex: none;
}
.exe .box-font.foreye .r .float {
  max-width: 200px;
  float: right;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .exe .box-font.foreye .r .float {
    float: none;
  }
}
.exe .box-font.foreye .r .float img {
  margin: auto;
}
.exe .box-font.small .l {
  flex: 1;
}
.exe .box-font.small .r {
  flex: 2;
}
@media only screen and (max-width: 768px) {
  .exe .box-font {
    flex-direction: column;
  }
}
.exe h3 {
  font-size: 2em;
  color: #fff8d6;
  margin-bottom: 10px;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .exe h3 {
    text-align: center;
    font-size: 1.6em;
  }
}
.exe p {
  color: #fff6d8;
  flex: 1;
  letter-spacing: 2px;
  line-height: 2;
}
.exe .l {
  flex: 1;
}
.exe .tags {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .exe .tags {
    margin: auto;
  }
}
.exe .tags .single {
  color: #13444c;
  padding: 5px 10px;
  background: var(--Cold, linear-gradient(90deg, #E1C1A5 0%, #D4AD8A 18%, #FFE7B6 37.98%, #9A8068 60%, #C5A181 80.29%, #E2C3A7 100%));
}
.exe .r {
  flex: 1;
  position: relative;
}
.exe .r ul li {
  color: #efeee1;
  list-style: square;
  line-height: 36px;
  font-size: 22px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  .exe .r ul {
    padding-left: 30px;
  }
}

.coun-fini {
  margin-top: 10vh;
  margin-bottom: 10vh;
}
.coun-fini .divider {
  margin-bottom: 40px;
}
.coun-fini .divider img {
  max-width: 400px;
  margin: auto;
}
.coun-fini h4 {
  font-size: 2em;
  color: #fff;
  font-family: "Noto Serif TC", serif;
}

.countdown-wrapper {
  font-family: "Noto Serif TC", serif;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0px 2rem;
  border-radius: 1rem;
}
.countdown-wrapper .countdown-item {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: end;
}
.countdown-wrapper .countdown-item .small {
  font-size: 14px;
  padding-bottom: 10px;
}
.countdown-wrapper .countdown-item .countdown-number {
  font-size: 3rem;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 768px) {
  .countdown-wrapper .countdown-item .countdown-number {
    font-size: 2.4em;
  }
}
.countdown-wrapper .countdown-item .countdown-label {
  font-size: 1rem;
  color: #aaa;
}
.countdown-wrapper .countdown-end-message {
  font-size: 1.5rem;
  color: #f7c57d;
  margin-left: 2rem;
}

.box-buy {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .box-buy {
    display: block;
    margin: auto;
  }
}
.box-buy .inner {
  align-items: baseline;
  display: flex;
  gap: 30px;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .box-buy .inner {
    flex-direction: column;
  }
}
.box-buy .inner .font {
  max-width: 300px;
}
.box-buy .inner .font.big {
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  .box-buy .inner .font {
    margin: auto;
  }
}
.box-buy .inner .gold-button {
  max-width: 200px;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .box-buy .inner .gold-button {
    margin: auto;
  }
}
.box-buy.forme .inner {
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .box-buy.forme .inner {
    gap: 60px;
  }
}
.box-buy.forme .inner .font {
  max-width: 500px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.box-buy.forme .inner .font .card {
  width: 90%;
  margin: auto;
}
.box-buy.forme .inner .double {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .box-buy.forme .inner .double {
    gap: 10px;
  }
}
.box-buy.forme .inner .gold-button {
  min-width: auto;
}
.box-buy.fordo .inner {
  flex-direction: column;
}
.box-buy.fordo .inner .font {
  max-width: 400px;
}

.sptitle {
  box-sizing: content-box;
  display: flex;
  text-align: center;
  width: 600px;
  margin: auto;
  padding: 0px 10px;
  position: relative;
}
.sptitle::before {
  content: url(../../img/ani23/svg/bg-goldtitle.svg);
  position: absolute;
  width: 800px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .sptitle::before {
    content: "";
    width: 100%;
    height: 60px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../img/ani23/SVG/bg-goldtitle-mob-1.png);
  }
}
@media only screen and (max-width: 768px) {
  .sptitle {
    max-width: 96%;
    position: absolute;
    top: 0px;
  }
}
.sptitle h4 {
  font-weight: bold;
  margin: auto;
  display: flex;
  z-index: 2;
  gap: 20px;
  color: #382a0f;
  font-family: "Noto Serif TC", serif;
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  .sptitle h4 {
    font-size: 24px;
    margin-top: 6px;
  }
}
.sptitle img {
  width: 30px;
}

.sec-do {
  background-image: url(../../img/ani23/bg-sec3.jpg);
  background-size: cover;
  min-height: 100vh;
  padding-bottom: 16vh;
  position: relative;
  overflow: hidden;
}
.sec-do.forwe {
  background-image: url(../../img/ani23/bg-sec6.jpg);
}
@media only screen and (max-width: 768px) {
  .sec-do {
    padding-bottom: 10vh;
  }
}
.sec-do .forou {
  position: relative;
  width: 47%;
}
@media only screen and (max-width: 768px) {
  .sec-do .forou {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
.sec-do .forou .box-nums {
  position: relative;
  left: 0px;
  margin-bottom: 6vh;
}
.sec-do .model3 {
  position: absolute;
  right: 15vw;
  bottom: 0px;
  max-width: 30vw;
}
@media only screen and (max-width: 768px) {
  .sec-do .model3 {
    width: 90%;
    bottom: -20vh;
    max-height: 74vh;
    right: 0px;
  }
}

.box-slider-use {
  background: linear-gradient(-180deg, #FCE9AC 0%, #F8E099 40%, #734D00 50%, #FDE7A6 60%, #FCFAC8 100%);
  box-shadow: inset 0 0 3px 0 rgba(69, 2, 2, 0.67);
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  width: 100%;
  padding: 5px;
  text-decoration: none;
  margin: 5vh auto;
  position: relative;
}

.intro-video {
  background-image: url(../../img/ani23/bg-media2.jpg);
  background-size: cover;
  padding-bottom: 10vh;
  background-position: center;
  padding-top: 10vh;
}
@media only screen and (max-width: 768px) {
  .intro-video {
    padding-top: 5vh;
  }
}

.forwe {
  padding-bottom: 0px !important;
  min-height: auto;
}
@media only screen and (max-width: 768px) {
  .forwe {
    padding-bottom: 10vh !important;
  }
}
.forwe .eyes {
  display: flex;
  gap: 6vw;
}
@media only screen and (max-width: 768px) {
  .forwe .eyes {
    flex-direction: column;
  }
}
.forwe .eyes .case {
  display: flex;
  gap: 10px;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  flex-wrap: wrap;
  width: 70%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .forwe .eyes .case {
    gap: 2px;
    width: 100%;
    position: initial;
  }
}
.forwe .eyes .case .single {
  flex: 2 2;
  min-width: 45%;
  display: flex;
  margin-bottom: 5vh;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .forwe .eyes .case .single {
    width: 40%;
  }
}
.forwe .eyes .case .single h5 {
  background: var(--Cold, linear-gradient(90deg, #E1C1A5 0%, #D4AD8A 18%, #FFE7B6 37.98%, #9A8068 60%, #C5A181 80.29%, #E2C3A7 100%));
  color: #13444c;
  padding: 5px;
  text-align: center;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .forwe .eyes .case .single h5 {
    font-size: 14px;
  }
}
.forwe .eyes .case .single img {
  width: 100%;
}
.forwe .eyes .case .mod {
  position: absolute;
  right: -40vw;
  bottom: 0px;
  width: 40vw;
}
@media only screen and (max-width: 768px) {
  .forwe .eyes .case .mod {
    width: 80vw;
    bottom: -10vh;
    right: 4vw;
  }
}
.forwe .eyes .case .mod img {
  max-width: 540px;
  width: 100%;
  height: auto;
}
.forwe .eyes .eye-model {
  position: relative;
}

.forworld {
  padding-bottom: 10vh;
  background-image: url(../../img/ani23/bg-world.jpg);
  background-size: 150%;
}
@media only screen and (max-width: 768px) {
  .forworld {
    background-size: cover;
  }
}
.forworld .box-world .pic img {
  width: 100%;
}
.forworld .box-world .font {
  margin-bottom: 5vh;
  color: #fff;
  text-align: center;
}
.forworld .box-world .font h2 {
  font-size: 2em;
  color: #fff;
}
.forworld .box-world .font h3 {
  color: #fff;
  font-size: 1.6em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .forworld .box-world .font h3 {
    font-size: 24px;
  }
}

.spppu img {
  max-height: 40vh;
}

.sec-pico {
  background-image: url(../../img/ani23/bg-pico3.jpg);
  background-size: cover;
  background-position: bottom;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .sec-pico {
    padding-bottom: 10vh;
  }
}
.sec-pico .box-do {
  display: flex;
  gap: 10%;
  position: relative;
  min-height: 100vh;
  padding-top: 10vh;
}
@media only screen and (max-width: 768px) {
  .sec-pico .box-do {
    flex-direction: column;
    gap: 20px;
    padding-top: 0px;
  }
}
.sec-pico .box-do .pic {
  flex: 1;
  max-width: 400px;
}
.sec-pico .box-do .pic img {
  width: 100%;
}
.sec-pico .box-do .price {
  flex: 1;
  max-width: 360px;
  width: 100%;
  margin-bottom: 20px;
}
.sec-pico .box-do .mod5 {
  position: absolute;
  bottom: 0px;
  left: -1vw;
  width: 30vw;
  max-width: 430px;
}
@media only screen and (max-width: 768px) {
  .sec-pico .box-do .mod5 {
    position: relative;
    width: 80%;
    margin: auto;
  }
}
.sec-pico .box-do .mod5 img {
  max-height: 59vh;
}
@media only screen and (max-width: 768px) {
  .sec-pico .box-do .mod5 img {
    max-height: none;
  }
}

.ani-course-slider {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .ani-course-slider {
    height: 300px;
  }
}
.ani-course-slider .ani-course-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  z-index: 0;
  transition: opacity 1s ease;
}
.ani-course-slider .ani-course-slide.active {
  opacity: 1;
  z-index: 1;
}
.ani-course-slider .ani-course-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  padding: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
  border-radius: 10px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media only screen and (max-width: 768px) {
  .ani-course-slider .ani-course-arrow {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
}
.ani-course-slider .ani-course-arrow:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
}
.ani-course-slider .ani-course-arrow.ani-course-prev {
  left: 10px;
}
.ani-course-slider .ani-course-arrow.ani-course-next {
  right: 10px;
}

.footer-film {
  min-height: 80vh;
  margin-top: 10vh;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer-film {
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 10vh;
  }
}
.footer-film .font {
  color: #fff;
}
.footer-film .font p {
  max-width: 20vw;
  padding-top: 2vh;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .footer-film .font p {
    max-width: none;
    margin-bottom: 10vh;
  }
}
.footer-film .font h3 {
  color: #D4AD8A;
  padding-top: 5vh;
  display: flex;
  font-size: 2em;
}
@media only screen and (max-width: 768px) {
  .footer-film .font h3 {
    padding-top: 0px;
  }
}
.footer-film .font h3 img {
  width: 30px;
  margin-right: 10px;
  filter: saturate(0.5);
}
.footer-film .pic {
  position: absolute;
  right: 0px;
  top: 0px;
}
@media only screen and (max-width: 768px) {
  .footer-film .pic {
    position: relative;
  }
}
.box-do-sp {
  gap: 5%;
  margin-top: 10vh;
  display: flex;
  max-width: 370px;
  margin: 5vh auto 10vh auto;
}
@media only screen and (max-width: 768px) {
  .box-do-sp {
    flex-direction: column;
    margin-top: 15vh;
  }
}
.box-do-sp .cou {
  align-self: center;
}
.box-do-sp .exe .box-font {
  flex-direction: column;
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .box-do-sp .exe .box-font {
    margin-top: 10vh;
  }
}
.box-do-sp .ani-course-slider {
  height: 400px;
}
@media only screen and (max-width: 768px) {
  .box-do-sp .ani-course-slider {
    height: 300px;
  }
}

.exclusive-event {
  padding: 60px 20px;
  margin-top: 5vh;
  color: #fff;
  background-size: cover;
  /* 手機版 */
}
.exclusive-event .event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  gap: 20px;
  position: relative;
  background-size: cover;
  /* 下排兩張對齊 */
}
@media only screen and (max-width: 768px) {
  .exclusive-event .event-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.exclusive-event .event-grid .event-item {
  min-height: 220px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-position: center;
  background-size: 110% !important;
}
@media only screen and (max-width: 768px) {
  .exclusive-event .event-grid .event-item {
    min-width: 40vw;
    background-size: cover !important;
    min-height: 160px;
    background-position: center;
  }
}
.exclusive-event .event-grid .color1 {
  background-size: cover;
  background-image: url(../../img/ani23/vip01.jpg);
}
.exclusive-event .event-grid .color2 {
  background-size: cover;
  background-image: url(../../img/ani23/vip02.jpg);
}
.exclusive-event .event-grid .color3 {
  background-size: cover;
  background-image: url(../../img/ani23/vip03.jpg);
}
.exclusive-event .event-grid .color4 {
  background-size: cover;
  background-image: url(../../img/ani23/vip04.jpg);
}
.exclusive-event .event-grid .color5 {
  flex-direction: column;
}
.exclusive-event .event-grid .color5 h2 {
  color: #fae3bf;
  display: block;
  font-size: 2em;
}
.exclusive-event .event-grid .color5 h3 {
  font-size: 1.5em;
  color: #fae3bf;
}
.exclusive-event .event-grid .color6 {
  background-image: url(../../img/ani23/vip05.jpg);
}
.exclusive-event .event-grid .event-center {
  grid-column: 1/4;
  text-align: center;
  margin: 40px 0;
  background-size: cover;
}
.exclusive-event .event-grid .event-center h3 {
  color: #f5e6c8;
  margin-bottom: 10px;
}
.exclusive-event .event-grid .event-center h2 {
  font-style: italic;
  font-weight: 500;
  letter-spacing: 3px;
}
.exclusive-event .event-grid .color4 {
  grid-column: 1/2;
}
@media only screen and (max-width: 768px) {
  .exclusive-event .event-grid .color4 {
    grid-column: 3/1;
  }
}
.exclusive-event .event-grid .color5 {
  grid-column: 2/4;
}
@media only screen and (max-width: 768px) {
  .exclusive-event .event-grid .color5 {
    grid-column: 3/1;
  }
}
@media (max-width: 768px) {
  .exclusive-event .event-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 15px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .exclusive-event .event-grid {
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 768px) {
  .exclusive-event .event-grid .event-center {
    grid-column: auto;
    margin: 20px 0;
  }
  .exclusive-event .event-grid .event-center h2 {
    font-size: 1.8em;
  }
}

.ani23-end {
  padding-bottom: 20vh;
}
.ani23-end .logo {
  max-width: 400px;
  margin: auto;
  width: 100%;
}
.ani23-end .logo img {
  width: 100%;
}
.ani23-end .box-button {
  text-align: center;
  padding-top: 10vh;
}
.ani23-end .box-button .info {
  color: #fff6eb;
  margin-top: 5vh;
}
.ani23-end .box-button .info h6, .ani23-end .box-button .info p, .ani23-end .box-button .info h5, .ani23-end .box-button .info a {
  color: #fff6eb;
}
.ani23-end .box-button .info h6 {
  font-size: 1.4em;
}
.ani23-end .box-button .info h5 {
  font-style: italic;
  margin-bottom: 20px;
  font-size: 1.6em;
}

.modelnew3 {
  width: 120%;
  margin-left: -10%;
}

.modelnew4 {
  width: 120%;
  margin-left: -10%;
  padding-top: 15vh;
}

.modelnew5 {
  width: 120%;
  margin-left: -10%;
  padding-top: 15vh;
}/*# sourceMappingURL=ani23.css.map */